You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/08/29 07:29:12 UTC

svn commit: r990494 - /tuscany/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd

Author: antelder
Date: Sun Aug 29 05:29:11 2010
New Revision: 990494

URL: http://svn.apache.org/viewvc?rev=990494&view=rev
Log:
Add http operationSelector and wireFormat

Modified:
    tuscany/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd

Modified: tuscany/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd?rev=990494&r1=990493&r2=990494&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd (original)
+++ tuscany/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd Sun Aug 29 05:29:11 2010
@@ -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>