kml:Placemark
Element information
Namespace: http://www.opengis.net/kml/2.2
Schema document: ogckml22.xsd
Type: kml:PlacemarkType
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..*]
- Choice [0..1]
- kml:PlacemarkSimpleExtensionGroupAbstract [0..*]
- kml:PlacemarkObjectExtensionGroupAbstract [0..*]
from type kml:AbstractObjectTypefrom subst. group kml:ObjectSimpleExtensionGroupfrom type kml:AbstractFeatureTypefrom subst. group kml:AbstractFeatureSimpleExtensionGroupfrom subst. group kml:AbstractFeatureObjectExtensionGroupfrom subst. group kml:PlacemarkSimpleExtensionGroupfrom subst. group kml:PlacemarkObjectExtensionGroup
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: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:Placemark
- can be substituted with kml:AbstractFeatureGroup
Sample instance
<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>