periodicFakeEventSource

Fake events are generated starting at the startTime and at the step interval thereafter until. If numEvents is not provided, then events continue to be generated forever, otherwise the number given will be generated.

Example

<periodicFakeEventSource>
  <startTime>20010101T00:00:00Z</startTime>
  <interval>
    <unit>HOUR</unit>
    <value>42.189</value>
  </interval>
</periodicFakeEventSource>

This consists of

<periodicFakeEventSource>

<name>Any text</name> optional
<startTime> </startTime>
<interval> </interval>
<numEvents>Token</numEvents> optional
</periodicFakeEventSource>

Places this can be found

In eventSource there is a choice between all of the following