Definition Type: ComplexType
Name: WayPointType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Type: xls:AbstractWayPointType
Containing Schema: ols.xsd
Abstract
Documentation:
Defines a location to be visited along a route.
Collapse XSD Schema Diagram:
Drilldown into GeocodeMatchCode in schema ols_xsd Drilldown into _Location in schema ols_xsd Drilldown into AbstractWayPointType in schema ols_xsd Drilldown into stop in schema ols_xsdXSD Diagram of WayPointType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="WayPointType">
    <annotation>
        <appinfo source="ADT.xsd" />
        <documentation>Defines a location to be visited along a route.</documentation>
    </annotation>
    <complexContent>
        <extension base="xls:AbstractWayPointType">
            <sequence>
                <element ref="xls:_Location" />
                <element ref="xls:GeocodeMatchCode" minOccurs="0" />
            </sequence>
            <attribute name="stop" type="boolean" use="optional" default="true">
                <annotation>
                    <documentation>Specifies whether the traveler plans to stop at the waypoint, or simply pass through it.								</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Location xls:_Location (1) (1)
GeocodeMatchCode xls:GeocodeMatchCode 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
stop xls:stop true Optional
Collapse Derivation Tree:
Collapse References:
xls:EndPoint, mmr:ModeTransferWayPointType, xls:StartPoint, xls:ViaPoint