You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/10/05 06:42:51 UTC

svn commit: r821678 - /tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd04.xsd

Author: rfeng
Date: Mon Oct  5 04:42:51 2009
New Revision: 821678

URL: http://svn.apache.org/viewvc?rev=821678&view=rev
Log:
Remove duplicate @remotable on JavaInterface to fix the XSD (A JIRA should be opened again OASIS SCA)

Modified:
    tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd04.xsd

Modified: tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd04.xsd
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd04.xsd?rev=821678&r1=821677&r2=821678&view=diff
==============================================================================
--- tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd04.xsd (original)
+++ tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd04.xsd Mon Oct  5 04:42:51 2009
@@ -21,7 +21,10 @@
             <attribute name="interface" type="NCName" use="required"/>
             <attribute name="callbackInterface" type="NCName" 
                        use="optional"/>
+            <!-- @remotable is defined in Interface -->           
+            <!-- 
             <attribute name="remotable" type="boolean" use="optional"/>
+             -->
             <anyAttribute namespace="##other" processContents="lax"/>
          </extension>
       </complexContent>