kml:Pair
Element information
Namespace: http://www.opengis.net/kml/2.2
Schema document: ogckml22.xsd
Type: kml:PairType
Properties: Global, Qualified
Content
- Sequence [1..1]
- kml:ObjectSimpleExtensionGroupAbstract [0..*]
- kml:key [0..1]
- kml:styleUrl [0..1]
- Choice [0..1]from subst. group kml:AbstractStyleSelectorGroup
- kml:PairSimpleExtensionGroupAbstract [0..*]
- kml:PairObjectExtensionGroupAbstract [0..*]
from type kml:AbstractObjectTypefrom subst. group kml:ObjectSimpleExtensionGroupfrom subst. group kml:PairSimpleExtensionGroupfrom subst. group kml:PairObjectExtensionGroup
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:StyleMapType (Element kml:StyleMap)
Substitution hierarchy
- kml:AbstractObjectGroup
- can be substituted with kml:Pair
Sample instance
<Pair> <key>normal</key> <styleUrl>#normalPlacemark</styleUrl> </Pair>