[jbossws-commits] JBossWS SVN: r14460 - spi/trunk/src/main/resources/schema.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 1 00:50:06 EDT 2011


Author: jim.ma
Date: 2011-06-01 00:50:06 -0400 (Wed, 01 Jun 2011)
New Revision: 14460

Modified:
   spi/trunk/src/main/resources/schema/jbossws-jaxws-config_4_0.xsd
Log:
Correct the schema

Modified: spi/trunk/src/main/resources/schema/jbossws-jaxws-config_4_0.xsd
===================================================================
--- spi/trunk/src/main/resources/schema/jbossws-jaxws-config_4_0.xsd	2011-06-01 02:26:06 UTC (rev 14459)
+++ spi/trunk/src/main/resources/schema/jbossws-jaxws-config_4_0.xsd	2011-06-01 04:50:06 UTC (rev 14460)
@@ -45,7 +45,7 @@
          <xsd:element name="config-name" type="xsd:string"/>
          <xsd:element name="pre-handler-chains" type="javaee:handler-chainsType" minOccurs="0"/>
          <xsd:element name="post-handler-chains" type="javaee:handler-chainsType" minOccurs="0"/>
-         <xsd:element name="feature" type="tns:featureType"" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="feature" type="tns:featureType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="property" type="tns:propertyType" minOccurs="0" maxOccurs="unbounded"/>
       </xsd:sequence>
    </xsd:complexType>
@@ -53,7 +53,7 @@
    <xsd:complexType name="featureType">
       <xsd:sequence>
          <xsd:element name="feature-name" type="xsd:string"/>
-         <xsd:element name="feature-data" type="xsd:any" minOccurs="0"/>
+         <xsd:element name="feature-data" type="xsd:anyType" minOccurs="0"/>
       </xsd:sequence>
    </xsd:complexType>
 



More information about the jbossws-commits mailing list