Definition Type: SimpleType
Name: AvoidFeatureType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Documentation:
Enumeration of types of features to avoid when determining the route.
Collapse XSD Schema Diagram:
XSD Diagram of AvoidFeatureType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<simpleType name="AvoidFeatureType">
    <annotation>
        <appinfo source="RouteService.xsd" />
        <documentation>Enumeration of types of features to avoid when determining the route.</documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="Highway">
            <annotation>
                <documentation>Minimize the use of highways.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="Tollway">
            <annotation>
                <documentation>Minimize tolls.</documentation>
            </annotation>
        </enumeration>
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration Highway
Enumeration Tollway
Collapse Derivation Tree:
Collapse References:
xls:AvoidFeature