summaryrefslogtreecommitdiffstats
path: root/tags/java-M1-final/java/spec/sdo/src/main/resources/xml/sdoXML.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tags/java-M1-final/java/spec/sdo/src/main/resources/xml/sdoXML.xml')
-rw-r--r--tags/java-M1-final/java/spec/sdo/src/main/resources/xml/sdoXML.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/tags/java-M1-final/java/spec/sdo/src/main/resources/xml/sdoXML.xml b/tags/java-M1-final/java/spec/sdo/src/main/resources/xml/sdoXML.xml
deleted file mode 100644
index ac831576fb..0000000000
--- a/tags/java-M1-final/java/spec/sdo/src/main/resources/xml/sdoXML.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?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>