siteOR

The output is the logical OR of the outputs of all included Site subsetters. This means that it will evaluate to true if at least one of the enclosed Site subsetters evaluate to true. The subsetters after the first true outputted are not evaluated.

Example

<siteOR>
    <siteDepthRange>
        <unit>METER</unit>
        <min>100</min>
        <max>200</max>
    </siteDepthRange>
    <siteEffectiveTimeOverlap>
        <startTime>20020701T00:00:00.001Z</startTime>
        <endTime>20021030T00:00:00.001Z</endTime>
    </siteEffectiveTimeOverlap>
</siteOR>

This consists of

Places this can be found