om:featureOfInterest
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.
Element information
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/om/dhs-gmo/1.0.0
Schema document: external/ogc-observation/draft-0.14.5/om/dhs-gmo/1.0.0/observation.xsd
Type: gml:FeaturePropertyType
Properties: Local, Qualified
Content
- Choice [1..1]
- mo:MovingObject [0..1]
- mo:MovingObjectCollection [0..1]
- wfs:FeatureCollection [0..1] This element is a container for the response to a GetFeature or GetFeatureWithLock (WFS-transaction.xsd) request.
- gml:FeatureCollection [0..1]
- gml:MultiPointCoverage [0..1]
- gml:MultiCurveCoverage [0..1]
- gml:MultiSurfaceCoverage [0..1]
- gml:GridCoverage [0..1]
- gml:RectifiedGridCoverage [0..1]
- om:Event [0..1]
- om:CommonObservation [0..1] Observation event
- om:Observation [0..1] Generic Observation event
- om:Measurement [0..1] Measurement event
- om:CategoryObservation [0..1] Observation, in which the result is a textual value from a controlled vocabulary
- om:CountObservation [0..1] Observation, in which the result is an integer representing the count of the observed property
- om:TruthObservation [0..1] Observation, in which the result is a boolean value representing the truth value (usually existence) of the observed property
- om:ComplexObservation [0..1] Observation, in which the result is a record representing a multi-component phenomenon
- om:DiscreteCoverageObservation [0..1] Observation, in which the result is a generalized discrete coverage
- om:PointCoverageObservation [0..1] Observation, in which the result is a point coverage which samples a property at points in the feature of interest
- om:TimeSeriesObservation [0..1] Observation, in which the result is a time-instant coverage which samples a property of the feature of interest at different times
- om:ElementCoverageObservation [0..1] Observation, in which the result is a coverage whose domain elements contain references to objects encoded elsewhere, sampling the feature of interest in some way
- om:DiscreteCoverageObs [0..1] Observation event
- om:PointCoverageObs [0..1] Observation event
- om:TimeSeriesObs [0..1] Observation event
- om:ObservationCollection [0..1] Observation collection, using the "Composite" pattern
- om:ProcedureEvent [0..1] Description of an event involving a procedure.
- om:ProcedureHistory [0..1]
from subst. group gml:_Featurefrom subst. group gml:_FeatureCollectionfrom subst. group gml:_DiscreteCoveragefrom subst. group om:Eventfrom subst. group om:AbstractObservationfrom subst. group om:ProcedureEvent
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
niem-xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group niem-xlink:simpleLink | |
niem-xlink:href | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:role | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:arcrole | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:title | [0..1] | xsd:string | from group niem-xlink:simpleLink | |
niem-xlink:show | [0..1] | Anonymous | from group niem-xlink:simpleLink | |
niem-xlink:actuate | [0..1] | Anonymous | from group niem-xlink:simpleLink | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type om:AbstractObservationType (Element om:AbstractObservation)
- Type om:CategoryObservationType via extension of om:AbstractObservationType (Element om:CategoryObservation)
- Type om:CommonObservationType via extension of om:AbstractObservationType (Element om:CommonObservation)
- Type om:ComplexObservationType via extension of om:AbstractObservationType (Element om:ComplexObservation)
- Type om:CountObservationType via extension of om:AbstractObservationType (Element om:CountObservation)
- Type om:DiscreteCoverageObsType via extension of om:AbstractObservationType (Element om:DiscreteCoverageObs)
- Type om:DiscreteCoverageObservationType via extension of om:AbstractObservationType (Element om:DiscreteCoverageObservation)
- Type om:ElementCoverageObservationType via extension of om:AbstractObservationType (Element om:ElementCoverageObservation)
- Type om:MeasurementType via extension of om:AbstractObservationType (Element om:Measurement)
- Type om:ObservationType via extension of om:AbstractObservationType (Element om:Observation)
- Type om:PointCoverageObsType via extension of om:AbstractObservationType (Element om:PointCoverageObs)
- Type om:PointCoverageObservationType via extension of om:AbstractObservationType (Element om:PointCoverageObservation)
- Type om:TimeSeriesObsType via extension of om:AbstractObservationType (Element om:TimeSeriesObs)
- Type om:TimeSeriesObservationType via extension of om:AbstractObservationType (Element om:TimeSeriesObservation)
- Type om:TruthObservationType via extension of om:AbstractObservationType (Element om:TruthObservation)
Sample instance
<om:featureOfInterest> <mo:MovingObject> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:boundedBy> <gml:Envelope>... </gml:Envelope> </gml:boundedBy> <mo:geometryProperty> <gml:Point>... </gml:Point> </mo:geometryProperty> <gml:validTime> <gml:TimeInstant>... </gml:TimeInstant> </gml:validTime> <mo:track> <mo:MovingObjectStatus>... </mo:MovingObjectStatus> </mo:track> <gml:dataSource>string</gml:dataSource> </mo:MovingObject> </om:featureOfInterest>