Schema Central > NIEM 2.0 > ols.xsd > xls:RouteInstruction
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xls:RouteInstruction

A turn-by-turn route instruction or advisory formatted for presentation.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
duration [1..1]xsd:durationSpecifies the duration needed to execute those instructions. Duration is expressed as defined in the W3C defintion. Reference URL: http://www.w3c.org/TR/xmlschema-2/
description [0..1]xsd:stringAllows the route instruction to be matched with a RouteMapType. For example "maneuver 1"

Used in

Substitution hierarchy

Sample instance

<xls:RouteInstruction duration="P1Y2M3DT10H">
   <xls:Instruction>string</xls:Instruction>
   <xls:distance value="1.0"/>
   <xls:RouteInstructionGeometry>
      <gml:LineString>
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:name>string</gml:name>
         <gml:posList>1.0 1.0</gml:posList>
      </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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com