
{ This deck defines the type for the service class table.  Any time the
{ service class table (jmv$service_class_table_p) needs to be scanned,
{ the scan should be from jmc$system_service_class (the first defined class)
{ to jmv$max_service_class_in_use (the index of the highest defined class).

  TYPE
    jmt$service_class_table = array [1 .. *] of jmt$service_class_attributes;

*copyc jmt$service_class_attributes
