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.
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:PointOfInterestType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xls:POIAttributeList [0..1] One or more formal name classifications and/or one or more name/value pairs.
- gml:Point [0..1]
- xls:Address [0..1] 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”.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ID | [1..1] | xsd:string | ||
POIName | [0..1] | xsd:string | ||
phoneNumber | [0..1] | xsd:string | ||
description | [0..1] | xsd:string |
Used in
- Type geo:PointOfInterestType (Element geo:PointOfInterest)
- Type xls:AvoidListType (Element xls:AvoidList)
- Type xls:WayPointType (Elements xls:StartPoint, xls:ViaPoint, xls:EndPoint)
- Type mmr:ModeTransferWayPointType via extension of xls:WayPointType (Elements mmr:StartModeWayPoint, mmr:ViaModeWayPoint, mmr:EndModeWayPoint)
Substitution hierarchy
- xls:_ADT
- can be substituted with xls:_Location
- can be substituted with xls:_POI
- can be substituted with xls:POI
- can be substituted with xls:_POI
- can be substituted with xls:_Location
Sample instance
<xls:POI ID="string"> <xls:POIAttributeList> <xls:ReferenceSystem> <xls:NAICS type="string"/> </xls:ReferenceSystem> <xls:POIInfoList> <xls:POIInfo name="string" value="string"/> </xls:POIInfoList> </xls:POIAttributeList> <gml:Point> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> <xls:Address countryCode="string"> <xls:freeFormAddress>string</xls:freeFormAddress> </xls:Address> </xls:POI>