xls:WayPointList
List of waypoints along a 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:WayPointListType
Properties: Global, Qualified
Content
- Sequence [1..1]
- Choice [1..1]
- xls:StartPoint Starting point of the route.
- mmr:StartModeWayPoint Starting point of a multi-modal route that starts at a mode transfer point.
from subst. group xls:StartPoint - Choice [0..*]
- xls:ViaPoint Intermediate waypoint along the route.
- mmr:ViaModeWayPoint Intermediate mode transfer point of a multi-modal route
from subst. group xls:ViaPoint - Choice [1..1]
- xls:EndPoint Ending point of the route (i.e. the destination)
- mmr:EndModeWayPoint Ending point of a multi-modal route that ends at a mode transfer point.
from subst. group xls:EndPoint
- Choice [1..1]
Attributes
None
Used in
- Type xls:RoutePlanType (Element xls:RoutePlan)
Sample instance
<xls:WayPointList> <xls:StartPoint> <xls:Position> <gml:Point>... </gml:Point> <xls:Ellipse>... </xls:Ellipse> <xls:QoP>... </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:StartPoint> <xls:ViaPoint> <xls:Position> <gml:Point>... </gml:Point> <xls:Ellipse>... </xls:Ellipse> <xls:QoP>... </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> <xls:EndPoint> <xls:Position> <gml:Point>... </gml:Point> <xls:Ellipse>... </xls:Ellipse> <xls:QoP>... </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:EndPoint> </xls:WayPointList>