An enumeration is a datatype whose values are enumerated in the model as enumeration literals. Enumeration is a kind of datatype, whose instances may be any of a number of user-defined enumeration literals.<br/><br/>Semantics:<br/>Enumeration is a kind of datatype, whose instances may be any number #gt; 1 of user-defined enumeration literals. Enumerations contain at least two literals, otherwise it would be a constant. The contained literals need to be ordered.<br/><br/><br/>Notation:<br/>The datatype Enumeration is denoted using the rectangle symbol with keyword «Datatype Enumeration».<br/><br/>Extension: UML Enumeration<br/>
This boolean attribute is true, if multiple enumeration values can be selected. It is false, if only one enumeration value is allowed to be selected.<br/>