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