Activity Chart Checks : (C3069) Elements using field references that do not appear in the record / union definition

(C3069) Elements using field references that do not appear in the record / union definition

Error In:
Correctness
Description:
There are elements that contain expressions in which a field of an explicitly defined record or union is used, but the field does not appear in the definition of the record or union.
Example:
A record data-item REC_1 flows from activity ACT_1. REC_1 is defined to have two fields, F1 and F2, both of which are integers. The activity ACT_1 contains the following mini-spec:
EV/REC.F3 = 4

 

 

The error occurs because F3 does not appear in the definition of REC_1.
Erroneous Elements:
Activities and textual elements