svn commit: r469030 - /incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd

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

svn commit: r469030 - /incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd

jonesde
Author: jonesde
Date: Sun Oct 29 16:18:50 2006
New Revision: 469030

URL: http://svn.apache.org/viewvc?view=rev&rev=469030
Log:
Small change to allow seca files without any rules in them

Modified:
    incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd

Modified: incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd?view=diff&rev=469030&r1=469029&r2=469030
==============================================================================
--- incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd (original)
+++ incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd Sun Oct 29 16:18:50 2006
@@ -18,7 +18,7 @@
     <xs:element name="service-eca">
         <xs:complexType>
             <xs:sequence>
-                <xs:element maxOccurs="unbounded" ref="eca"/>
+                <xs:element minOccurs="0" maxOccurs="unbounded" ref="eca"/>
             </xs:sequence>
         </xs:complexType>
     </xs:element>