You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/12/11 07:14:24 UTC

svn commit: r603152 - /ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

Author: jleroux
Date: Mon Dec 10 22:14:23 2007
New Revision: 603152

URL: http://svn.apache.org/viewvc?rev=603152&view=rev
Log:
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>