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 2008/10/25 10:34:35 UTC

svn commit: r707823 - /ofbiz/site/dtds/entitymodel.xsd

Author: jleroux
Date: Sat Oct 25 01:34:35 2008
New Revision: 707823

URL: http://svn.apache.org/viewvc?rev=707823&view=rev
Log:
Revert filter in view (OFBIZ-1232)

Modified:
    ofbiz/site/dtds/entitymodel.xsd

Modified: ofbiz/site/dtds/entitymodel.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/entitymodel.xsd?rev=707823&r1=707822&r2=707823&view=diff
==============================================================================
--- ofbiz/site/dtds/entitymodel.xsd (original)
+++ ofbiz/site/dtds/entitymodel.xsd Sat Oct 25 01:34:35 2008
@@ -245,7 +245,6 @@
                 <xs:element minOccurs="0" maxOccurs="unbounded" ref="alias-all"/>
                 <xs:element minOccurs="0" maxOccurs="unbounded" ref="alias"/>
                 <xs:element minOccurs="0" maxOccurs="unbounded" ref="view-link"/>
-                <xs:element minOccurs="0" maxOccurs="unbounded" ref="filter"/>
                 <xs:element minOccurs="0" maxOccurs="unbounded" ref="relation"/>
             </xs:sequence>
             <xs:attributeGroup ref="attlist.view-entity"/>
@@ -441,26 +440,6 @@
             </xs:simpleType>
         </xs:attribute>
     </xs:attributeGroup>
-    <xs:element name="filter">
-        <xs:annotation>
-            <xs:documentation>
-                Allows to filter a view using "entity-alias", "field-name", "operator" and "value"   
-                operator being one of (see EntityOperator.java for more details)
-                {not-in, greater, greaterThanEqualTo, less-equals, equals, or, greater-than, less-than-equal-to, like, in, not-equals,
-                greater-than-equal-to, and, not, lessThanEqualTo, not-equal, lessThan, greater-equals, greaterThan, not-like, less-than,
-                notEqual, between, less}
-            </xs:documentation>
-        </xs:annotation>
-        <xs:complexType>
-            <xs:attributeGroup ref="attlist.filter"/>
-        </xs:complexType>
-    </xs:element>
-    <xs:attributeGroup name="attlist.filter">
-        <xs:attribute type="xs:string" name="entity-alias" use="required"/>
-        <xs:attribute type="xs:string" name="field-name" use="required"/>
-        <xs:attribute type="xs:string" name="operator" use="required"/>
-        <xs:attribute type="xs:string" name="value" use="required"/>
-    </xs:attributeGroup>
 
     <xs:element name="extend-entity">
         <xs:complexType>