  TYPE
    fst$ts_authorize_file_set_mount = record
      access_method: amt$file_label_type,
      enforce_tape_security {input} : boolean,
      header_labels {input} : ^SEQ ( * ),
      proposed_access {input} : fst$file_access_options,
      proposed_access_defaulted {input} : boolean,
      volume_classification {input} : rmt$tape_volume_classification,
      authorized_access {output} : ^fst$file_access_options,
      file_set_access {output} : ^fst$file_access_options,
    recend;

*copyc amt$file_label_type
*copyc fst$file_access_options
*copyc rmt$tape_volume_classification
