type_definition

type_definition ::= 
      enumeration_type_definition | integer_type_definition 
      | real_type_definition | array_type_definition 
      | record_type_definition | access_type_definition 
      | derived_type_definition 

[rule list]
This rule is called by

-> full_type_declaration