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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xls:RoutePlan

The criteria upon which a route is determined.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
useRealTimeTraffic [0..1]xsd:booleanSpecifies whether to use real time traffic information when determining the best route.Default value is "false".
expectedStartTime [0..1]xsd:dateTimeSpecifies the date and time at which travel is expected to begin. Specified in the format YYYY-MM-DD HH:MM. Defaults to current date and time.
expectedEndTime [0..1]xsd:dateTimeSpecifies the date and time at which travel is expected to end. The format for the end time is specified as Duration

Used in

Sample instance

<xls:RoutePlan>
   <xls:RoutePreference>Fastest</xls:RoutePreference>
   <xls:WayPointList>
      <xls:StartPoint>
         <xls:Position>...
         </xls:Position>
         <xls:GeocodeMatchCode/>
      </xls:StartPoint>
      <xls:ViaPoint>
         <xls:Position>...
         </xls:Position>
         <xls:GeocodeMatchCode/>
      </xls:ViaPoint>
      <xls:EndPoint>
         <xls:Position>...
         </xls:Position>
         <xls:GeocodeMatchCode/>
      </xls:EndPoint>
   </xls:WayPointList>
   <xls:AvoidList>
      <xls:AOI>
         <gml:CircleByCenterPoint numArc="1">...
         </gml:CircleByCenterPoint>
      </xls:AOI>
      <xls:Position>
         <gml:Point>...
         </gml:Point>
         <xls:Ellipse>...
         </xls:Ellipse>
         <xls:QoP>...
         </xls:QoP>
         <xls:Time begin="2000-01-01T12:00:00"/>
         <xls:Speed value="1.0"/>
         <xls:Direction value="1.0"/>
      </xls:Position>
      <xls:AvoidFeature>Highway</xls:AvoidFeature>
   </xls:AvoidList>
</xls:RoutePlan>

Site developed and hosted by Datypic, Inc.

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