geo:DetermineRouteResponse
Determine Route response from an OGC OpenLS Navigation Service.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:DetermineRouteResponseType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: geo:Geospatial
Content
- xls:DetermineRouteResponse [1..*] Specifies the Determine Route response parameters.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type geo:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:DetermineRouteResponse
Sample instance
<geo:DetermineRouteResponse> <xls:DetermineRouteResponse> <xls:RouteHandle routeID="string"/> <xls:RouteSummary> <xls:TotalTime>P1Y2M3DT10H</xls:TotalTime> <xls:TotalDistance value="1.0"/> <xls:BoundingBox>... </xls:BoundingBox> </xls:RouteSummary> <xls:RouteGeometry> <gml:LineString>... </gml:LineString> </xls:RouteGeometry> <xls:RouteInstructionsList xls:lang="en-US"> <xls:RouteInstruction duration="P1Y2M3DT10H">... </xls:RouteInstruction> </xls:RouteInstructionsList> <xls:RouteMap> <xls:Content format="string" width="1" height="1">... </xls:Content> <xls:BBoxContext>... </xls:BBoxContext> </xls:RouteMap> </xls:DetermineRouteResponse> </geo:DetermineRouteResponse>