Class KmlType

java.lang.Object
com.google.earth.kml._2.KmlType

public class KmlType extends Object
<p>Java class for KmlType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="KmlType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="NetworkLinkControl" type="{http://earth.google.com/kml/2.1}NetworkLinkControlType" minOccurs="0"/> <element ref="{http://earth.google.com/kml/2.1}Feature" minOccurs="0"/> </all> </restriction> </complexContent> </complexType> }</pre>