xls:RouteSummary
A route's overall characteristics.
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:RouteSummaryType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xls:TotalTime [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:TotalDistance [1..1] Total distance covered by the route.
- xls:BoundingBox [1..1] Rectangular area bounding the complete route.
from type xls:AbstractRouteSummaryType
Attributes
None
Used in
- Type xls:DetermineRouteResponseType (Element xls:DetermineRouteResponse)
Substitution hierarchy
- xls:_ADT
- can be substituted with xls:_RouteSummary
- can be substituted with xls:RouteSummary
- can be substituted with xls:_RouteSummary
Sample instance
<xls:RouteSummary> <xls:TotalTime>P1Y2M3DT10H</xls:TotalTime> <xls:TotalDistance value="1.0"/> <xls:BoundingBox> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </xls:BoundingBox> </xls:RouteSummary>