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/11/09 11:50:20 UTC

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

Author: jleroux
Date: Sun Nov  9 02:50:20 2008
New Revision: 712481

URL: http://svn.apache.org/viewvc?rev=712481&view=rev
Log:
Related to revision: 712480

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=712481&r1=712480&r2=712481&view=diff
==============================================================================
--- ofbiz/site/dtds/simple-methods.xsd (original)
+++ ofbiz/site/dtds/simple-methods.xsd Sun Nov  9 02:50:20 2008
@@ -2565,7 +2565,7 @@
             <xs:annotation>
                 <xs:documentation>
                     Operator to apply to field-name and env-name or value.
-                    If you use the between then the evn-name must point to
+                    If you use the between then the env-name must point to
                     a collection that has two entries in it. With in you may specify several entries.  
                     If you use like, then it's just a single thing, as will all of the other ones;
                     less, greater, less-equals, greater-equals, equals, not equals.                    
@@ -3203,6 +3203,19 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
+        <xs:attribute name="or-store" default="false">
+            <xs:annotation>
+                <xs:documentation>
+                    Store value if already exists, defaults to false
+                </xs:documentation>
+            </xs:annotation>
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="true"/>
+                    <xs:enumeration value="false"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
     </xs:attributeGroup>
     <xs:element name="store-value" substitutionGroup="EntityValueOperations">
         <xs:annotation>