<complexType name="TimeSeriesObsType">
<annotation>
<documentation>Observation, in which the result is a compact representation of 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:CompactDiscreteTimeCoveragePropertyType" />
</sequence>
</extension>
</complexContent>
</complexType>
|