
{   This common deck contains the type declarations for the attributes
{ used in the system file label.

  TYPE
    bat$system_file_attributes = record
      static_label: bat$static_label_attributes,
      dynamic_label: bat$dynamic_label_attributes,
      descriptive_label: bat$descriptive_file_attributes,
    recend;

*copyc bat$static_label_attributes
*copyc bat$dynamic_label_attributes
*copyc bat$descriptive_file_attributes
