
  TYPE
    fst$file_attribute = record
      case selector: fst$file_attribute_choices of
      = fsc$attachment_logging =
        attachment_logging: boolean,
      = fsc$file_password =
        file_password: ost$name,
      = fsc$null_file_attribute =
        ,
      casend,
    recend;

*copyc fst$file_attribute_choices
*copyc ost$name
