xls:RouteInstructionsList
A list of route instructions.
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:RouteInstructionsListType
Properties: Global, Qualified
Content
- Choice [1..*]
- xls:RouteInstruction A turn-by-turn route instruction or advisory formatted for presentation.
- mmr:RouteModeInstruction
from subst. group xls:RouteInstruction
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
format | [0..1] | xsd:string | Mime type describing the encoding. | Default value is "text/plain". |
xls:lang | [1..1] | xsd:language | Specifies the language in which the instructions are given. |
Used in
- Type xls:DetermineRouteResponseType (Element xls:DetermineRouteResponse)
Substitution hierarchy
- xls:_ADT
- can be substituted with xls:RouteInstructionsList
Sample instance
<xls:RouteInstructionsList xls:lang="en-US"> <xls:RouteInstruction duration="P1Y2M3DT10H"> <xls:Instruction>string</xls:Instruction> <xls:distance value="1.0"/> <xls:RouteInstructionGeometry> <gml:LineString>... </gml:LineString> </xls:RouteInstructionGeometry> <xls:BoundingBox> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </xls:BoundingBox> </xls:RouteInstruction> </xls:RouteInstructionsList>