Author: jonesde
Date: Sat May 19 18:11:23 2007
New Revision: 539811
URL:
http://svn.apache.org/viewvc?view=rev&rev=539811Log:
Added documentation comment to clarfiy usage of the type attribute on the field element based on questions/comments from 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=539811&r1=539810&r2=539811==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Sat May 19 18:11:23 2007
@@ -131,7 +131,7 @@
<xs:attribute type="xs:string" name="type">
<xs:annotation>
<xs:documentation>
- Type of the value put in the field.
+ Type of the value put in the field. If this is a method call or object creation and the type in the method signature being called is for a parent class or interface, then it should be the type in that parent class or interface and not the type of the object being passed in.
</xs:documentation>
</xs:annotation>
</xs:attribute>