seismogramSampling

Matches if the sampling rate of the seismogram is within the range. Both the min and max are optional, although at least one must be given to have any effect

Example

<seismogramSampling>
    <min>1</min>
    <max>40</max>
    <interval>
        <unit>SECOND</unit>
        <value>1</value>
    </interval>
</seismogramSampling>

This consists of

<seismogramSampling>

choice
<min>integer</min>
<max>integer</max>
<min>integer</min>
<max>integer</max>

<interval> </interval>
</seismogramSampling>

Places this can be found

In seismogramProcess there is a choice between all of the following