You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/04/29 06:49:32 UTC

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

Author: lresende
Date: Thu Apr 29 04:49:32 2010
New Revision: 939192

URL: http://svn.apache.org/viewvc?rev=939192&view=rev
Log:
Adding XML wire format definition to REST binding schema

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

Modified: tuscany/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd?rev=939192&r1=939191&r2=939192&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd (original)
+++ tuscany/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd Thu Apr 29 04:49:32 2010
@@ -49,6 +49,15 @@
    <element name="wireFormat.json" type="t:WireFormatJSONType" 
             substitutionGroup="sca:wireFormat"/>
             
+   <complexType name="WireFormatXMLType">
+      <complexContent>
+         <extension base="sca:WireFormatType"/>
+      </complexContent>
+   </complexType>
+   
+   <element name="wireFormat.xml" type="t:WireFormatXMLType" 
+            substitutionGroup="sca:wireFormat"/>            
+            
    <!--  operation selectors -->      
    <complexType name="OperationSelectorJAXRSType">
       <complexContent>