summaryrefslogtreecommitdiffstats
path: root/tags/java-M1-20060518/java/spec/sdo/src/main/resources/xml/sdoXML.xsd
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-21 07:55:01 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-21 07:55:01 +0000
commit0f72626e59d77f0365c1e6bbb9420f6693ffc67d (patch)
tree2193cafc8131ad1ddbd9066fcd832a5797e9ba55 /tags/java-M1-20060518/java/spec/sdo/src/main/resources/xml/sdoXML.xsd
parent2ae32b04b9d771118a7cafc1d7edec86fbe9c3c0 (diff)
Moving 1.x tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java-M1-20060518/java/spec/sdo/src/main/resources/xml/sdoXML.xsd')
-rw-r--r--tags/java-M1-20060518/java/spec/sdo/src/main/resources/xml/sdoXML.xsd49
1 files changed, 0 insertions, 49 deletions
diff --git a/tags/java-M1-20060518/java/spec/sdo/src/main/resources/xml/sdoXML.xsd b/tags/java-M1-20060518/java/spec/sdo/src/main/resources/xml/sdoXML.xsd
deleted file mode 100644
index 88fc7daaf6..0000000000
--- a/tags/java-M1-20060518/java/spec/sdo/src/main/resources/xml/sdoXML.xsd
+++ /dev/null
@@ -1,49 +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>
- *
- */
--->
-
-<xsd:schema
- targetNamespace="commonj.sdo/xml"
- xmlns:sdo="commonj.sdo"
- xmlns:sdoXML="commonj.sdo/xml"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
-<xsd:import namespace="commonj.sdo" schemaLocation="sdoModel.xsd"/>
-
-
-<!--
- These attributes are used to customize the XSD mapping of SDO Types and Properties.
--->
-
-<xsd:attribute name="name" type="xsd:string" />
-<xsd:attribute name="propertyType" type="xsd:QName" />
-<xsd:attribute name="oppositeProperty" type="xsd:string" />
-<xsd:attribute name="sequence" type="xsd:boolean" />
-<xsd:attribute name="string" type="xsd:boolean" />
-<xsd:attribute name="dataType" type="xsd:QName" />
-<xsd:attribute name="aliasName" type="xsd:string" />
-<xsd:attribute name="readOnly" type="xsd:boolean" />
-
-<!--
- XMLInfo declares properties used in open content for
- the XML binding of SDO Types and Properties.
--->
-
-<xsd:complexType name="XMLInfo">
- <xsd:attribute name="xmlElement" type="sdo:Boolean"/>
-</xsd:complexType>
-
-</xsd:schema>