Author: ashish
Date: Sat Aug  6 09:32:23 2011
New Revision: 1154470

URL: http://svn.apache.org/viewvc?rev=1154470&view=rev
Log:
Applied patch from jira issue - OFBIZ-4355. Update simple-methods.xsd (Missing 
"not-in" operator in condtion-expr tag). 
Thanks Amit for the contribution.

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=1154470&r1=1154469&r2=1154470&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Sat Aug  6 09:32:23 
2011
@@ -2376,6 +2376,7 @@ under the License.
                     <xs:enumeration value="equals"/>
                     <xs:enumeration value="not-equals"/>
                     <xs:enumeration value="in"/>
+                    <xs:enumeration value="not-in"/>
                     <xs:enumeration value="between"/>
                     <xs:enumeration value="like"/>
                     <xs:enumeration value="not-like"/>


Reply via email to