availableDataAND
The output is the logical AND of the outputs of all included AvailableData subsetters. This means that it will evaluate to true only if all the enclosed AvailableData subsetters evaluate to true. The subsetters after the first false outputted are not evaluated.
Example
<availableDataAND> <noGaps /> <fullCoverage /> </availableDataAND>
This consists of
availableData At least once choice
</availableDataAND>
<fullCoverage/>
<postEventWait>
<noGaps/>
<someCoverage/>
<subrequestCoverage>
<percentCoverage>
<availableDataAND>
<availableDataOR>
<availableDataNOT>
<passAvailableData>
<externalAvailableDataSubsetter>
<printlineAvailableDataProcess>
end availableData At least once choice
<postEventWait>
<noGaps/>
<someCoverage/>
<subrequestCoverage>
<percentCoverage>
<availableDataAND>
<availableDataOR>
<availableDataNOT>
<passAvailableData>
<externalAvailableDataSubsetter>
<printlineAvailableDataProcess>
Places this can be found
In availableData there is a choice between all of the following