A <part> tag encloses a part of a report segment. Such a part can either contain one or more variable lists (specified by the Var-List fragment) or one or more data tables (specified by the Table fragment).
>>-<part--+------------+-->--+------------------------+---------> '-id=“token”-' '-<name>--token--</name>-' .------------------. .-----------------. V | V | >----+-| Var-List |-+-+----+-------------+-+--</part>---------->< '-| Table |-' '-| Message |-'
| Tag/Fragment | Description | Type |
|---|---|---|
| id | unique part ID | token |
| name | name of a part within a report segment | token |
| Var-List | a list of variable-name/value pairs | See Var-List |
| Table | a data table within a report part | See Table |
| Message | error message or warning | See Message |
For a <part> code example, see the description of the <table> tag (Table).