svn commit: r505674 - /ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r505674 - /ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

jonesde
Author: jonesde
Date: Sat Feb 10 03:12:59 2007
New Revision: 505674

URL: http://svn.apache.org/viewvc?view=rev&rev=505674
Log:
Based on feedback from Anil Patel changed the max to unbounded for the include element so represent how it is actually implemented

Modified:
    ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

Modified: ofbiz/trunk/framework/webapp/dtd/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd?view=diff&rev=505674&r1=505673&r2=505674
==============================================================================
--- ofbiz/trunk/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/trunk/framework/webapp/dtd/site-conf.xsd Sat Feb 10 03:12:59 2007
@@ -21,7 +21,7 @@
     <xs:element name="site-conf">
         <xs:complexType>
             <xs:sequence>
-                <xs:element minOccurs="0" ref="include"/>
+                <xs:element minOccurs="0" maxOccurs="unbounded" ref="include"/>
                 <xs:element minOccurs="0" ref="description"/>
                 <xs:element minOccurs="0" ref="owner"/>
                 <xs:element minOccurs="0" ref="errorpage"/>