  TYPE
    rmt$labeled_tape_classification = record
      blank: boolean,
      expired: boolean,
      file_accessibility: string (1),
      implementation_identifier: string (13),
      volume_accessibility: string (1),
      volume_identifier: rmt$recorded_vsn,
      case volume_security_type: rmt$volume_security_type of
      = rmc$vst_access_restricted =
        reason: rmt$restricted_access_reason,
      = rmc$vst_labeled_external =
        external_owner_identifier: string (14),
      = rmc$vst_ve_labeled_for_group =
        removable_media_group: string (13),
      = rmc$vst_ve_labeled_for_user =
        user: string (14),
      = rmc$vst_ve_password_protected =
        ve_owner_identifier: string (14),
      casend,
    recend;

*copyc rmt$restricted_access_reason
*copyc rmt$recorded_vsn
*copyc rmt$volume_security_type

