[jboss-cvs] JBossAS SVN: r60163 - projects/microcontainer/trunk/spring-int/src/resources/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 1 12:58:28 EST 2007


Author: adrian at jboss.org
Date: 2007-02-01 12:58:27 -0500 (Thu, 01 Feb 2007)
New Revision: 60163

Modified:
   projects/microcontainer/trunk/spring-int/src/resources/schema/mc-spring-beans_2_0.xsd
Log:
Fix the spring schema.

Modified: projects/microcontainer/trunk/spring-int/src/resources/schema/mc-spring-beans_2_0.xsd
===================================================================
--- projects/microcontainer/trunk/spring-int/src/resources/schema/mc-spring-beans_2_0.xsd	2007-02-01 15:54:35 UTC (rev 60162)
+++ projects/microcontainer/trunk/spring-int/src/resources/schema/mc-spring-beans_2_0.xsd	2007-02-01 17:58:27 UTC (rev 60163)
@@ -83,7 +83,7 @@
             <xsd:element name="import" type="importType"/>
             <xsd:element name="alias" type="aliasType"/>
             <xsd:element name="bean" type="beanType"/>
-            <xsd:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:any namespace="##other" processContents="strict"/>
          </xsd:choice>
       </xsd:sequence>
       <xsd:attribute name="default-lazy-init" default="false" type="xsd:boolean">




More information about the jboss-cvs-commits mailing list