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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xls:DetermineRouteResponse

Specifies the Determine Route response parameters.

Element information

Content

Attributes

None

Used in

Substitution hierarchy

Sample instance

<xls:DetermineRouteResponse>
   <xls:RouteHandle routeID="string"/>
   <xls:RouteSummary>
      <xls:TotalTime>P1Y2M3DT10H</xls:TotalTime>
      <xls:TotalDistance value="1.0"/>
      <xls:BoundingBox>
         <gml:lowerCorner>1.0 1.0</gml:lowerCorner>
         <gml:upperCorner>1.0 1.0</gml:upperCorner>
      </xls:BoundingBox>
   </xls:RouteSummary>
   <xls:RouteGeometry>
      <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:RouteGeometry>
   <xls:RouteInstructionsList xls:lang="en-US">
      <xls:RouteInstruction duration="P1Y2M3DT10H">
         <xls:Instruction>string</xls:Instruction>
         <xls:distance value="1.0"/>
         <xls:RouteInstructionGeometry>...
         </xls:RouteInstructionGeometry>
         <xls:BoundingBox>...
         </xls:BoundingBox>
      </xls:RouteInstruction>
   </xls:RouteInstructionsList>
   <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>
</xls:DetermineRouteResponse>

Site developed and hosted by Datypic, Inc.

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