
  TYPE
    pft$attached_pf_entry = record
      sfid_status: pft$sfid_status,
      update_catalog: boolean,
      update_cycle_statistics: boolean,
      usage_selections: pft$usage_selections,
      share_selections: pft$share_selections,
      media_image_inconsistent: boolean,
      media_damage_detection_enabled: boolean,
      allowed_exception_conditions: fst$cycle_damage_symptoms,
      p_external_path: ^pft$complete_path,
      cycle_number: fst$cycle_number,
      device_class: rmt$device_class,
      internal_cycle_path: pft$internal_cycle_path,
    recend;

*copyc fst$cycle_damage_symptoms
*copyc fst$cycle_number
*copyc pft$complete_path
*copyc pft$internal_cycle_path
*copyc pft$sfid_status
*copyc pft$share_selections
*copyc pft$usage_selections
*copyc rmt$device_class
