Definition Type: ComplexType
Name: RouteMapType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Type: xls:MapType
Containing Schema: ols.xsd
Abstract
Documentation:
Defines a route map.
Collapse XSD Schema Diagram:
Drilldown into CenterContext in schema ols_xsd Drilldown into BBoxContext in schema ols_xsd Drilldown into Content in schema ols_xsd Drilldown into AbstractDataType in schema ols_xsd Drilldown into MapType in schema ols_xsd Drilldown into description in schema ols_xsdXSD Diagram of RouteMapType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RouteMapType">
    <annotation>
        <appinfo source="RouteService.xsd" />
        <documentation>Defines a route map.</documentation>
    </annotation>
    <complexContent>
        <extension base="xls:MapType">
            <attribute name="description" type="string">
                <annotation>
                    <documentation>Allows the route instruction to be matched with a RouteMapType. For example "maneuver 1"</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Content xls:Content (1) (1)
BBoxContext xls:BBoxContext (1) (1)
CenterContext xls:CenterContext (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
description xls:description (Optional)
Collapse Derivation Tree:
Collapse References:
xls:RouteMap