Definition Type: ComplexType
Name: RoutePlanType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Abstract
Documentation:
Defines the criteria upon which a route is determined.
Collapse XSD Schema Diagram:
Drilldown into AvoidList in schema ols_xsd Drilldown into WayPointList in schema ols_xsd Drilldown into RoutePreference in schema ols_xsd Drilldown into expectedEndTime in schema ols_xsd Drilldown into expectedStartTime in schema ols_xsd Drilldown into useRealTimeTraffic in schema ols_xsdXSD Diagram of RoutePlanType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RoutePlanType">
    <annotation>
        <appinfo source="RouteService.xsd" />
        <documentation>Defines the criteria upon which a route is determined.</documentation>
    </annotation>
    <sequence>
        <element ref="xls:RoutePreference" />
        <element ref="xls:WayPointList" />
        <element ref="xls:AvoidList" minOccurs="0" />
    </sequence>
    <attribute name="useRealTimeTraffic" type="boolean" use="optional" default="false">
        <annotation>
            <documentation>Specifies whether to use real time traffic information when determining the best route.</documentation>
        </annotation>
    </attribute>
    <attribute name="expectedStartTime" type="dateTime" use="optional">
        <annotation>
            <documentation>Specifies the date and time at which travel is expected to begin.  Specified in the format YYYY-MM-DD HH:MM.  Defaults to current date and time.</documentation>
        </annotation>
    </attribute>
    <attribute name="expectedEndTime" type="dateTime" use="optional">
        <annotation>
            <documentation>Specifies the date and time at which travel is expected to end.  The format for the end time is specified as Duration</documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RoutePreference xls:RoutePreference (1) (1)
WayPointList xls:WayPointList (1) (1)
AvoidList xls:AvoidList 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
useRealTimeTraffic xls:useRealTimeTraffic false Optional
expectedStartTime xls:expectedStartTime Optional
expectedEndTime xls:expectedEndTime Optional
Collapse Derivation Tree:
Collapse References:
xls:RoutePlan