2.2.3.19 StartListText / EndListText Records (0xA4, 0xA6)

This structure represents attribute or element content. These records identify the start and end of a list of text records separated by a single whitespace character. They have no additional fields. The records that they bracket MUST be text records and MUST NOT contain a StartListText or EndListText record. An EndListText record MUST have a corresponding StartListText record.

For example, this sequence of records

 StartListText
 TrueText
 FalseText
 ZeroText
 OneText
 EndListText

is interpreted as the following characters.

  
 true_false_0_1

Note that the underscore is intended to represent a single ASCII white-space character (32).