<complexType name="ElementCoverageObservationType">
<annotation>
<documentation>Observation, in which the result is a coverage whose domain elements contain
references to objects encoded elsewhere, sampling the feature of interest in some way
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_DiscreteElementCoveragePropertyType" />
</sequence>
</extension>
</complexContent>
</complexType>
|