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:15:35 UTC

svn commit: r603153 - /ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd

Author: jleroux
Date: Mon Dec 10 22:15:33 2007
New Revision: 603153

URL: http://svn.apache.org/viewvc?rev=603153&view=rev
Log:
Applied fix from trunk for revision: 603152  

Modified:
    ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd

Modified: ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd?rev=603153&r1=603152&r2=603153&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd Mon Dec 10 22:15:33 2007
@@ -2571,6 +2571,7 @@
                     <xs:enumeration value="in"/>
                     <xs:enumeration value="between"/>
                     <xs:enumeration value="like"/>
+                    <xs:enumeration value="not-like"/>
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
@@ -5353,4 +5354,4 @@
             </xs:annotation>            
         </xs:attribute>
     </xs:attributeGroup>
-</xs:schema>
\ No newline at end of file
+</xs:schema>