Author: ningjiang
Date: Sun Jul 26 09:25:35 2009
New Revision: 797882

URL: http://svn.apache.org/viewvc?rev=797882&view=rev
Log:
CXF-2360 removed the useless element from the soap.xsd

Modified:
    cxf/trunk/rt/bindings/soap/src/main/resources/schemas/configuration/soap.xsd

Modified: 
cxf/trunk/rt/bindings/soap/src/main/resources/schemas/configuration/soap.xsd
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/bindings/soap/src/main/resources/schemas/configuration/soap.xsd?rev=797882&r1=797881&r2=797882&view=diff
==============================================================================
--- 
cxf/trunk/rt/bindings/soap/src/main/resources/schemas/configuration/soap.xsd 
(original)
+++ 
cxf/trunk/rt/bindings/soap/src/main/resources/schemas/configuration/soap.xsd 
Sun Jul 26 09:25:35 2009
@@ -34,12 +34,6 @@
     <xsd:complexType>
       <xsd:complexContent>
         <xsd:extension base="beans:identifiedType">
-          <xsd:sequence>
-            <xsd:element name="implementor" type="xsd:anyType" minOccurs="0"/>
-            <xsd:element name="invoker" type="xsd:anyType" minOccurs="0"/>
-            <xsd:element name="binding" type="xsd:anyType" minOccurs="0"/>
-            <xsd:element name="serviceFactory" type="xsd:anyType" 
minOccurs="0"/>
-          </xsd:sequence>
           <xsd:attributeGroup ref="cxf-beans:beanAttributes"/>
           <xsd:attribute name="version" type="xsd:string" />
           <xsd:attribute name="mtomEnabled" type="xsd:string" />


Reply via email to