summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/2.0-M4-RC3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd04.xsd
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:23:20 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:23:20 +0000
commitf8c39e92337e604a17d016621d2201968d01e26a (patch)
treeae006bab4d655327bfb674526678db52d19b91b0 /tags/java/sca/2.0-M4-RC3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd04.xsd
parent5e78e2a84f0cfcf141f48e58404e8c21c061b079 (diff)
Moving 2.x tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835155 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/2.0-M4-RC3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd04.xsd')
-rw-r--r--tags/java/sca/2.0-M4-RC3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd04.xsd31
1 files changed, 0 insertions, 31 deletions
diff --git a/tags/java/sca/2.0-M4-RC3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd04.xsd b/tags/java/sca/2.0-M4-RC3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd04.xsd
deleted file mode 100644
index 2034e4d2c8..0000000000
--- a/tags/java/sca/2.0-M4-RC3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd04.xsd
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
- OASIS trademark, IPR and other policies apply. -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- elementFormDefault="qualified">
-
- <include schemaLocation="sca-core-1.1-cd04.xsd"/>
- <include schemaLocation="sca-policy-1.1-cd04.xsd"/>
-
- <!-- Definitions -->
- <element name="definitions" type="sca:tDefinitions"/>
- <complexType name="tDefinitions">
- <complexContent>
- <extension base="sca:CommonExtensionBase">
- <choice minOccurs="0" maxOccurs="unbounded">
- <element ref="sca:intent"/>
- <element ref="sca:policySet"/>
- <element ref="sca:binding"/>
- <element ref="sca:bindingType"/>
- <element ref="sca:implementationType"/>
- <any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded"/>
- </choice>
- <attribute name="targetNamespace" type="anyURI" use="required"/>
- </extension>
- </complexContent>
- </complexType>
-
-</schema>