<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>
|