Activity Chart Checks : (C4105) Enumerated types with non-unique value names

(C4105) Enumerated types with non-unique value names

Error In:
Completeness
Description:
There are enumerated types with values that appear in other unrelated enumerated type definitions (not in a subtype).
Example:
The enumerated value BLUE exists in both UDTs COLORS and MOOD.
Erroneous Elements:
User-defined types