(C3069) Elements using field references that do not appear in the record / union definition
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.A record data-itemREC_1
flows from activityACT_1
.REC_1
is defined to have two fields,F1
andF2
, both of which are integers. The activityACT_1
contains the following mini-spec: