Segment

A <segment> tag contains one report section (which can consist of multiple parts, in XML terms) of a Postprocessor report.

Syntax: Segment

Read syntax diagramSkip visual syntax diagram
>>-<segment--+------------+-->--<name>--token--</name>---------->
             '-id=“token”-'                              

   .-----------------.               
   V                 |               
>----+-| Part    |-+-+--</segment>-----------------------------><
     '-| Message |-'                 

Tag/Fragment Description Type
id unique segment ID token
name name of a report segment token
Part part of a report segment which can contain any number of variable-name/value lists or data tables See Part
Message error message or warning See Message

Example XML code:

<segment><name>CPU ACTIVITY</name>
<part>…</part>
<part>…</part>
…
</segment>

See another <segment> code example in the description of the <table> tag in Table.