diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-30 08:02:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-30 08:02:41 +0000 |
commit | 6790f4505c4418cab12226a0d758b02e78aaeb15 (patch) | |
tree | c6d3dc8a69387b194f2fe36914df3e4f317ed5c5 /sca-java-2.x/trunk/modules | |
parent | 4451293fe6378fda3b0953c7c2a8a7b0f049a368 (diff) |
Add wireFormat.httpXml schema definition
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd | 9 |
1 files changed, 9 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 c5902e4721..212c8abe4e 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 @@ -45,6 +45,12 @@ </complexContent> </complexType> + <complexType name="HTTPXMLWireFormatType"> + <complexContent> + <extension base="sca:WireFormatType"/> + </complexContent> + </complexType> + <complexType name="HTTPDefaultOperationSelectorType"> <complexContent> <extension base="sca:OperationSelectorType"/> @@ -54,6 +60,9 @@ <element name="wireFormat.httpDefault" type="t:HTTPDefaultWireFormatType" substitutionGroup="sca:wireFormat"/> + <element name="wireFormat.httpXml" type="t:HTTPXMLWireFormatType" + substitutionGroup="sca:wireFormat"/> + <element name="operationSelector.httpDefault" type="t:HTTPDefaultOperationSelectorType" substitutionGroup="sca:operationSelector"/> |