summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/2.0-M3-RC2/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd02.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-26 15:53:39 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-26 15:53:39 +0000
commit4188f3b99254b0a01c6d0fb04ebc94d55f2e95c4 (patch)
treea5dc5ddf5752eb145850bb591bdf799d65d3915c /tags/java/sca/2.0-M3-RC2/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd02.xsd
parent09750661c590a94c1a1586676ad27198ef7ebed6 (diff)
Tag 2.0 M3 release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788749 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--tags/java/sca/2.0-M3-RC2/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd02.xsd41
1 files changed, 41 insertions, 0 deletions
diff --git a/tags/java/sca/2.0-M3-RC2/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd02.xsd b/tags/java/sca/2.0-M3-RC2/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd02.xsd
new file mode 100644
index 0000000000..f2c7d2034f
--- /dev/null
+++ b/tags/java/sca/2.0-M3-RC2/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd02.xsd
@@ -0,0 +1,41 @@
+<?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-cd03.xsd" />
+
+ <element name="interface.c" type="sca:CInterface"
+ substitutionGroup="sca:interface" />
+
+ <complexType name="CInterface">
+ <complexContent>
+ <extension base="sca:Interface">
+ <sequence>
+ <element name="function" type="sca:CFunction"
+ minOccurs="0" maxOccurs="unbounded" />
+ <element name="callbackFunction"
+ type="sca:CFunction" minOccurs="0" maxOccurs="unbounded" />
+ <any namespace="##other" processContents="lax"
+ minOccurs="0" maxOccurs="unbounded" />
+ </sequence>
+ <attribute name="header" type="string" use="required" />
+ <attribute name="callbackHeader" type="string"
+ use="optional" />
+ <anyAttribute namespace="##other" processContents="lax" />
+ </extension>
+ </complexContent>
+ </complexType>
+
+ <complexType name="CFunction">
+ <attribute name="name" type="NCName" use="required" />
+ <attribute name="oneWay" type="boolean" use="optional" />
+ <attribute name="input" type="NCName" use="optional" />
+ <attribute name="output" type="NCName" use="optional" />
+ <anyAttribute namespace="##other" processContents="lax" />
+ </complexType>
+
+</schema>