summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04.xsd
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-06-10 14:16:09 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-06-10 14:16:09 +0000
commit9437c0186c353b9b379f92937421cd722d6f2c31 (patch)
tree0e841918c641d3c48792ed57c5334ac0fb826873 /sca-java-2.x/tags/2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04.xsd
parent5d62ebc98a02a89037e1657ff9bf51010160c52b (diff)
tag for Tuscany 2.0 Milestone 5 release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/tags/2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04.xsd35
1 files changed, 35 insertions, 0 deletions
diff --git a/sca-java-2.x/tags/2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04.xsd b/sca-java-2.x/tags/2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04.xsd
new file mode 100644
index 0000000000..65e200bf8a
--- /dev/null
+++ b/sca-java-2.x/tags/2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04.xsd
@@ -0,0 +1,35 @@
+<?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/200912"
+ xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
+ xmlns:wsdli="http://www.w3.org/ns/wsdl-instance"
+ xmlns:wsa="http://www.w3.org/2005/08/addressing"
+ elementFormDefault="qualified">
+
+ <import namespace="http://www.w3.org/ns/wsdl-instance"
+ schemaLocation="http://www.w3.org/2007/05/wsdl/wsdl20-instance.xsd"/>
+ <import namespace="http://www.w3.org/2005/08/addressing"
+ schemaLocation="http://www.w3.org/2006/03/addressing/ws-addr.xsd"/>
+
+ <include schemaLocation="sca-core-1.1-cd05.xsd"/>
+
+ <element name="binding.ws" type="sca:WebServiceBinding"
+ substitutionGroup="sca:binding"/>
+
+ <complexType name="WebServiceBinding">
+ <complexContent>
+ <extension base="sca:Binding">
+ <sequence>
+ <element ref="wsa:EndpointReference"
+ minOccurs="0" maxOccurs="unbounded"/>
+ <!-- any namespace="##other" processContents="lax"
+ minOccurs="0" maxOccurs="unbounded"/-->
+ </sequence>
+ <attribute name="wsdlElement" type="anyURI" use="optional"/>
+ <attribute ref="wsdli:wsdlLocation" use="optional"/>
+ </extension>
+ </complexContent>
+ </complexType>
+</schema>