svn commit: r604056 - /ofbiz/site/dtds/simple-methods.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r604056 - /ofbiz/site/dtds/simple-methods.xsd

jleroux@apache.org
Author: jleroux
Date: Thu Dec 13 14:59:12 2007
New Revision: 604056

URL: http://svn.apache.org/viewvc?rev=604056&view=rev
Log:
not-like was missing

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=604056&r1=604055&r2=604056&view=diff
==============================================================================
--- ofbiz/site/dtds/simple-methods.xsd (original)
+++ ofbiz/site/dtds/simple-methods.xsd Thu Dec 13 14:59:12 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>