summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta2/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-27 10:50:45 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-27 10:50:45 +0000
commit1c0d8a7ab823150bdbece285e71cd6f414621cfc (patch)
tree74502a44ff34296d54e22b9a1b53950badcfd0af /sca-java-2.x/branches/2.0-Beta2/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd
parentc5e532242f6f7f4bcc6938edd79022da2cb14cc3 (diff)
Start branch for beta2 release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta2/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd')
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd55
1 files changed, 55 insertions, 0 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd b/sca-java-2.x/branches/2.0-Beta2/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd
new file mode 100644
index 0000000000..8616c73de3
--- /dev/null
+++ b/sca-java-2.x/branches/2.0-Beta2/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!--
+ Copyright(C) OASIS(R) 2007,2010. 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/200912"
+ xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
+ elementFormDefault="qualified">
+
+ <include schemaLocation="sca-core-1.1-cd06.xsd" />
+
+ <element name="implementation.c" type="sca:CImplementation"
+ substitutionGroup="sca:implementation" />
+
+ <complexType name="CImplementation">
+ <complexContent>
+ <extension base="sca:Implementation">
+ <sequence>
+ <element name="operation" type="sca:CImplementationFunction"
+ minOccurs="0" maxOccurs="unbounded" />
+ <any namespace="##other" processContents="lax" minOccurs="0"
+ maxOccurs="unbounded" />
+ </sequence>
+ <attribute name="module" type="NCName" use="required" />
+ <attribute name="path" type="string" use="optional" />
+ <attribute name="library" type="boolean" use="optional" />
+ <attribute name="componentType" type="string" use="required" />
+ <attribute name="eagerInit" type="boolean" use="optional" />
+ <attribute name="init" type="boolean" use="optional" />
+ <attribute name="destoy" type="boolean" use="optional" />
+ <attribute name="allowsPassByReference" type="boolean"
+ use="optional" />
+ </extension>
+ </complexContent>
+ </complexType>
+
+ <complexType name="CImplementationFunction">
+ <sequence>
+ <choice minOccurs="0" maxOccurs="unbounded">
+ <element ref="sca:requires"/>
+ <element ref="sca:policySetAttachment"/>
+ </choice>
+ <any namespace="##other" processContents="lax" minOccurs="0"
+ maxOccurs="unbounded" />
+ </sequence>
+ <attribute name="name" type="NCName" use="required" />
+ <attribute name="requires" type="sca:listOfQNames" use="optional" />
+ <attribute name="policySets" type="sca:listOfQNames" use="optional" />
+ <attribute name="allowsPassByReference" type="boolean" use="optional" />
+ <attribute name="init" type="boolean" use="optional" />
+ <attribute name="destoy" type="boolean" use="optional" />
+ <anyAttribute namespace="##other" processContents="lax" />
+ </complexType>
+
+</schema>