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