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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
Author: jleroux
Date: Mon Jan  8 21:47:31 2007
New Revision: 494323

URL: http://svn.apache.org/viewvc?view=rev&rev=494323
Log:
Corrects a bad paste over an existing snippet, thanks to Scott Gray's review.

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=494323&r1=494322&r2=494323
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Mon Jan  8 21:47:31 2007
@@ -709,7 +709,13 @@
             </xs:annotation>            
         </xs:attribute>
         <xs:attribute type="xs:string" name="ret-field-name">
-            now-timestamp-to-env        </xs:attribute>
+            <xs:annotation>
+                <xs:documentation>
+                    The name of the field to put the result in.
+                    If not specified any return value will be ignored.
+                </xs:documentation>
+            </xs:annotation>            
+        </xs:attribute>
         <xs:attribute type="xs:string" name="ret-map-name">
             <xs:annotation>
                 <xs:documentation>