magnitudeRange

If the origin has a magnitude of the given types, and it falls within the ranges specified, it is accepted. min is the same as greaterThanEquals and max is the same as lessThanEquals. If the type is missing, then any type is accepted.

Example

<magnitudeRange>
    <magType>mb</magType>
    <magType>M</magType>
    <min>5.5</min>
</magnitudeRange>

This consists of

<magnitudeRange>

<magType>Any text</magType> Any number of times
optional choice
<min>double</min>
<greaterThan>double</greaterThan>
<greaterThanEquals>double</greaterThanEquals>
end optional choice
optional choice
<max>double</max>
<lessThan>double</lessThan>
<lessThanEquals>double</lessThanEquals>
end optional choice
</magnitudeRange>

Places this can be found

pointLinearDistanceMagnitude contains this directly

linearDistanceMagnitudeRange contains this directly

In origin there is a choice between all of the following

eventFinder contains this directly