 TYPE
    fst$attachment_administration  = record
      attached_access_modes: fst$file_access_options,
      attached_share_modes: fst$file_access_options,
      attachment_hidden: boolean,
      explicit_detachment_allowed: boolean,
      scope: fst$attachment_scope,
    recend;

*copyc fst$attachment_scope
*copyc fst$file_access_options
