vectorAvailableDataOR
The output is the logical OR of the outputs of all included subsetters. This means that it will evaluate to true as long as one of the included subsetters evaluates to true. The subsetters after the first true outputted are not evaluated.
Example
<vectorAvailableDataOR> <ANDAvailableDataWrapper> <noGaps /> </ANDAvailableDataWrapper> <ANDAvailableDataWrapper> <fullCoverage /> </ANDAvailableDataWrapper> </vectorAvailableDataOR>