You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/03/27 19:13:57 UTC

svn commit: r523001 - /ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

Author: jonesde
Date: Tue Mar 27 10:13:56 2007
New Revision: 523001

URL: http://svn.apache.org/viewvc?view=rev&rev=523001
Log:
Changed the calcop element's field-name attribute to NOT be required; this must be another casualty of recent cleanups or something

Modified:
    ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

Modified: ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd?view=diff&rev=523001&r1=523000&r2=523001
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Tue Mar 27 10:13:56 2007
@@ -4836,7 +4836,7 @@
                 </xs:documentation>
             </xs:annotation>
         </xs:attribute>
-        <xs:attribute type="xs:string" name="field-name" use="required">
+        <xs:attribute type="xs:string" name="field-name">
             <xs:annotation>
                 <xs:documentation>
                     The name (key) of the map field to use.