aggregate ::=
( element_association { , element_association } )
element_association ::=
[ choices => ] expression
choices ::=
choice { | choice }
choice ::=
simple_expression
| discrete_range
|
element
_simple_name
|
others