
  TYPE
    nlt$network_device = record
      device_id: nlt$device_identifier,
      system_id: nat$system_identifier,
      logical_unit: iot$logical_unit,
      path_status: nlt$network_path_status,
      element: cmt$element_name,
      channel: cmt$channel_ordinal,
      channel_address: cmt$physical_equipment_number,
      pp_identification: cmt$pp_identification,   {physical_pp}
      pp_number : iot$pp_number, { logical pp }
      driver_name: pmt$program_name,
      kind: nat$device_type,
      state: nlt$network_device_state,
      reset_down_count_intervl: integer,
      reset_down_count: 0 .. 0ff(16),
      reset_timestamp: integer,
      task_waiting_for_state_change: ost$global_task_id,
      maximum_pdu_size: nlt$cc_pdu_size,
      channel_interface_protocol: nlt$channel_interface_protocol,
      last_usage_data: nlt$device_usage_data,
    recend;
*copyc cmt$channel_ordinal
*copyc cmt$element_name
*copyc cmt$physical_equipment_number
*copyc cmt$pp_identification
*copyc iot$logical_unit
*copyc iot$pp_number
*copyc nat$device_type
*copyc nat$system_identifier
*copyc nlt$cc_pdu_size
*copyc nlt$channel_interface_protocol
*copyc nlt$device_identifier
*copyc nlt$device_usage_data
*copyc nlt$network_device_state
*copyc nlt$network_path_status
*copyc ost$global_task_id
*copyc pmt$program_name
