summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-jms.xsd
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-02 00:40:05 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-02 00:40:05 +0000
commit7dcc8f6ff21977553ea41d144429ffeb4ff19bd1 (patch)
tree22b9ca9622f9bfa4a2d9920b27d07636ac5b5759 /branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-jms.xsd
parentb6c0e84b04e284ead17cd38049e013fe29a030a1 (diff)
TUSCANY-2968 - Updating binding-http schema and moving wireFormat and operationSelector to tuscany-sca-core.xsd to be sharable
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770873 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-jms.xsd')
-rw-r--r--branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-jms.xsd11
1 files changed, 3 insertions, 8 deletions
diff --git a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-jms.xsd b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-jms.xsd
index b3c3dc8bf9..e5530105e4 100644
--- a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-jms.xsd
+++ b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-jms.xsd
@@ -24,6 +24,8 @@
elementFormDefault="qualified">
<import namespace="http://www.osoa.org/xmlns/sca/1.0" schemaLocation="sca-binding-jms.xsd"/>
+
+ <include schemaLocation="tuscany-core.xsd"/>
<!-- these schema types are not actually used at the moment as we rely on
any elements in the underlying JMS binding schema to pull in wireFormat
@@ -32,9 +34,6 @@
<!-- wire formats -->
-
- <element name="wireFormat" type="t:WireFormat" abstract="true"/>
- <complexType name="WireFormat" abstract="true"/>
<complexType name="WireFormatJMSDefaultType">
<complexContent>
@@ -109,11 +108,7 @@
substitutionGroup="t:wireFormat"/>
- <!-- operation selectors -->
-
- <element name="operationSelector" type="t:OperationSelector" abstract="true"/>
- <complexType name="OperationSelector" abstract="true"/>
-
+ <!-- operation selectors -->
<complexType name="OperationSelectorJMSDefaultType">
<complexContent>
<extension base="t:OperationSelector"/>