
  TYPE
    ost$message_template_module = SEQ ( * );

{
{ An ost$message_template_module contains an ost$mtm_header followed by:
{ - an array [0 .. header.number_of_codes - 1] of ost$mtm_condition_code,
{ (if header.number_of_codes > 0)
{ - an array [0 .. header.number_of_names - 1] of ost$mtm_condition_name,
{ - strings for each message template located via the template field of the
{ appropriate names array entry.
{ The codes array (if present) is sorted by the code field.
{ The names array is sorted by both the name and kind fields with name as
{ the primary sort key.
{

*copyc ost$mtm_condition_codes
*copyc ost$mtm_condition_names
*copyc ost$mtm_header
