summaryrefslogtreecommitdiffstats
path: root/tags/java/sdo/1.1.1-RC2a/sdo-api/src/main/resources/xml/sdoXML.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-07 12:42:31 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-07 12:42:31 +0000
commit7362d8fbf37a7f46f445c9b0abcc17d5f0f97790 (patch)
tree3995e40cadd6222ef03e4d747d47684c8431d212 /tags/java/sdo/1.1.1-RC2a/sdo-api/src/main/resources/xml/sdoXML.xml
parentce68bf67996b12a5359e8bb539e9b1537e74ed4c (diff)
Update BUILDING file about EMF dependency download issue and re-tag the RC2 release as RC2a
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--tags/java/sdo/1.1.1-RC2a/sdo-api/src/main/resources/xml/sdoXML.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/tags/java/sdo/1.1.1-RC2a/sdo-api/src/main/resources/xml/sdoXML.xml b/tags/java/sdo/1.1.1-RC2a/sdo-api/src/main/resources/xml/sdoXML.xml
new file mode 100644
index 0000000000..f0fbeac49b
--- /dev/null
+++ b/tags/java/sdo/1.1.1-RC2a/sdo-api/src/main/resources/xml/sdoXML.xml
@@ -0,0 +1,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>