Element | kml:Orientation |
<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> |