summaryrefslogtreecommitdiffstats
path: root/tags/java-M1-20060522/java/spec/sdo/src/main/resources/xml/sdoXML.xml
blob: ac831576fbafe7f65b8d9c8fd0fdecc1bf9f0378 (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
<?xml version="1.0" encoding="UTF-8"?>

<!--
/**
 * <copyright>
 *
 * Service Data Objects
 * Version 2.0
 * Licensed Materials - Property of BEA and IBM
 *
 * (c) Copyright BEA Systems, Inc. and International Business Machines Corp 2005.  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">

<!--
   XMLInfo declares properties used in open content for 
   the XML binding of SDO Types and Properties.
-->

  <type name="XMLInfo" uri="commonj.sdo/xml">
    <property name="xmlElement" type="commonj.sdo#Boolean"/>
  </type>

</types>