  TYPE
    jmt$qfile_registration_options = array [1 .. * ] of
          jmt$qfile_registration_option;

{ Any registration options added here must also be added to
{ jmt$application_data in jmt$qfile_application_table.

  TYPE
    jmt$qfile_registration_option = record
      case key: jmt$attribute_keys of
      = jmc$notify_on_terminate =
        notify_on_terminate: boolean,
      = jmc$null_attribute =
        ,
      casend,
    recend;

*copyc jmt$attribute_keys
