<complexType name="ObservationType">
<annotation>
<documentation>Generic Observation event.
carries a generic "result" properties of type "anyType".
Because of the well-known inconsistency in the implementation of XML Schema "restriction" derivation,
in the XML Schema implementation the generic Observation is a sibling, rather than a parent, to the
specialized observations.</documentation>
</annotation>
<complexContent>
<extension base="om:AbstractObservationType">
<sequence>
<element name="resultDefinition" type="swe:RecordTypePropertyType" minOccurs="0" />
<element name="result" type="anyType" nillable="true">
<annotation>
<documentation>an xsi:type attribute may appear in the instance to indicate the
type of the result</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
|