<complexType name="DiscreteCoverageObservationType">
<annotation>
<documentation>Observation, in which the result is a generalized discrete coverage
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_DiscreteCoveragePropertyType" />
</sequence>
</extension>
</complexContent>
</complexType>
|