svn commit: r935687 - /ofbiz/trunk/framework/widget/dtd/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: r935687 - /ofbiz/trunk/framework/widget/dtd/widget-form.xsd

jaz-3
Author: jaz
Date: Mon Apr 19 18:00:24 2010
New Revision: 935687

URL: http://svn.apache.org/viewvc?rev=935687&view=rev
Log:
text-find can also include 'numeric' fields; added lessThan, greaterThan options to the schema (code support was already there)

Modified:
    ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-form.xsd?rev=935687&r1=935686&r2=935687&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Mon Apr 19 18:00:24 2010
@@ -1150,6 +1150,10 @@ under the License.
                     <xs:enumeration value="contains"/>
                     <xs:enumeration value="empty"/>
                     <xs:enumeration value="notEqual"/>
+                    <xs:enumeration value="lessThan"/>
+                    <xs:enumeration value="lessThanEqualTo"/>
+                    <xs:enumeration value="greaterThan"/>
+                    <xs:enumeration value="greaterThanEqualTo"/>
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>