Definition Type: ComplexType
Name: RouteInstructionsRequestType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Abstract
Documentation:
Defines the request parameters for turn-by-turn route instructions and travel advisories formatted for presentation.
Collapse XSD Schema Diagram:
Drilldown into provideBoundingBox in schema ols_xsd Drilldown into provideGeometry in schema ols_xsd Drilldown into format in schema ols_xsdXSD Diagram of RouteInstructionsRequestType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RouteInstructionsRequestType">
    <annotation>
        <appinfo source="RouteService.xsd" />
        <documentation>Defines the request parameters for turn-by-turn route instructions and travel advisories formatted for presentation.</documentation>
    </annotation>
    <attribute name="format" type="string" use="optional" default="text/plain">
        <annotation>
            <documentation>The preferred format of the route instructions, specified as a mime type.</documentation>
        </annotation>
    </attribute>
    <attribute name="provideGeometry" type="boolean" use="optional" default="false" />
    <attribute name="provideBoundingBox" type="boolean" use="optional" default="false" />
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
format xls:format text/plain Optional
provideGeometry xls:provideGeometry false Optional
provideBoundingBox xls:provideBoundingBox false Optional
Collapse Derivation Tree:
Collapse References:
xls:RouteInstructionsRequest