[jboss-cvs] JBossAS SVN: r111810 - projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 21 09:10:16 EDT 2011


Author: jesper.pedersen
Date: 2011-07-21 09:10:16 -0400 (Thu, 21 Jul 2011)
New Revision: 111810

Modified:
   projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/datasources_1_0.xsd
Log:
Add missing bounds on config-property

Modified: projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/datasources_1_0.xsd
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/datasources_1_0.xsd	2011-07-21 13:08:43 UTC (rev 111809)
+++ projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/datasources_1_0.xsd	2011-07-21 13:10:16 UTC (rev 111810)
@@ -787,7 +787,7 @@
 
   <xs:complexType name="extensionType">
     <xs:sequence>
-      <xs:element name="config-property" type="config-propertyType"></xs:element>
+      <xs:element name="config-property" type="config-propertyType" minOccurs="0" maxOccurs="unbounded"></xs:element>
     </xs:sequence>
     <xs:attribute name="class-name" type="xs:token" use="required"></xs:attribute>
   </xs:complexType>



More information about the jboss-cvs-commits mailing list