kml:LinkType

Not final="#all" to show how IconType extended LinkType in KML 2.0.

Complex Type Information

Model

Attributes

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

Used By

Source

<complexType name="LinkType">
  <annotation>
    <documentation>
      <![CDATA[
        
        Not final="#all" to show how IconType extended LinkType in KML 2.0.
        
        ]]>
    </documentation>
  </annotation>
  <complexContent>
    <extension base="kml:ObjectType">
      <sequence>
        <element name="href" type="anyURI" minOccurs="0"/>
        <element name="refreshMode" type="kml:refreshModeEnum" minOccurs="0" default="onChange"/>
        <element name="refreshInterval" type="float" minOccurs="0" default="4"/>
        <element name="viewRefreshMode" type="kml:viewRefreshModeEnum" minOccurs="0" default="never"/>
        <element name="viewRefreshTime" type="float" minOccurs="0" default="4"/>
        <element name="viewBoundScale" type="float" minOccurs="0" default="1"/>
        <element name="viewFormat" type="string" minOccurs="0"/>
        <element name="httpQuery" type="string" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>