geo:DetermineRouteRequest
Determine Route request parameters for an OGC OpenLS Navigation Service.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:DetermineRouteRequestType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: geo:Geospatial
Content
- xls:DetermineRouteRequest [1..*] Specifies the Determine Route request 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:DetermineRouteRequest
Sample instance
<geo:DetermineRouteRequest> <xls:DetermineRouteRequest> <xls:RouteHandle routeID="string"/> <xls:RouteInstructionsRequest/> <xls:RouteGeometryRequest> <xls:BoundingBox>... </xls:BoundingBox> </xls:RouteGeometryRequest> <xls:RouteMapRequest> <xls:Output>... </xls:Output> </xls:RouteMapRequest> </xls:DetermineRouteRequest> </geo:DetermineRouteRequest>