Begin changeThe RFML struct tag

The struct tag can have the following attributes. Attributes enclosed in brackets, [], indicate that the attribute is optional. If you specify an optional attribute, do not include the brackets in your source.

<struct name="name">
</struct>

The following table lists the struct tag attributes. Each entry includes the attribute name, the possible valid values, and a description of the attribute.

Attribute Value Description
name=

name

Specifies the name of the <struct> element.

End change