kml:OrientationType

Complex Type Information

Model

Attributes

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

Used By

Element kml:Orientation

Source

<complexType name="OrientationType" final="#all">
  <complexContent>
    <extension base="kml:ObjectType">
      <all>
        <element name="heading" type="kml:angle360" minOccurs="0" default="0.0"/>
        <element name="tilt" type="kml:angle360" minOccurs="0" default="0.0"/>
        <element name="roll" type="kml:angle360" minOccurs="0" default="0.0"/>
      </all>
    </extension>
  </complexContent>
</complexType>