
  TYPE
    nft$batch_input_accounting_data = record
      connect_time: ost$non_negative_integers,
      number_of_cards: ost$non_negative_integers,
      di_system_name: ost$name,
      line_name: ost$name,
      line_subtype: ost$name,
      line_speed: 0 .. 0ffff(16),
      i_o_station_name: ost$name,
      device_name: ost$name,
    recend;

*copyc osd$integer_limits
*copyc ost$name
