Author: jonesde
Date: Mon Mar 5 01:17:55 2007
New Revision: 514617
URL:
http://svn.apache.org/viewvc?view=rev&rev=514617Log:
Changed to represent the fact that calcop -> field-name is optional; reported by Chris Howe
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=514617&r1=514616&r2=514617==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Mon Mar 5 01:17:55 2007
@@ -4749,12 +4749,8 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
- <xs:attribute type="xs:string" name="field-name" use="required">
- <xs:annotation>
- <xs:documentation>
- The name (key) of the map field to use.
- </xs:documentation>
- </xs:annotation>
+ <xs:attribute type="xs:string" name="field-name">
+ <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">
<xs:simpleType>