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/04/01 06:47:17 UTC

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

Author: jonesde
Date: Sat Mar 31 21:47:16 2007
New Revision: 524528

URL: http://svn.apache.org/viewvc?view=rev&rev=524528
Log:
Made the calculate->field-name attribute required again, thanks to Jacques for pointing out this problem

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=524528&r1=524527&r2=524528
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Sat Mar 31 21:47:16 2007
@@ -4749,7 +4749,7 @@
                 </xs:documentation>
             </xs:annotation>
         </xs:attribute>
-        <xs:attribute type="xs:string" name="field-name">
+        <xs:attribute type="xs:string" name="field-name" use="required">
             <xs:annotation><xs:documentation>The name (key) of the map (or env if map-name is empty) field to use.</xs:documentation></xs:annotation>
         </xs:attribute>
         <xs:attribute name="type" default="Double">