kml:AbstractTimePrimitiveSimpleExtensionGroup kml:AbstractTimePrimitiveObjectExtensionGroup

OGC 07-147r2 184 Copyright © 2007, 2008 Open Geospatial Consortium, Inc. All Rights Reserved. 15 Time

15.1 kml:AbstractTimePrimitiveGroup

15.1.1 Structure

kml:AbstractTimePrimitiveGroup id=ID [0..1] targetId=NCName [0..1] kml:ObjectSimpleExtensionGroup ... kml:ObjectSimpleExtensionGroup [0..] kml:AbstractTimePrimitiveSimpleExtensionGroup ... kml:AbstractTimePrimitiveSimpleExtensionGroup [0..] kml:AbstractTimePrimitiveObjectExtensionGroup ... kml:AbstractTimePrimitiveObjectExtensionGroup [0..] kml:AbstractTimePrimitiveGroup

15.1.2 Description

This element can be used wherever the following element is referenced: • kml:AbstractObjectGroup The following elements can be used wherever this element is referenced: • kml:TimeStamp • kml:TimeSpan Time values encoded within elements that extend kml:AbstractTimePrimitiveGroup shall be in the context of the temporal reference system specified by ISO 8601, which uses the Gregorian Calendar and 24 hour local or Coordinated Universal Time UTC. See also 9.6 kml:AbstractContainerGroup regarding the inheritance of the kml:AbstractTimePrimitiveGroup within KML feature hierarchies.

15.1.3 Content

15.1.3.1 kml:AbstractTimePrimitiveSimpleExtensionGroup

See 6.6.3.1 Simple Element Substitution.

15.1.3.2 kml:AbstractTimePrimitiveObjectExtensionGroup

See 6.6.3.2 Complex Element Substitution. OGC 07-147r2 Copyright © 2007, 2008 Open Geospatial Consortium, Inc. All Rights Reserved. 185 15.2 kml:TimeSpan 15.2.1 Structure kml:TimeSpan id=ID [0..1] targetId=NCName [0..1] kml:ObjectSimpleExtensionGroup ... kml:ObjectSimpleExtensionGroup [0..] kml:AbstractTimePrimitiveSimpleExtensionGroup ... kml:AbstractTimePrimitiveSimpleExtensionGroup [0..] kml:AbstractTimePrimitiveObjectExtensionGroup ... kml:AbstractTimePrimitiveObjectExtensionGroup [0..] kml:begin ... kml:begin [0..1] kml:end ... kml:end [0..1] kml:TimeSpanSimpleExtensionGroup ... kml:TimeSpanSimpleExtensionGroup [0..] kml:TimeSpanObjectExtensionGroup ... kml:TimeSpanObjectExtensionGroup [0..] kml:TimeSpan 15.2.2 Description This element can be used wherever the following element is referenced: • kml:AbstractTimePrimitiveGroup Specifies an extent in time bounded by begin and end temporal values. At least one of the child elements kml:begin and kml:end shall be encoded. 15.2.3 Content 15.2.3.1 kml:begin 15.2.3.1.1 Description Describes the beginning instant of a time period. If absent, the beginning of the period is unbounded. The value shall be encoding according to the kml:dateTimeType field type. 15.2.3.1.2 Content Type: kml:dateTimeType Default Value: none OGC 07-147r2 186 Copyright © 2007, 2008 Open Geospatial Consortium, Inc. All Rights Reserved.

15.2.3.2 kml:end