Multiplicity
Multiplicity specifies the range of allowable cardinalities a set may assume. This is primarily indicated for each role that classes play in an association. It can assume the values *, 0..1, 1, 1..*, 2..*, 4..10, etc. The default value is *. For an attribute, it is the number of times this attribute can be repeated in the class.
Translations
Type
String (63) Enumeration (Opened)
 
List of MetaClasses
Value
(*), (1..*), (1), (0..1).