
  TYPE
    cmt$equipment_identification = record
      number: cmt$equipment_number,
      dollar: string (1), {Must be set to dollar sign}
      type_identifier: cmt$equipment_type_id,
      series_code: cmt$equipment_series_code,
    recend,

    cmt$equipment_number = string (5), {Two alpha followed by 3 numeric char}

    cmt$equipment_type_id = string (1), {One alpha char}

    cmt$equipment_series_code = string (2) {Two numeric char} ;
