kml:LocationType

Complex Type Information

Model

Attributes

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

Used By

Element kml:Location

Source

<complexType name="LocationType" final="#all">
  <complexContent>
    <extension base="kml:ObjectType">
      <all>
        <element name="longitude" type="kml:angle180" minOccurs="0" default="0"/>
        <element name="latitude" type="kml:angle90" minOccurs="0" default="0"/>
        <element name="altitude" type="double" minOccurs="0" default="0"/>
      </all>
    </extension>
  </complexContent>
</complexType>