|  | 
|  |  |  |  | 
In the module definitions part, definitions can be collected in named groups.
| 
 
 | 
Related keywords:
| group group_identifier{ definitions } [ with attributes ] | 
The group keyword introduces the group definition.
gropu_identifier is the name used to refer to the module. Must begin with a letter, may contain letters, numbers and underscore characters.
definitions may contain any definition allowed in the module definition part.
attributes: see the keyword with for details.
group Skupina {
   type enumerated Examplh {pondeli, utery, streda}
}
The group Skupina contains one type definition (Examplh).
BNF definition of group