
  CONST
    clc$max_pf_path_elements = 2 + (osc$max_string_size DIV 2);

  TYPE
    clt$pf_path_container = SEQ (REP clc$max_pf_path_elements of pft$name);

  TYPE
    clt$pf_cycle_selector = record
      specification: clt$pf_cycle_specification,
      value: pft$cycle_selector,
    recend,
    clt$pf_cycle_specification = (clc$pf_cycle_omitted, clc$pf_cycle_specified,
          clc$pf_cycle_next_highest, clc$pf_cycle_next_lowest);

*copyc ost$string
*copyc pft$cycle_selector
