Attribute set script

Usage

An attribute set script belongs to an attribute and is used to assign a value to the attribute.

Selector syntax

Table 7.7. Attribute set script selector

ProductionSyntaxLinks
attribute_set_script_selectorattribute_id "=" expressionthe section called “Attribute set script”

Input argument

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).

Output arguments

This script has no output arguments.

Examples

See: the section called “Attribute property set

See also