ObservationPlaybackCollection Data Type

DTO describing a collection of WSObservationPlayback objects

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
ObservationPlayback list of ObservationPlayback element 0/unbounded collection of WSObservationPlayback

Example

<ObservationPlaybacks>
  <ObservationPlayback>
    <uuid>...</uuid>
    <startTime>...</startTime>
    <file>...</file>
    <speed>...</speed>
    <loop>...</loop>
  </ObservationPlayback>
</ObservationPlaybacks>