
  TYPE
    pft$authority = record
      ownership: pft$ownership,
      family: ost$family_name,
      user: ost$user_name,
      account: avt$account_name,
      project: avt$project_name,
    recend;

*copyc avt$account_name
*copyc avt$project_name
*copyc ost$family_name
*copyc ost$user_name
*copyc pft$ownership
