value
Description
A simple value, the most common type.
A value can be:
Any simple type, either text or a number or boolean.
It can also be a reference to any other type somewhere else. i.e. value can contain a ${someid.anyvalue} reference.
Properties
Name
Description
Required
value
Any simple value.
Yes, if not provided as element text.
value
The value.
No.
Example
<value value="apple"/>
<value value="${vars.fruit}"/>
(c) Rob Gordon 2005 - 2009