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