An attribute set script belongs to an attribute and is used to assign a value to the attribute.
Table 7.7. Attribute set script selector
| Production | Syntax | Links |
|---|---|---|
attribute_set_script_selector | attribute_id "=" expression | the section called “Attribute set script” |
This script has one input argument which holds the attribute's new value. The id suffix and type of this input argument are the same as those of the attribute (e.g. if the attribute's id is a_level then the input argument's id is i_level).