svn commit: r792394 - /ofbiz/trunk/framework/entity/dtd/entitymodel.xsd

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

svn commit: r792394 - /ofbiz/trunk/framework/entity/dtd/entitymodel.xsd

jonesde
Author: jonesde
Date: Thu Jul  9 04:28:27 2009
New Revision: 792394

URL: http://svn.apache.org/viewvc?rev=792394&view=rev
Log:
Added some notes on additional things to add

Modified:
    ofbiz/trunk/framework/entity/dtd/entitymodel.xsd

Modified: ofbiz/trunk/framework/entity/dtd/entitymodel.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/dtd/entitymodel.xsd?rev=792394&r1=792393&r2=792394&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/dtd/entitymodel.xsd (original)
+++ ofbiz/trunk/framework/entity/dtd/entitymodel.xsd Thu Jul  9 04:28:27 2009
@@ -466,6 +466,7 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
+        <!-- TODO: variation on filter-by-date to easily compare from/thru date to date in another field, ie: alias.from_date <= rel_alias.date_field and (alias.thru_date > rel_alias.date_field or alias.thru_date is null) -->
         <xs:attribute name="distinct" default="false">
             <xs:simpleType>
                 <xs:restriction base="xs:token">
@@ -493,6 +494,7 @@
                     <xs:enumeration value="equals"/>
                     <xs:enumeration value="not-equals"/>
                     <xs:enumeration value="in"/>
+                    <!-- TODO: add not-in, or handle not in more general way -->
                     <xs:enumeration value="between"/>
                     <xs:enumeration value="like"/>
                 </xs:restriction>