vectorAvailableDataAND

The output is the logical AND of the outputs of all included subsetters. This means that it will evaluate to true only if all the included subsetters evaluate to true. The subsetters after the first false outputted are not evaluated.

Example

<vectorAvailableDataAND>
    <ANDAvailableDataWrapper>
        <noGaps />
    </ANDAvailableDataWrapper>
    <ANDAvailableDataWrapper>
        <fullCoverage />
    </ANDAvailableDataWrapper>
</vectorAvailableDataAND>

This consists of

Places this can be found

In vectorAvailableData there is a choice between all of the following