Definition Type: ComplexType
Name: AbstractObservationType
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/om/dhs-gmo/1.0.0
Type: om:EventType
Containing Schema: observation.xsd
Abstract
Documentation:
Base type for Observations. Because of the well-known inconsistency in the implementation of XML Schema "restriction" derivation, this type is provided as a parent for all concrete observation types. Concrete Observation types must extend this with a "result" of the appropriate type. The following properties are inherited from EventType: from AbstractGMLType <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/> <element ref="gml:description" minOccurs="0"/> <element ref="gml:name" minOccurs="0" maxOccurs="unbounded"/> from AbstractFeatureType <element ref="gml:boundedBy" minOccurs="0"/> from EventType <element name="eventParameter" type="swe:TypedValuePropertyType" minOccurs="0" maxOccurs="unbounded"/> <element name="time" type="om:TimeObjectPropertyType" nillable="true"/> <element name="precedingEvent" type="gml:StringOrRefType" minOccurs="0" maxOccurs="unbounded"/> <element name="followingEvent" type="gml:StringOrRefType" minOccurs="0" maxOccurs="unbounded"/> In the context of an Observation, the interpretation of some of the properties shall be refined as follows: time - the date/Time at which the procedure was executed location - the location of the procedure (sensor, intrument, computational engine) at the time of the observation event For "in situ" procedures the value of the location will usually be the same as the location of the featureOfInterest. For "remote" procedures the location will normally be removed from the location of the featureOfInterest
Collapse XSD Schema Diagram:
Drilldown into featureOfInterest in schema observation_xsd Drilldown into observedProperty in schema observation_xsd Drilldown into procedure in schema observation_xsd Drilldown into quality in schema observation_xsd Drilldown into responsible in schema observation_xsd Drilldown into followingEvent in schema event_xsd Drilldown into precedingEvent in schema event_xsd Drilldown into time in schema event_xsd Drilldown into eventParameter in schema event_xsd Drilldown into boundedBy in schema gml_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into StandardObjectProperties in schema gml_xsd Drilldown into id in schema gml_xsd Drilldown into AbstractGMLType in schema gml_xsd Drilldown into AbstractFeatureType in schema gml_xsd Drilldown into EventType in schema event_xsdXSD Diagram of AbstractObservationType in schema observation_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="AbstractObservationType">
    <annotation>
        <documentation>Base type for Observations.
Because of the well-known inconsistency in the implementation of XML Schema "restriction"
derivation,
this type is provided as a parent for all concrete observation types.
Concrete Observation types must extend this with a "result" of the appropriate type.
The following properties are inherited from EventType:
<!-- from AbstractGMLType
<element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/>
<element ref="gml:description" minOccurs="0"/>
<element ref="gml:name" minOccurs="0" maxOccurs="unbounded"/> --><!-- from AbstractFeatureType
<element ref="gml:boundedBy" minOccurs="0"/> --><!-- from EventType
<element name="eventParameter" type="swe:TypedValuePropertyType" minOccurs="0"
maxOccurs="unbounded"/>
<element name="time" type="om:TimeObjectPropertyType" nillable="true"/>
<element name="precedingEvent" type="gml:StringOrRefType" minOccurs="0"
maxOccurs="unbounded"/>
<element name="followingEvent" type="gml:StringOrRefType" minOccurs="0"
maxOccurs="unbounded"/> -->
In the context of an Observation, the interpretation of some of the properties shall be refined as
follows:
time - the date/Time at which the procedure was executed
location - the location of the procedure (sensor, intrument, computational engine) at the time of the
observation event
For "in situ" procedures the value of the location will usually be the same as the location of the
featureOfInterest.
For "remote" procedures the location will normally be removed from the location of the
featureOfInterest</documentation>
    </annotation>
    <complexContent>
        <extension base="om:EventType">
            <sequence>
                <element name="responsible" type="gmd:CI_ResponsibleParty_PropertyType" minOccurs="0">
                    <annotation>
                        <documentation>Person or organisation responsible for the event, if applicable.
The nature of the responsibility (i.e. the role of the party with respect to the event) may be
indicated using the xlink:arcrole attribute.
Examples of roles are operator, sponsor, requestor, provider, processor,
etc.</documentation>
                    </annotation>
                </element>
                <element name="quality" type="gmd:DQ_Element_PropertyType" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Instance-specific quality assessment or measure.
Allow multiple quality measures if required.</documentation>
                    </annotation>
                </element>
                <element name="procedure" type="om:ProcedurePropertyType">
                    <annotation>
                        <documentation>Link to a description of the procedure or process used to
determine the result.
This may be
- a generic procedure or procedure type in which case all event-specific parameters are
associated with the observation event, or
- a procedure instance with event specific parameters bound to the
procedure.</documentation>
                    </annotation>
                </element>
                <element name="observedProperty" type="swe:PhenomenonPropertyType">
                    <annotation>
                        <documentation>Link to a description of the property or phenomenon whose value
is being described or estimated through observation
for example "wavelength", "grass-species", "power", "intensity in the waveband xy",
etc.
It is this feature-property that provides the (semantic) type of the observation.
Note that the description of the phenomenon may be quite specific and
constrained.
In general the precise details of the constraints describing the observe properties
require attention to the procedure used in making the observation:
e.g. an optical sensor typically has a wavelength-dependent response.
This property may be provided for client convenience, to allow comparison
between and aggregation of observations of the same property made using different procedures.</documentation>
                    </annotation>
                </element>
                <element name="featureOfInterest" type="gml:FeaturePropertyType">
                    <annotation>
                        <documentation>the Feature regarding which the observations are being made,
sometimes called the target or subject of the observation, such as a specimen,
station, tract, mountain, pixel, etc.
The spatial properties (location) of this feature of interest are typically of most
interest for spatial analysis of the observation result.</documentation>
                    </annotation>
                </element>
                <!--
<element name="result" type="anyType">
<annotation>
<documentation>This is a placeholder - concrete types must replace (restrict) this
with a "result" property of the correct type. </documentation>
</annotation>
</element>
-->
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
boundedBy gml:boundedBy 0 (1)
eventParameter om:eventParameter 0 unbounded
time om:time (1) (1)
precedingEvent om:precedingEvent 0 unbounded
followingEvent om:followingEvent 0 unbounded
responsible om:responsible 0 (1)
quality om:quality 0 unbounded
procedure om:procedure (1) (1)
observedProperty om:observedProperty (1) (1)
featureOfInterest om:featureOfInterest (1) (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
om:AbstractObservation, om:CategoryObservationType, om:CommonObservationType, om:ComplexObservationType, om:CountObservationType, om:DiscreteCoverageObservationType, om:DiscreteCoverageObsType, om:ElementCoverageObservationType, om:MeasurementType, om:ObservationType, om:PointCoverageObservationType, om:PointCoverageObsType, om:TimeSeriesObservationType, om:TimeSeriesObsType, om:TruthObservationType