xls:AvoidList
The list of areas, locations, and types of features in which the route should avoid passing through.
Element information
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-openls/1.1.0/dhs-gmo/1.0.0/ols.xsd
Type: xls:AvoidListType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xls:AOI [0..*] List of geographic areas to avoid.
- Choice [0..*]
- xls:Position The Position ADT. Normally used to represent an observation/calculated position for a mobile terminal, but can be any position used by the platform. Contains Point with optional Shape, QoP, Speed, Direction and Time. Also has levelOfConfidence attribute.
- xls:_POI Point of Interest is a place, product or service with a fixed position, typically identified by name rather than by address and characterized by type, that may be used as a reference point or a target in a location based service request.
- xls:POI The POI ADT. Primarily generated in the responses from Directory Services. Can also be used as a filter in the request to a Directory Service for nearest/within distance conditions.
- xls:Address The Address ADT. An address that is either a “Free Form Address” or a “Street Address” or an “Intersection Address”, with 0 or more “place” elements and an optional “postalCode” element. It also has two optional attributes, the “addressee” and the “phone number”, and one required attribute, the “country”.
from subst. group xls:_Locationfrom subst. group xls:_Positionfrom subst. group xls:_POI - xls:AvoidFeature [0..*] Type of feature to avoid when determining the route.
Attributes
None
Used in
- Type xls:RoutePlanType (Element xls:RoutePlan)
Sample instance
<xls:AvoidList> <xls:AOI> <gml:CircleByCenterPoint numArc="1"> <gml:pos>1.0 1.0</gml:pos> <gml:radius uom="http://www.example.com/">1.0</gml:radius> <gml:startAngle uom="http://www.example.com/">1.0</gml:startAngle> <gml:endAngle uom="http://www.example.com/">1.0</gml:endAngle> </gml:CircleByCenterPoint> </xls:AOI> <xls:Position> <gml:Point> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> <xls:Ellipse> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> <xls:majorAxis uom="http://www.example.com/">1.0</xls:majorAxis> <xls:minorAxis uom="http://www.example.com/">1.0</xls:minorAxis> <xls:rotation uom="http://www.example.com/">1.0</xls:rotation> </xls:Ellipse> <xls:QoP> <xls:HorizontalAcc>... </xls:HorizontalAcc> <xls:VerticalAcc>... </xls:VerticalAcc> </xls:QoP> <xls:Time begin="2000-01-01T12:00:00"/> <xls:Speed value="1.0"/> <xls:Direction value="1.0"/> </xls:Position> <xls:AvoidFeature>Highway</xls:AvoidFeature> </xls:AvoidList>