Summary

EnumerationLiterals defined in an Enumeration must have a unique name.

Details

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.

Tips

Rename the EnumerationLiterals so they have a unique name in the enumeration.