<simpleType name="RoutePreferenceType">
<annotation>
<appinfo source="RouteService.xsd" />
<documentation>Enumeration of preferences to be taken into consideration when determining the route.</documentation>
</annotation>
<restriction base="string">
<enumeration value="Fastest">
<annotation>
<documentation>Minimize the travel time by vehicle.</documentation>
</annotation>
</enumeration>
<enumeration value="Shortest">
<annotation>
<documentation>Minimize the travel distance by vehicle.</documentation>
</annotation>
</enumeration>
<enumeration value="Pedestrian">
<annotation>
<documentation>Best route by foot.</documentation>
</annotation>
</enumeration>
</restriction>
</simpleType>
|