
 TYPE
{
{   The ANSI VOL1 label contains the following fields:
{
{   CP         Field Name             Content
{ 1 .. 3    Label Identifier          'VOL'
{   4       Label Number              '1'
{ 5 .. 10   Volume Identifier         alpha-numeric
{    11     Accessibility             alpha-numeric
{ 12 .. 24  Reserved to ANSI          '       '
{ 25 .. 37  Implementation Identifier alpha-numeric
{ 38 .. 51  Owner Identifier          alpha-numeric
{ 52 .. 79  Reserved to ANSI          '       '
{    80     Label Standard Version    numeric
{
    fst$ansi_vol1_label = record
      label_identifier: string (3),
      label_number: string (1),
      volume_identifier: string (6),
      accessibility: string (1),
      reserved_to_ansi1: string (13),
      implementation_identifier: string(13),
      owner_identifier: string (14),
      reserved_to_ansi2: string (28),
      label_standard_version: string (1),
    recend;
