summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.6.1-RC2/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-11-16 10:40:14 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-11-16 10:40:14 +0000
commit074cc3cff2f00457318bd322a6bd58f65686ae5c (patch)
treea3628b8af8e45817be8d4b8d78a5f36c4cb9527b /sca-java-1.x/tags/1.6.1-RC2/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd
parent40d310c40e8a42abb8757be605ea85f732069a41 (diff)
Tag for 1.6.1-RC2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/tags/1.6.1-RC2/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd43
1 files changed, 43 insertions, 0 deletions
diff --git a/sca-java-1.x/tags/1.6.1-RC2/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd b/sca-java-1.x/tags/1.6.1-RC2/tools/eclipse/plugins/core/xsd/sca-implementation-bpel.xsd
new file mode 100644
index 0000000000..87b443fb36
--- /dev/null
+++ b/sca-java-1.x/tags/1.6.1-RC2/tools/eclipse/plugins/core/xsd/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