Report element

The <report> tag encloses performance data for a specific resource or metric.

Syntax: Report

Read syntax diagramSkip visual syntax diagram
>>-<report>--| Metric |--| Resource |--| Time-Data |------------>

                    .-------------.                           
                    V             |                           
>--+-------------+----+---------+-+--+--------------------+----->
   '-| Caption |-'    '-| Row |-'    '-| Column-Headers |-'   

>--+-------------+--</report>----------------------------------><
   '-| Message |-'              

Tag/Fragment Description Type
Metric metric used for the report See Metric
Resource description of a resource See Resource
Time-Data time and interval information for the report See Time-Data
Caption additional (sub-) headings for the report See Caption
Row performance data See Row
Column-Headers unique names of the columns in the report table See Column-Headers
Message error message or warning See Message

Example XML code:

<report>
<metric id="CPC">
…
</metric>
<resource>
…
</resource>
<time-data>
…
</time-data>
<caption>
…
</caption>
<row refno="1">
…
</row>
…
<row refno="15">
…
</row>
<column-headers>
…
</column-headers>
</report>