Begin changeThe RFML recordformat tag

The recordformat 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.

<recordformat name="name"
    [ description="description" ]>
</recordformat>

The following table lists the recordformat 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 recordformat.

description= description

Specifies the description of the recordformat.

End change