| Name | Description | Required |
|---|---|---|
| name | A name, can be any text. | No. |
Required: No.
Any type. In addition to the attributes which are the properties of the type (documented with each type) a name attribute is required.
This will set the text property of greeting to "hello".
<sequential>
<set>
<string name="greeting.text" value="hello"/>
</set>
<echo id="greeting"/>
</sequential>