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

Places this can be found

In availableData there is a choice between all of the following