Definition Type: ComplexType
Name: RouteHandleType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Abstract
Documentation:
Defines a reference to a route stored at the Route Determination Service server.
Collapse XSD Schema Diagram:
Drilldown into routeID in schema ols_xsd Drilldown into serviceID in schema ols_xsdXSD Diagram of RouteHandleType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RouteHandleType">
    <annotation>
        <documentation>Defines a reference to a route stored at the Route Determination Service server.</documentation>
    </annotation>
    <attribute name="serviceID" type="string" use="optional">
        <annotation>
            <documentation>Uniquely identifies the service which holds the route.</documentation>
        </annotation>
    </attribute>
    <attribute name="routeID" type="string" use="required">
        <annotation>
            <documentation>Uniquely identifies the route store at the service.</documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
serviceID xls:serviceID Optional
routeID xls:routeID Required
Collapse Derivation Tree:
Collapse References:
xls:RouteHandle