summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-bpel.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-07 14:32:39 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-07 14:32:39 +0000
commit45c57fedb62abd121c7d8858c11fc90e6fdef6ff (patch)
tree27650aa379f307b3f40ddfd27fee13ecc1fb9ecc /tags/java/sca/1.3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-bpel.xsd
parent7362d8fbf37a7f46f445c9b0abcc17d5f0f97790 (diff)
Tag for SCA 1.3 RC1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674503 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/1.3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-bpel.xsd')
-rw-r--r--tags/java/sca/1.3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-bpel.xsd43
1 files changed, 43 insertions, 0 deletions
diff --git a/tags/java/sca/1.3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-bpel.xsd b/tags/java/sca/1.3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-bpel.xsd
new file mode 100644
index 0000000000..87b443fb36
--- /dev/null
+++ b/tags/java/sca/1.3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-bpel.xsd
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- (c) Copyright SCA Collaboration 2006 -->
+<xsd:schema xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ targetNamespace="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="qualified">
+
+ <xsd:include schemaLocation="sca-core.xsd" />
+
+ <xsd:element name="implementation.bpel" type="BpelImplementation"
+ substitutionGroup="implementation" />
+
+ <xsd:complexType name="BpelImplementation">
+ <xsd:complexContent>
+ <xsd:extension base="Implementation">
+ <xsd:sequence>
+ <xsd:any namespace="##other" processContents="lax"
+ minOccurs="0" maxOccurs="unbounded" />
+ </xsd:sequence>
+ <xsd:attribute name="process" type="xsd:QName" use="required" />
+ <xsd:anyAttribute namespace="##any" processContents="lax" />
+ </xsd:extension>
+ </xsd:complexContent>
+ </xsd:complexType>
+
+ <xsd:element name="interface.partnerLinkType" type="BpelPartnerLinkType"
+ substitutionGroup="interface" />
+
+ <xsd:complexType name="BpelPartnerLinkType">
+ <xsd:complexContent>
+ <xsd:extension base="Interface">
+ <xsd:sequence>
+ <xsd:any namespace="##other" processContents="lax"
+ minOccurs="0" maxOccurs="unbounded" />
+ </xsd:sequence>
+ <xsd:attribute name="type" type="xsd:QName" use="required" />
+ <xsd:attribute name="serviceRole" type="xsd:NCName" use="optional" />
+ <xsd:anyAttribute namespace="##any" processContents="lax" />
+ </xsd:extension>
+ </xsd:complexContent>
+ </xsd:complexType>
+
+</xsd:schema> \ No newline at end of file