Schema Central > KML 2.2 > ogckml22.xsd > kml:Folder
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

kml:Folder

Element information

Namespace: http://www.opengis.net/kml/2.2

Schema document: ogckml22.xsd

Type: kml:FolderType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom group kml:idAttributes
targetId [0..1]xsd:NCNamefrom group kml:idAttributes

Used in

Substitution hierarchy

Sample instance

<Folder>
   <name>Placemarks</name>
   <description>These are just some of the different kinds of placemarks with
        which you can mark your favorite places</description>
   <LookAt>
      <longitude>-122.0839597145766</longitude>
      <latitude>37.42222904525232</latitude>
      <altitude>0</altitude>
      <heading>-148.4122922628044</heading>
      <tilt>40.5575073395506</tilt>
      <range>500.6566641072245</range>
   </LookAt>
   <Placemark>
      <name>Simple placemark</name>
      <description>Attached to the ground. Intelligently places itself at the
          height of the underlying terrain.</description>
      <Point>
         <coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
      </Point>
   </Placemark>
   <Placemark>
      <name>Floating placemark</name>
      <visibility>0</visibility>
      <description>Floats a defined distance above the ground.</description>
      <LookAt>
         <longitude>-122.0839597145766</longitude>
         <latitude>37.42222904525232</latitude>
         <altitude>0</altitude>
         <heading>-148.4122922628044</heading>
         <tilt>40.5575073395506</tilt>
         <range>500.6566641072245</range>
      </LookAt>
      <styleUrl>#downArrowIcon</styleUrl>
      <Point>
         <altitudeMode>relativeToGround</altitudeMode>
         <coordinates>-122.084075,37.4220033612141,50</coordinates>
      </Point>
   </Placemark>
   <Placemark>
      <name>Extruded placemark</name>
      <visibility>0</visibility>
      <description>Tethered to the ground by a customizable
          "tail"</description>
      <LookAt>
         <longitude>-122.0845787421525</longitude>
         <latitude>37.42215078737763</latitude>
         <altitude>0</altitude>
         <heading>-148.4126684946234</heading>
         <tilt>40.55750733918048</tilt>
         <range>365.2646606980322</range>
      </LookAt>
      <styleUrl>#globeIcon</styleUrl>
      <Point>
         <extrude>1</extrude>
         <altitudeMode>relativeToGround</altitudeMode>
         <coordinates>-122.0857667006183,37.42156927867553,50</coordinates>
      </Point>
   </Placemark>
</Folder>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com