Author: jleroux Date: Thu Sep 5 08:23:59 2013 New Revision: 1520249 URL: http://svn.apache.org/r1520249 Log: Better to have this in doc than in a comment
Modified: ofbiz/trunk/framework/entity/dtd/entity-eca.xsd Modified: ofbiz/trunk/framework/entity/dtd/entity-eca.xsd URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/dtd/entity-eca.xsd?rev=1520249&r1=1520248&r2=1520249&view=diff ============================================================================== --- ofbiz/trunk/framework/entity/dtd/entity-eca.xsd (original) +++ ofbiz/trunk/framework/entity/dtd/entity-eca.xsd Thu Sep 5 08:23:59 2013 @@ -236,14 +236,17 @@ under the License. </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" name="run-as-user" default="system"/> - <xs:attribute type="xs:string" name="value-attr"/> + <xs:attribute type="xs:string" name="value-attr"> + <xs:annotation> + <xs:documentation> + if value-attr is specified the generic value object corresponding to the entity in question will be passed + to the action service + </xs:documentation> + </xs:annotation> + </xs:attribute> </xs:attributeGroup> </xs:schema> <!-- - if value-attr is specified the generic value object corresponding to the entity in question will be passed - to the action service ---> -<!-- <entity-eca> <eca entity="Product" operation="create" event="return"> <condition field-name="foo" operator="equals" rhs="1"/>