An enumeration literal is a user-defined data value for an enumeration.<br/><br/>Semantics:<br/>An EnumerationLiteral defines an element of the run-time extension of an enumeration data type. An EnumerationLiteral has a name (inherited from EAElement) that can be used to identify it within its Enumeration datatype. The EnumerationLiteral name is scoped and must therefore be unique within its Enumeration. The run-time values corresponding to EnumerationLiterals can be compared for equality.<br/><br/><br/>Notation:<br/>An EnumerationLiteral is typically shown as a name, one per line, in the compartment of the Enumeration notation. <br/><br/>Extension: UML EnumerationLiteral<br/>