
 TYPE
{
{   The ANSI HDR3 thru HDR9 labels contain the following fields:
{
{   CP         Field Name             Content
{ 1 .. 3    Label Identifier          'HDR'
{   4       Label Number              '3' .. '9'
{ 5 .. 80   Reserved to Implementors  alpha-numeric
{
    fst$ansi_hdrn_label = record
      label_identifier: string (3),
      label_number: string (1),
      reserved_to_implementors: string(76),
    recend;
