| Name | Description | Required |
|---|---|---|
| name | A name, can be any text. | No. |
Required: No.
Any type. In addition to the properties of the type (documented with each type) a name is required which is the name the variable will have.
<oddjob>
<sequential>
<variables id="vars" name="Define a variable">
<value name="greeting" value="Hello World"/>
</variables>
<echo name="Issue a greeting." text="${vars.greeting}" />
</sequential>
</oddjob>