Definition Type: SimpleType
Name: RoutePreferenceType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Documentation:
Enumeration of preferences to be taken into consideration when determining the route.
Collapse XSD Schema Diagram:
XSD Diagram of RoutePreferenceType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Fastest
Enumeration Shortest
Enumeration Pedestrian
Collapse Derivation Tree:
Collapse References:
xls:RoutePreference