blob: f0fbeac49b999ac51f0f144ef65e1ba402678d0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* <copyright>
*
* Service Data Objects
* Version 2.1.0
* Licensed Materials
*
* (c) Copyright BEA Systems, Inc., International Business Machines Corporation,
* Oracle Corporation, Primeton Technologies Ltd., Rogue Wave Software, SAP AG.,
* Software AG., Sun Microsystems, Sybase Inc., Xcalia, Zend Technologies,
* 2005, 2006. All rights reserved.
*
* </copyright>
*
*/
-->
<types xmlns="commonj.sdo"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:sdoXML="commonj.sdo/xml"
xsi:schemaLocation="commonj.sdo sdoModel.xsd commonj.sdo/java sdoJava.xsd commonj.sdo/xml sdoXML.xsd">
<!--
Global properties used in open content for
the XML binding of SDO Types and Properties.
-->
<type uri="commonj.sdo/xml">
<property name="xmlElement" type="commonj.sdo#Boolean"/>
</type>
<!-- XMLInfo deprecated in 2.1.0 -->
<type name="XMLInfo" uri="commonj.sdo/xml">
<property name="xmlElement" type="commonj.sdo#Boolean"/>
</type>
</types>
|