kml:Orientation
Element information
Namespace: http://www.opengis.net/kml/2.2
Schema document: ogckml22.xsd
Type: kml:OrientationType
Properties: Global, Qualified
Content
- Sequence [1..1]
- kml:ObjectSimpleExtensionGroupAbstract [0..*]
- kml:heading [0..1]
- kml:tilt [0..1]
- kml:roll [0..1]
- kml:OrientationSimpleExtensionGroupAbstract [0..*]
- kml:OrientationObjectExtensionGroupAbstract [0..*]
from type kml:AbstractObjectTypefrom subst. group kml:ObjectSimpleExtensionGroupfrom subst. group kml:OrientationSimpleExtensionGroupfrom subst. group kml:OrientationObjectExtensionGroup
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:ModelType (Element kml:Model)
Substitution hierarchy
- kml:AbstractObjectGroup
- can be substituted with kml:Orientation
Sample instance
<kml:Orientation> <kml:ObjectSimpleExtensionGroup>any text content</kml:ObjectSimpleExtensionGroup> <kml:heading>0.0</kml:heading> <kml:tilt>0.0</kml:tilt> <kml:roll>0.0</kml:roll> <kml:OrientationSimpleExtensionGroup>any text content</kml:OrientationSimpleExtensionGroup> <kml:OrientationObjectExtensionGroup> <kml:ObjectSimpleExtensionGroup>any text content</kml:ObjectSimpleExtensionGroup> </kml:OrientationObjectExtensionGroup> </kml:Orientation>