About
An aggregate/compound type is a type that contains a list of element. It represents the notion of value set in data modeling.
They are most known as Collection (array,…)
A aggregate type create a aggregation relationship between the container and its elements.