<simpleType name="RouteMapStyleType">
<annotation>
<appinfo source="RouteService.xsd" />
<documentation>A route map can be either an overview or a maneuver</documentation>
</annotation>
<restriction base="string">
<enumeration value="Overview">
<annotation>
<documentation>Used to describe the map showing the full route</documentation>
</annotation>
</enumeration>
<enumeration value="Maneuver">
<annotation>
<documentation>Used to describe the map showing a particular maneuver (often the maneuver corresponds to a single instruction)</documentation>
</annotation>
</enumeration>
</restriction>
</simpleType>
|