
  TYPE
    rat$value_declaration = record
      specification: string (osc$max_string_size),
      key: rat$value_format_keys,
    recend;

  TYPE
    rat$value_format_keys = (rac$undeclared, rac$hex, rac$list, rac$string);

*copyc ost$string
