Multiplicity constrain the number of values that may be contained by a container (ie entity set)
The multiplicity specifies valid cardinalities of the collection it represents. (It denotes the possible cardinalities values of the collection)
The multiplicity is a constraint on the cardinality, which shall:
The properties applied to the collection of the container element.
The collection type properties defines the type of collection.
isOrdered | isUnique | Collection Type |
---|---|---|
false | true | set |
true | true | OrderedSet |
false | false | Bag |
true | false | Sequence |