The RFML struct tag defines a named structure that you can reuse within the RFML source file. The structure contains a data tag for each field in the structure.
Listed below are the attributes for the struct tag. 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. |