[OFBiz] SVN: r6116 - trunk/framework/widget/dtd

jonesde at svn.ofbiz.org jonesde at svn.ofbiz.org
Sat Nov 12 12:18:24 EST 2005


Author: jonesde
Date: 2005-11-12 11:18:21 -0600 (Sat, 12 Nov 2005)
New Revision: 6116

Modified:
   trunk/framework/widget/dtd/widget-form.xsd
Log:
Added missing condition-object element def, was causing validation errors

Modified: trunk/framework/widget/dtd/widget-form.xsd
===================================================================
--- trunk/framework/widget/dtd/widget-form.xsd	2005-11-12 09:06:25 UTC (rev 6115)
+++ trunk/framework/widget/dtd/widget-form.xsd	2005-11-12 17:18:21 UTC (rev 6116)
@@ -1155,6 +1155,14 @@
             </xs:simpleType>
         </xs:attribute>
     </xs:attributeGroup>
+    <xs:element name="condition-object">
+        <xs:complexType>
+            <xs:attributeGroup ref="attlist.condition-object"/>
+        </xs:complexType>
+    </xs:element>
+    <xs:attributeGroup name="attlist.condition-object">
+        <xs:attribute type="xs:string" name="field-name" use="required"/>
+    </xs:attributeGroup>
     <xs:element name="field-map">
         <xs:complexType>
             <xs:attributeGroup ref="attlist.field-map"/>



More information about the Svn mailing list