eventStationAND

The output is the logical AND of the outputs of all included EventStation subsetters. This means that it will evaluate to true only if all the enclosed EventStation subsetters evaluate to true. The subsetters after the first false outputted are not evaluated. In addition, any event, station or network subsetter may be used here directly.

Example

<eventStationAND>
    <distanceRange>
        <unit>DEGREE</unit>
        <min>40</min>
    </distanceRange>
    <backAzimuthRange>
        <unit>DEGREE</unit>
        <min>30</min>
        <max>45</max>
    </backAzimuthRange>
</eventStationAND>

This consists of

Places this can be found

In eventStation there is a choice between all of the following