You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2007/02/20 16:10:49 UTC

svn commit: r509595 - /webservices/muse/trunk/modules/muse-tools/resources/common/muse-descriptor.xsd

Author: danj
Date: Tue Feb 20 07:10:49 2007
New Revision: 509595

URL: http://svn.apache.org/viewvc?view=rev&rev=509595
Log:
Updating copies of muse.xml XSD to include the 2.2 enhancements.

Modified:
    webservices/muse/trunk/modules/muse-tools/resources/common/muse-descriptor.xsd

Modified: webservices/muse/trunk/modules/muse-tools/resources/common/muse-descriptor.xsd
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-tools/resources/common/muse-descriptor.xsd?view=diff&rev=509595&r1=509594&r2=509595
==============================================================================
--- webservices/muse/trunk/modules/muse-tools/resources/common/muse-descriptor.xsd (original)
+++ webservices/muse/trunk/modules/muse-tools/resources/common/muse-descriptor.xsd Tue Feb 20 07:10:49 2007
@@ -40,6 +40,7 @@
   <xs:element name="custom-serializer">
     <xs:complexType>
       <xs:sequence>
+        <xs:element ref="tns:xsd-serializable-type" minOccurs="0"/>
         <xs:element ref="tns:java-serializable-type"/>
         <xs:element ref="tns:java-serializer-class"/>
       </xs:sequence>
@@ -152,5 +153,7 @@
   <xs:element name="wsdl-file" type="xs:anyURI"/>
   
   <xs:element name="wsdl-port-type" type="xs:QName"/>
+  
+  <xs:element name="xsd-serializable-type" type="xs:QName"/>
 
 </xs:schema>



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org