(C7101) Loops in element definition Error In: Correctness Description: Elements use themselves in their definition, via chain definitions. Example: Data-type T1 is defined as integer with a minimum value of K1 and a maximum value of K2; K1 a constant data-item defined to be of type T1. Erroneous Elements: All elements in the loop
T1
K1
K2