Definition Type: SimpleType
Name: RouteMapStyleType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Documentation:
A route map can be either an overview or a maneuver
Collapse XSD Schema Diagram:
XSD Diagram of RouteMapStyleType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Overview
Enumeration Maneuver
Collapse Derivation Tree:
Collapse References:
xls:style