xls:NextSegment
Information about the segment of the route between this maneuver and the next.
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:RouteSegmentType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xls:Distance [1..1] Distance along the segment.
- xls:TravelTime [1..1] Estimated time to travel the complete route, Expressed as a duration as defined by W3C. reference URL: http://www.w3c.org/TR/xmlschema-2
- xls:BoundingBox [1..1] Rectangular area bounding the segment.
from type xls:AbstractRouteSegmentType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [0..1] | xsd:string | Name of segment, e.g.: street name, or the name of the public transit line. When the name is unknown, this should be an empty string. When not specified, the name is assumed to be the same as the previous segment. | from type xls:AbstractRouteSegmentType |
Substitution hierarchy
- xls:_NextSegment
- can be substituted with xls:NextSegment
Sample instance
<xls:NextSegment> <xls:Distance value="1.0"/> <xls:TravelTime>P1Y2M3DT10H</xls:TravelTime> <xls:BoundingBox> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </xls:BoundingBox> </xls:NextSegment>