
  TYPE
    fmt$cycle_attachment_info = record
      case cycle_attached: boolean of
      = FALSE =
        ,
      = TRUE =
        password_protected: boolean,
        allowed_access: fst$file_access_options,
        required_sharing: fst$file_access_options,
        open_count: integer,
      casend,
    recend;

*copyc fst$file_access_options
