<complexType name="TimeSeriesObservationType">
<annotation>
<documentation>Observation, in which the result is a time-instant coverage which samples a property of
the feature of interest at different times
resultDefinition property contains value record schema, used to parse value, and an indication of the
encoding</documentation>
</annotation>
<complexContent>
<extension base="om:AbstractObservationType">
<sequence>
<element name="resultDefinition" type="swe:RecordTypePropertyType" />
<element name="result" type="swe:CV_DiscreteTimeInstantCoveragePropertyType" />
</sequence>
</extension>
</complexContent>
</complexType>
|