diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-29 05:29:11 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-29 05:29:11 +0000 |
commit | 8e7a8ecd602878fc78c51e0e7e29e254e1b1fa5e (patch) | |
tree | 66bca821387935d09aac5a1857093d941e3eba28 | |
parent | 163a913a226cca335544231da5051562891c286b (diff) |
Add http operationSelector and wireFormat
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd b/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd index 67feb54963..c5902e4721 100644 --- a/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd +++ b/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd @@ -38,4 +38,23 @@ </extension> </complexContent> </complexType> + + <complexType name="HTTPDefaultWireFormatType"> + <complexContent> + <extension base="sca:WireFormatType"/> + </complexContent> + </complexType> + + <complexType name="HTTPDefaultOperationSelectorType"> + <complexContent> + <extension base="sca:OperationSelectorType"/> + </complexContent> + </complexType> + + <element name="wireFormat.httpDefault" type="t:HTTPDefaultWireFormatType" + substitutionGroup="sca:wireFormat"/> + + <element name="operationSelector.httpDefault" type="t:HTTPDefaultOperationSelectorType" + substitutionGroup="sca:operationSelector"/> + </schema> |