xls:RouteMap
A route map.
Element information
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-openls/1.1.0/dhs-gmo/1.0.0/ols.xsd
Type: xls:RouteMapType
Properties: Global, Qualified
Content
- Sequence [0..1]
- xls:Content [1..1]
- Choice [1..1]
from type xls:MapType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
description | [0..1] | xsd:string | Allows the route instruction to be matched with a RouteMapType. For example "maneuver 1" |
Used in
- Type xls:DetermineRouteResponseType (Element xls:DetermineRouteResponse)
Sample instance
<xls:RouteMap> <xls:Content format="string" width="1" height="1"> <xls:Data>string</xls:Data> </xls:Content> <xls:BBoxContext> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </xls:BBoxContext> </xls:RouteMap>