summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-Beta2-RC3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-02-12 09:19:33 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-02-12 09:19:33 +0000
commitf0527e13c01fe1fecbd195a70192b6caa9e5f7d0 (patch)
tree6a5859781e4f7ab190ce781d60744df738b37349 /sca-java-2.x/tags/2.0-Beta2-RC3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd
parent4f62b1f3e877a6ca26cfdd1670a550bc6a77477f (diff)
Create the 2.0-Beta2-RC3 tag.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/tags/2.0-Beta2-RC3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd')
-rw-r--r--sca-java-2.x/tags/2.0-Beta2-RC3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd26
1 files changed, 26 insertions, 0 deletions
diff --git a/sca-java-2.x/tags/2.0-Beta2-RC3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd b/sca-java-2.x/tags/2.0-Beta2-RC3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd
new file mode 100644
index 0000000000..77ef5f3b0c
--- /dev/null
+++ b/sca-java-2.x/tags/2.0-Beta2-RC3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright(C) OASIS(R) 2005,2010. All Rights Reserved.
+ OASIS trademark, IPR and other policies apply. -->
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
+ targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200912"
+ elementFormDefault="qualified">
+
+ <include schemaLocation="sca-core-1.1-cd06.xsd"/>
+
+ <!-- Composite Implementation -->
+ <element name="implementation.composite" type="sca:SCAImplementation"
+ substitutionGroup="sca:implementation"/>
+ <complexType name="SCAImplementation">
+ <complexContent>
+ <extension base="sca:Implementation">
+ <sequence>
+ <any namespace="##other" processContents="lax" minOccurs="0"
+ maxOccurs="unbounded"/>
+ </sequence>
+ <attribute name="name" type="QName" use="required"/>
+ </extension>
+ </complexContent>
+ </complexType>
+
+</schema>