summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.3.1-RC0/tools/eclipse/plugins/core/xsd/sca-interface-wsdl.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-18 12:18:22 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-18 12:18:22 +0000
commitb58a361da80d48a7b59cdbe45c08b5fbe73edcd8 (patch)
treece4f6e7096e334968f292bbdcfb5c6ffd220cd29 /tags/java/sca/1.3.1-RC0/tools/eclipse/plugins/core/xsd/sca-interface-wsdl.xsd
parentef7c2424929d86cd59c0197729901bee89d67221 (diff)
Tag 1.3.1 RC0. There will be an RC1 for voting, Rc0 is just to sanity check
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686734 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/1.3.1-RC0/tools/eclipse/plugins/core/xsd/sca-interface-wsdl.xsd')
-rw-r--r--tags/java/sca/1.3.1-RC0/tools/eclipse/plugins/core/xsd/sca-interface-wsdl.xsd23
1 files changed, 23 insertions, 0 deletions
diff --git a/tags/java/sca/1.3.1-RC0/tools/eclipse/plugins/core/xsd/sca-interface-wsdl.xsd b/tags/java/sca/1.3.1-RC0/tools/eclipse/plugins/core/xsd/sca-interface-wsdl.xsd
new file mode 100644
index 0000000000..c1fdfd8f3c
--- /dev/null
+++ b/tags/java/sca/1.3.1-RC0/tools/eclipse/plugins/core/xsd/sca-interface-wsdl.xsd
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- (c) Copyright SCA Collaboration 2006, 2007 -->
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
+ elementFormDefault="qualified">
+
+ <include schemaLocation="sca-core.xsd"/>
+
+ <element name="interface.wsdl" type="sca:WSDLPortType" substitutionGroup="sca:interface"/>
+ <complexType name="WSDLPortType">
+ <complexContent>
+ <extension base="sca:Interface">
+ <sequence>
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ <attribute name="interface" type="anyURI" use="required"/>
+ <attribute name="callbackInterface" type="anyURI" use="optional"/>
+ <anyAttribute namespace="##any" processContents="lax"/>
+ </extension>
+ </complexContent>
+ </complexType>
+</schema> \ No newline at end of file