enumeration_type_definition

enumeration_type_definition ::= 
      "(" enumeration_literal_specification 
      { "," enumeration_literal_specification } ")" 

[rule list]
This rule is called by

-> type_definition