Table of Contents

Logical Data Modeling - Multiplicity

About

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:

Properties

The properties applied to the collection of the container element.

Cardinality

Collection Type

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

Syntax