<complexType name="RoutePlanType">
<annotation>
<appinfo source="RouteService.xsd" />
<documentation>Defines the criteria upon which a route is determined.</documentation>
</annotation>
<sequence>
<element ref="xls:RoutePreference" />
<element ref="xls:WayPointList" />
<element ref="xls:AvoidList" minOccurs="0" />
</sequence>
<attribute name="useRealTimeTraffic" type="boolean" use="optional" default="false">
<annotation>
<documentation>Specifies whether to use real time traffic information when determining the best route.</documentation>
</annotation>
</attribute>
<attribute name="expectedStartTime" type="dateTime" use="optional">
<annotation>
<documentation>Specifies 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.</documentation>
</annotation>
</attribute>
<attribute name="expectedEndTime" type="dateTime" use="optional">
<annotation>
<documentation>Specifies the date and time at which travel is expected to end. The format for the end time is specified as Duration</documentation>
</annotation>
</attribute>
</complexType>
|