svn commit: r651380 - /ofbiz/site/dtds/widget-form.xsd

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

svn commit: r651380 - /ofbiz/site/dtds/widget-form.xsd

lektran
Author: lektran
Date: Thu Apr 24 13:11:36 2008
New Revision: 651380

URL: http://svn.apache.org/viewvc?rev=651380&view=rev
Log:
xsd update

Modified:
    ofbiz/site/dtds/widget-form.xsd

Modified: ofbiz/site/dtds/widget-form.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-form.xsd?rev=651380&r1=651379&r2=651380&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-form.xsd (original)
+++ ofbiz/site/dtds/widget-form.xsd Thu Apr 24 13:11:36 2008
@@ -900,6 +900,16 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
+        <xs:attribute name="hide-options" default="false">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="true"/>
+                    <xs:enumeration value="false"/>
+                    <xs:enumeration value="ignore-case"/>
+                    <xs:enumeration value="options"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
     </xs:attributeGroup>
 
   <!-- ================== FIELD SUB-ELEMENTS ==================== -->