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>