
  TYPE
    avt$template_file_header = record
      version_identifier: avt$version_identifier,
      utility_information: REL (avt$template_file_heap)
            ^avt$utility_information,
      next_system_supplied_field_id: avt$system_supplied_field_id,
      root_index_record: avt$template_file_record_ptr,
      first_index_record: avt$template_file_record_ptr,
      index_depth: avt$template_file_index_depth,
      description_record_count: 0 .. avc$maximum_desc_record_count,
      description_directory: avt$description_directory,
    recend;

*copyc avt$description_directory
*copyc avt$system_supplied_field_id
*copyc avt$template_file_heap
*copyc avt$template_file_index_depth
*copyc avt$template_file_record_ptr
*copyc avt$utility_information
*copyc avt$version_identifier
