(C7403) Elements that flow in the activity chart without corresponding flow in the module chart
Data elements are specified as flowing between activities in the activity-chart, but they do not flow between the corresponding modules in the module chart.In the following figure, assume thatA1
is implemented byM1
andA2
is implemented byM2
.X
flows betweenA1
andA2
in the activity-chart.X
will be detected as an erroneous element because it does not flow between the modules that implementA1
andA2
.