Definition Type: ComplexType
Name: AvoidListType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Abstract
Documentation:
Defines the list of areas, locations, and types of features in which the route should avoid passing through.
Collapse XSD Schema Diagram:
Drilldown into AvoidFeature in schema ols_xsd Drilldown into _Location in schema ols_xsd Drilldown into AOI in schema ols_xsdXSD Diagram of AvoidListType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="AvoidListType">
    <annotation>
        <appinfo source="RouteService.xsd" />
        <documentation>Defines the list of areas, locations, and types of features in which the route should avoid passing through.</documentation>
    </annotation>
    <sequence>
        <element ref="xls:AOI" minOccurs="0" maxOccurs="unbounded">
            <annotation>
                <documentation>List of geographic areas to avoid.</documentation>
            </annotation>
        </element>
        <element ref="xls:_Location" minOccurs="0" maxOccurs="unbounded">
            <annotation>
                <documentation>List of locations to avoid.</documentation>
            </annotation>
        </element>
        <element ref="xls:AvoidFeature" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AOI xls:AOI 0 unbounded
_Location xls:_Location 0 unbounded
AvoidFeature xls:AvoidFeature 0 unbounded
Collapse Derivation Tree:
Collapse References:
xls:AvoidList