
  TYPE
    nft$ntf_remote_system_data = record
      remote_system_type: nft$ntf_remote_system_type,
      kind: nft$ntf_remote_system_kind,
      route_back_position: nft$ntf_route_back_position,
      authority_level: nft$ntf_authority_level,
      name: string ( * <= 31),
    recend;

*copyc nft$ntf_authority_level
*copyc nft$ntf_remote_system_kind
*copyc nft$ntf_remote_system_type
*copyc nft$ntf_route_back_position
