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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xls:DetermineRouteRequest

Specifies the Determine Route request parameters.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
provideRouteHandle [0..1]xsd:booleanRequests the return of a route handle.Default value is "false".
distanceUnit [0..1]xls:DistanceUnitTypeSpecifies the unit for measuring distance.Default value is "M".

Used in

Substitution hierarchy

Sample instance

<xls:DetermineRouteRequest>
   <xls:RouteHandle routeID="string"/>
   <xls:RouteInstructionsRequest/>
   <xls:RouteGeometryRequest>
      <xls:BoundingBox>
         <gml:lowerCorner>1.0 1.0</gml:lowerCorner>
         <gml:upperCorner>1.0 1.0</gml:upperCorner>
      </xls:BoundingBox>
   </xls:RouteGeometryRequest>
   <xls:RouteMapRequest>
      <xls:Output>
         <xls:BBoxContext>...
         </xls:BBoxContext>
      </xls:Output>
   </xls:RouteMapRequest>
</xls:DetermineRouteRequest>

Site developed and hosted by Datypic, Inc.

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