The Composition relationship indicates that an object consists of a number of other objects.

In contrast to the Aggregation relationship, an object can be part of only one composition.

A Composition relationship is always allowed between two instances of the same element type.

Category:

Structural.

Examples:

An Application Component may be composed of two or more sub-components.