eventChannelAND
The output is the logical AND of the outputs of all included EventChannel subsetters. This means that it will evaluate to true only if all the enclosed EventChannel subsetters evaluate to true. The subsetters after the first false outputted are not evaluated.
Example
<eventChannelAND> <embeddedEventStation> <distanceRange> <unit>DEGREE</unit> <min>40</min> </distanceRange> </embeddedEventStation> <embeddedChannel> <bandCode>B</bandCode> </embeddedChannel> </eventChannelAND>