Author: ashish
Date: Sat Aug 27 08:15:08 2011
New Revision: 1162311
URL:
http://svn.apache.org/viewvc?rev=1162311&view=revLog:
Applying changes 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/site/dtds/simple-methods.xsd
Modified: ofbiz/site/dtds/simple-methods.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/site/dtds/simple-methods.xsd?rev=1162311&r1=1162310&r2=1162311&view=diff==============================================================================
--- ofbiz/site/dtds/simple-methods.xsd (original)
+++ ofbiz/site/dtds/simple-methods.xsd Sat Aug 27 08:15:08 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"/>
@@ -5275,3 +5276,4 @@ under the License.
</xs:attribute>
</xs:attributeGroup>
</xs:schema>
+