om:time
The Time when the event occurred (mandatory). This may be given * in absolute terms as a TimeInstant or TimePeriod * in approximate terms or relative to an absolute position using the indeterminatePosition attribute * or using a TimeTopology element (TimeEdge or TimeNode), which provides the option of giving a time relative to other edges or nodes, either directly (gml) or indirectly (xmml) * as a TimeGeometricComplex if it is a recurring or repeating event
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/event.xsd
Type: om:TimeObjectPropertyType
Properties: Local, Qualified
Content
- Choice [1..1]
- swe:TimeGeometricComplex [0..1] a self-consistent set of TimeInstants and TimePeriods
- swe:TimeInstantGrid [0..1] A set of uniformly spaced time instants described using an implicit notation
- swe:TimeIntervalGrid [0..1] A set of uniformly spaced time intervals described using an implicit notation
- gml:TimeInstant [0..1]
- gml:TimePeriod [0..1]
- swe:TimeAggregate [0..1] a set of TimeObjects, often TimeInstants and TimePeriods
from subst. group gml:_TimeObjectfrom subst. group gml:_TimeComplexfrom subst. group swe:TimeGridfrom subst. group gml:_TimeGeometricPrimitive
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:EventType (Element om:Event)
- Type om:AbstractObservationType via extension of om:EventType (Element om:AbstractObservation)
- Type om:CategoryObservationType via extension of om:EventType (Element om:CategoryObservation)
- Type om:CommonObservationType via extension of om:EventType (Element om:CommonObservation)
- Type om:ComplexObservationType via extension of om:EventType (Element om:ComplexObservation)
- Type om:CountObservationType via extension of om:EventType (Element om:CountObservation)
- Type om:DiscreteCoverageObsType via extension of om:EventType (Element om:DiscreteCoverageObs)
- Type om:DiscreteCoverageObservationType via extension of om:EventType (Element om:DiscreteCoverageObservation)
- Type om:ElementCoverageObservationType via extension of om:EventType (Element om:ElementCoverageObservation)
- Type om:MeasurementType via extension of om:EventType (Element om:Measurement)
- Type om:ObservationCollectionType via extension of om:EventType (Element om:ObservationCollection)
- Type om:ObservationType via extension of om:EventType (Element om:Observation)
- Type om:PointCoverageObsType via extension of om:EventType (Element om:PointCoverageObs)
- Type om:PointCoverageObservationType via extension of om:EventType (Element om:PointCoverageObservation)
- Type om:ProcedureEventType via extension of om:EventType (Element om:ProcedureEvent)
- Type om:ProcedureHistoryType via extension of om:EventType (Element om:ProcedureHistory)
- Type om:TimeSeriesObsType via extension of om:EventType (Element om:TimeSeriesObs)
- Type om:TimeSeriesObservationType via extension of om:EventType (Element om:TimeSeriesObservation)
- Type om:TruthObservationType via extension of om:EventType (Element om:TruthObservation)
Sample instance
<om:time> <swe:TimeGeometricComplex> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <swe:primitive> <gml:TimeInstant>... </gml:TimeInstant> </swe:primitive> </swe:TimeGeometricComplex> </om:time>