eventStationOR
The output is the logical OR of the outputs of all included EventStation subsetters. This means that it will evaluate to true if at least one of the enclosed EventStation subsetters evaluate to true. The subsetters after the first true outputted are not evaluated.
Example
<eventStationOR> <distanceRange> <unit>DEGREE</unit> <min>40</min> </distanceRange> <backAzimuthRange> <unit>DEGREE</unit> <min>30</min> <max>45</max> </backAzimuthRange> </eventStationOR>
This consists of
eventStation At least once choice
</eventStationOR>
<distanceRange> <embeddedOriginSubsetter> <embeddedStationSubsetter> <azimuthRange> <backAzimuthRange> <linearDistanceMagnitudeRange> <eventStationAND> <eventStationOR> <eventStationNOT> <midPoint> <phaseExists> <externalEventStationSubsetter> <passEventStation>
end eventStation At least once choice
Places this can be found
eventStation
In eventStation there is a choice between all of the following