magnitudeRange

If the origin has a magnitude of the given types, and it is greater than or equals to the min and less than or equal to the max, then it is accepted. 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
<min>float</min> optional
<max>float</max> optional
</magnitudeRange>

Places this can be found

eventFinder

eventFinder contains this directly