kml:ScaleType

Complex Type Information

Model

Children: kml:x, kml:y, kml:z

Attributes

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

Used By

Element kml:Scale

Source

<complexType name="ScaleType" final="#all">
  <complexContent>
    <extension base="kml:ObjectType">
      <all>
        <element name="x" type="double" minOccurs="0" default="1.0"/>
        <element name="y" type="double" minOccurs="0" default="1.0"/>
        <element name="z" type="double" minOccurs="0" default="1.0"/>
      </all>
    </extension>
  </complexContent>
</complexType>