<setprop> Element Reference

The <setprop> element provides a way to change the value or type of a property.

Attributes
NameFormatDescription
name (required)stringThe name of the property that was previously created using the <prop> element. It must exist and be in the current scope.
typeTypeThe <type> reference of the property. This must be specified even if the type hasn't changed, otherwise the type will be removed.
value (required)ExpressionThe new value of the property.
Children<comment>?

? = 0 or 1 occurence, * = 0 or more occurences

Detail

See the <oob> element reference for an example.