Charts and GDS Relation Checks : (C7611) Mutual references in global definition sets

(C7611) Mutual references in global definition sets

Global Definition Sets (GDSs) have references to elements in other global definition sets (in a “circular” manner).
Error In:
Correctness
Example:
GLOBAL_TYPES is a GDS that contains the following definitions:

BIG_ARRAY is an integer array from 1 to K.

MY_INT is an integer from 1 to 10.

CONSTANTS is a GDS that contains the following definitions:

K is defined as a constant integer equal to 5.

M is defined to be of type MY_INT.

GLOBAL_TYPES and CONSTANTS are two global definition sets that have mutual references.
Erroneous Elements:
Global definition sets