An enumeration value is a text string chosen from a set of possible values. This is used to represent a choice of exactly one of multiple possible options. For example, the the units of logical time is a type of enumeration. Enumeration values are not case sensitive.

Since this is just a text string with a restricted set of recognized values, it is represented as a simple value.

Enumeration Value
"Minute"