kml:Folder
Element information
Namespace: http://www.opengis.net/kml/2.2
Schema document: ogckml22.xsd
Type: kml:FolderType
Properties: Global, Qualified
Content
- Sequence [1..1]
- kml:ObjectSimpleExtensionGroupAbstract [0..*]
- kml:name [0..1]
- kml:visibility [0..1]
- kml:open [0..1]
- atom:author [0..1]
- atom:link [0..1]
- kml:address [0..1]
- xal:AddressDetails [0..1] This container defines the details of the address. Can define multiple addresses including tracking address history
- kml:phoneNumber [0..1]
- Choice [1..1]
- kml:Snippet [0..1]
- kml:snippet [0..1]
- kml:description [0..1]
- Choice [0..1]from subst. group kml:AbstractViewGroup
- Choice [0..1]from subst. group kml:AbstractTimePrimitiveGroup
- kml:styleUrl [0..1]
- Choice [0..*]from subst. group kml:AbstractStyleSelectorGroup
- kml:Region [0..1]
- Choice [1..1]
- kml:Metadata [0..1] Metadata deprecated in 2.2
- kml:ExtendedData [0..1]
- kml:AbstractFeatureSimpleExtensionGroupAbstract [0..*]
- kml:AbstractFeatureObjectExtensionGroupAbstract [0..*]
- kml:AbstractContainerSimpleExtensionGroupAbstract [0..*]
- kml:AbstractContainerObjectExtensionGroupAbstract [0..*]
- Choice [0..*]
- kml:Placemark
- kml:NetworkLink
from subst. group kml:AbstractFeatureGroupfrom subst. group kml:AbstractContainerGroupfrom subst. group kml:AbstractOverlayGroup - kml:FolderSimpleExtensionGroupAbstract [0..*]
- kml:FolderObjectExtensionGroupAbstract [0..*]
from type kml:AbstractObjectTypefrom subst. group kml:ObjectSimpleExtensionGroupfrom type kml:AbstractFeatureTypefrom subst. group kml:AbstractFeatureSimpleExtensionGroupfrom subst. group kml:AbstractFeatureObjectExtensionGroupfrom type kml:AbstractContainerTypefrom subst. group kml:AbstractContainerSimpleExtensionGroupfrom subst. group kml:AbstractContainerObjectExtensionGroupfrom subst. group kml:FolderSimpleExtensionGroupfrom subst. group kml:FolderObjectExtensionGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group kml:idAttributes | |
targetId | [0..1] | xsd:NCName | from group kml:idAttributes |
Used in
- Type kml:ChangeType (Element kml:Change)
- Type kml:CreateType (Element kml:Create)
- Type kml:DeleteType (Element kml:Delete)
- Type kml:DocumentType (Element kml:Document)
- Type kml:FolderType (Element kml:Folder)
- Type kml:KmlType (Element kml:kml)
Substitution hierarchy
- kml:AbstractObjectGroup
- can be substituted with kml:AbstractFeatureGroup
- can be substituted with kml:AbstractContainerGroup
- can be substituted with kml:Folder
- can be substituted with kml:AbstractContainerGroup
- can be substituted with kml:AbstractFeatureGroup
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>