<complexType name="ObservationProcedureType">
<annotation>
<documentation>Use gml:description element to describe the procedure or link to a definitive description.
</documentation>
</annotation>
<complexContent>
<extension base="om:ProcedureSystemType">
<sequence>
<element name="method" type="gml:CodeType">
<annotation>
<documentation>Code for the particular procedure type. Usually an item from a
list or registry of procedures, methods, instrument-types, etc.</documentation>
</annotation>
</element>
<element name="resultQuality" type="gmd:DQ_DataQuality_PropertyType" minOccurs="0">
<annotation>
<documentation>Quality associated systematically with observations made using
this procedure.</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
|