Module Chart Checks : (C6075) Enumerated types with non-unique user-defined type

(C6075) Enumerated types with non-unique user-defined type

Error In:
Completeness
Description:
There are enumerated types with values that appear in other unrelated enumerated type definitions (not in a subtype).
Example:
user-defined type COLORS
BLUE, exists also in SCH:MOODS
 
Erroneous Elements:
User-defined types