Column-Headers

The <column-headers> tag contains the names of the columns in the report table:

Syntax: Column-Headers

Read syntax diagramSkip visual syntax diagram
>>-<column-headers>--------------------------------------------->

   .--------------------------------------------.   
   V                                            |   
>----<col--+----------------+-->--token--</col>-+--------------->
           '-type=“NMTOKEN”-'                       

>--</column-headers>-------------------------------------------><

Tag/Fragment Description Type
col unique name of the column token
type data type in this column; valid values in {M, N, S, T} for either Mixed alphanumerics, Numbers, Scaled numbers, or Text NMTOKEN

Example XML code:

<column-headers>
<col type="T">CPCPPNAM</col>
<col type="N">CPCPDMSU</col>
…
<col type="N">CPCPLTOU</col>
</column-headers>