summaryrefslogtreecommitdiffstats
path: root/cpp/sca/runtime/xsd/sca-definitions-1.1-cd04.xsd
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 05:38:41 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 05:38:41 +0000
commit6fd42aa6163e84322373d2c7c251a468243a132e (patch)
tree9a2bbd7069c0f9f6db5d4bdce0cb474c210f2a6d /cpp/sca/runtime/xsd/sca-definitions-1.1-cd04.xsd
parenta130ca46f0d6805c3d31f5f6818c8ec6924cac8c (diff)
Reusing SCDL 1.1 xsds from assembly-xsd module.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/sca/runtime/xsd/sca-definitions-1.1-cd04.xsd')
-rw-r--r--cpp/sca/runtime/xsd/sca-definitions-1.1-cd04.xsd31
1 files changed, 31 insertions, 0 deletions
diff --git a/cpp/sca/runtime/xsd/sca-definitions-1.1-cd04.xsd b/cpp/sca/runtime/xsd/sca-definitions-1.1-cd04.xsd
new file mode 100644
index 0000000000..2034e4d2c8
--- /dev/null
+++ b/cpp/sca/runtime/xsd/sca-definitions-1.1-cd04.xsd
@@ -0,0 +1,31 @@
+<?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>