summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-2.0-M4/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-28 09:54:25 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-28 09:54:25 +0000
commit613b275ffa5d7ae0c41b625db231c187b8a136ef (patch)
tree74f448551ee167bfb627fa51849f006e4f5ffb31 /branches/sca-java-2.0-M4/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd
parent17d6a0df23caf287e42c7dbf3919e49d60fdedd2 (diff)
Create 2.0 M4 release branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-2.0-M4/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd')
-rw-r--r--branches/sca-java-2.0-M4/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd18
1 files changed, 18 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M4/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd b/branches/sca-java-2.0-M4/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd
new file mode 100644
index 0000000000..4bc2e73d4c
--- /dev/null
+++ b/branches/sca-java-2.0-M4/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- (c) Copyright OASIS 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"
+ elementFormDefault="qualified">
+
+ <element name="WSCallback">
+ <complexType>
+ <sequence>
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ <anyAttribute namespace="##other" processContents="lax"/>
+ </complexType>
+ </element>
+
+</schema>