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/25 19:52:02 UTC

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

Author: lresende
Date: Sun Apr 25 17:52:02 2010
New Revision: 937849

URL: http://svn.apache.org/viewvc?rev=937849&view=rev
Log:
Updating binding-rest schema to define JSON wire format element

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=937849&r1=937848&r2=937849&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 Sun Apr 25 17:52:02 2010
@@ -38,4 +38,14 @@
             </extension>
         </complexContent>
     </complexType>
+    
+    <!--  wire formats -->
+    <complexType name="WireFormatJSONType">
+      <complexContent>
+         <extension base="sca:WireFormatType"/>
+      </complexContent>
+   </complexType>
+   
+   <element name="wireFormat.json" type="t:WireFormatJSONType" 
+            substitutionGroup="sca:wireFormat"/>
 </schema>