You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2006/06/01 06:50:19 UTC

svn commit: r410744 - /geronimo/trunk/modules/system/src/schema/local-attributes-1.1.xsd

Author: jsisson
Date: Wed May 31 21:50:18 2006
New Revision: 410744

URL: http://svn.apache.org/viewvc?rev=410744&view=rev
Log:
GERONIMO-2070 - Merge from 1.1 branch - config.xml validation error when attempting to clear references for a GBean

Modified:
    geronimo/trunk/modules/system/src/schema/local-attributes-1.1.xsd

Modified: geronimo/trunk/modules/system/src/schema/local-attributes-1.1.xsd
URL: http://svn.apache.org/viewvc/geronimo/trunk/modules/system/src/schema/local-attributes-1.1.xsd?rev=410744&r1=410743&r2=410744&view=diff
==============================================================================
--- geronimo/trunk/modules/system/src/schema/local-attributes-1.1.xsd (original)
+++ geronimo/trunk/modules/system/src/schema/local-attributes-1.1.xsd Wed May 31 21:50:18 2006
@@ -99,7 +99,7 @@
 
     <xsd:complexType name="referenceType">
         <xsd:sequence>
-            <xsd:element name="pattern" minOccurs="1" maxOccurs="unbounded">
+            <xsd:element name="pattern" minOccurs="0" maxOccurs="unbounded">
               <xsd:complexType>
                   <xsd:sequence>
                       <xsd:element name="groupId" type="xsd:string" minOccurs="0"/>