om:member
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: om:AbstractObservationPropertyType
Properties: Local, Qualified
Content
- Choice [1..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
from subst. group om:AbstractObservation
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:ObservationCollectionType (Element om:ObservationCollection)
Sample instance
<om:member> <om:CommonObservation> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:boundedBy> <gml:Envelope>... </gml:Envelope> </gml:boundedBy> <om:eventParameter> <swe:TypedValue>... </swe:TypedValue> </om:eventParameter> <om:time> <swe:TimeGeometricComplex>... </swe:TimeGeometricComplex> </om:time> <om:precedingEvent>string</om:precedingEvent> <om:followingEvent>string</om:followingEvent> <om:responsible> <gmd:CI_ResponsibleParty id="ID">... </gmd:CI_ResponsibleParty> </om:responsible> <om:quality> <gmd:DQ_TemporalValidity id="ID">... </gmd:DQ_TemporalValidity> </om:quality> <om:procedure> <om:ProcedureSequence gml:id="ID">... </om:ProcedureSequence> </om:procedure> <om:observedProperty> <swe:Phenomenon gml:id="ID">... </swe:Phenomenon> </om:observedProperty> <om:featureOfInterest> <mo:MovingObject>... </mo:MovingObject> </om:featureOfInterest> <om:resultDefinition> <swec:DataDefinition id="ID">... </swec:DataDefinition> </om:resultDefinition> <om:result/> </om:CommonObservation> </om:member>