kml:TimeSpanType

Complex Type Information

Model

Children: kml:begin, kml:end

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ID optional
targetId NCName optional

Used By

Element kml:TimeSpan

Source

<complexType name="TimeSpanType">
  <complexContent>
    <extension base="kml:TimePrimitiveType">
      <sequence>
        <element name="begin" type="kml:dateTimeType" minOccurs="0"/>
        <element name="end" type="kml:dateTimeType" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>