xls:ViaPoint
Intermediate waypoint along the route.
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:WayPointType
Properties: Global, Qualified
Content
- Sequence [1..1]
- Choice [1..1]
- 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:GeocodeMatchCode [0..1] Provides information on the quality of the match operation (accuracy and match code).
- Choice [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
stop | [0..1] | xsd:boolean | Specifies whether the traveler plans to stop at the waypoint, or simply pass through it. | Default value is "true". |
Used in
- Type xls:WayPointListType (Element xls:WayPointList)
Substitution hierarchy
- xls:_WayPoint
- can be substituted with xls:ViaPoint
- can be substituted with mmr:ViaModeWayPoint
- can be substituted with xls:ViaPoint
Sample instance
<xls:ViaPoint> <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:GeocodeMatchCode/> </xls:ViaPoint>