<complexType name="PointCoverageObsType">
<annotation>
<documentation>Observation, in which the result is a compact representation of a point coverage which
samples a property at points in the feature of interest
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:CompactDiscretePointCoveragePropertyType" />
</sequence>
</extension>
</complexContent>
</complexType>
|