You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2011/08/06 11:35:27 UTC

svn commit: r1154472 - /ofbiz/branches/release10.04/framework/minilang/dtd/simple-methods.xsd

Author: ashish
Date: Sat Aug  6 09:35:27 2011
New Revision: 1154472

URL: http://svn.apache.org/viewvc?rev=1154472&view=rev
Log:
Applied fix from trunk r1154470.
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/branches/release10.04/framework/minilang/dtd/simple-methods.xsd

Modified: ofbiz/branches/release10.04/framework/minilang/dtd/simple-methods.xsd
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/minilang/dtd/simple-methods.xsd?rev=1154472&r1=1154471&r2=1154472&view=diff
==============================================================================
--- ofbiz/branches/release10.04/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/branches/release10.04/framework/minilang/dtd/simple-methods.xsd Sat Aug  6 09:35:27 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"/>