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/27 23:42:53 UTC

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

Author: lresende
Date: Tue Apr 27 21:42:53 2010
New Revision: 938684

URL: http://svn.apache.org/viewvc?rev=938684&view=rev
Log:
Adding schema definition for JAX-RS operation selector

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=938684&r1=938683&r2=938684&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 Tue Apr 27 21:42:53 2010
@@ -48,4 +48,14 @@
    
    <element name="wireFormat.json" type="t:WireFormatJSONType" 
             substitutionGroup="sca:wireFormat"/>
+            
+   <!--  operation selectors -->      
+   <complexType name="OperationSelectorJAXRSType">
+      <complexContent>
+         <extension base="sca:OperationSelectorType"/>
+      </complexContent>
+   </complexType>    
+   <element name="operationSelector.jaxrs" 
+            type="t:OperationSelectorJAXRSType"
+            substitutionGroup="sca:operationSelector"/>              
 </schema>