stationAND
The output is the logical AND of the outputs of all included Station subsetters. This means that it will evaluate to true only if all the enclosed Station subsetters evaluate to true. The subsetters after the first false outputted are not evaluated.
Example
<stationAND> <stationEffectiveTimeOverlap> <startTime>20020701T00:00:00.001Z</startTime> <endTime>20021030T00:00:00.001Z</endTime> </stationEffectiveTimeOverlap> <stationArea> <boxArea> <latitudeRange> <min>25</min> <max>35</max> </latitudeRange> <longitudeRange> <min>-80</min> <max>-70</max> </longitudeRange> </boxArea> </stationArea> </stationAND>
This consists of
station At least once choice
</stationAND>
<stationCode> <stationName> <stationOperator> <stationDepthRange> <stationEffectiveTimeOverlap> <stationArea> <stationPointDistance> <stationPointAzimuth> <stationPointBackAzimuth> <stationAND> <stationOR> <stationNOT> <passStation> <externalStationSubsetter>
end station At least once choice