This functionality is only available for certain module packages.

You are here: EEC > BASE > Variant management > Extensions > Multiplicity

Multiplicity

The amount of instances of a library component to place on an extension point is specified by the Multiplicity value.

The value is specified as a range of values with the syntax <start value>..<end value> or as any value with the syntax *.

Examples:

Zero to four instances can be placed.

0..4

Exactly two instances can be placed.

2..2

Any number of instances can be placed.

*