EnumerationLiterals defined in an Enumeration must have a unique name.
An Enumeration enumerates several properties defined by their name, also called EnumerationLiterals. These properties must all have different names in order to be distinguished from another.
Rename the EnumerationLiterals so they have a unique name in the enumeration.