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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xls:RouteInstructionsList

A list of route instructions.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
format [0..1]xsd:stringMime type describing the encoding.Default value is "text/plain".
xls:lang [1..1]xsd:languageSpecifies the language in which the instructions are given.

Used in

Substitution hierarchy

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>

Site developed and hosted by Datypic, Inc.

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