Author: jleroux
Date: Mon Dec 10 22:14:23 2007
New Revision: 603152
URL:
http://svn.apache.org/viewvc?rev=603152&view=revLog:
A patch from Chris Howe <<Missing "not-like" condition in Simple Methods>> (
https://issues.apache.org/jira/browse/OFBIZ-1433) - OFBIZ-1433
Modified:
ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd
Modified: ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd?rev=603152&r1=603151&r2=603152&view=diff==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Mon Dec 10 22:14:23 2007
@@ -2580,6 +2580,7 @@
<xs:enumeration value="in"/>
<xs:enumeration value="between"/>
<xs:enumeration value="like"/>
+ <xs:enumeration value="not-like"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
@@ -5363,4 +5364,4 @@
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
-</xs:schema>
\ No newline at end of file
+</xs:schema>