Activity Chart Checks : (C3015) Elements containing For Loops with erroneous range indices

(C3015) Elements containing For Loops with erroneous range indices

Error In:
Correctness
Description:
Elements contain action expressions that have for loops statements with an invalid range.
Example:
An action contains the following for loop statement:

for $I in 10 to 1 loop

 

 
The correct statement would use downto.
Erroneous Elements:
Activities and actions