Definition Type: ComplexType
Name: WayPointListType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Abstract
Documentation:
Defines a list of waypoints along a route.
Collapse XSD Schema Diagram:
Drilldown into EndPoint in schema ols_xsd Drilldown into ViaPoint in schema ols_xsd Drilldown into StartPoint in schema ols_xsdXSD Diagram of WayPointListType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="WayPointListType">
    <annotation>
        <documentation>Defines a list of waypoints along a route.</documentation>
    </annotation>
    <sequence>
        <element ref="xls:StartPoint" />
        <element ref="xls:ViaPoint" minOccurs="0" maxOccurs="unbounded" />
        <element ref="xls:EndPoint" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartPoint xls:StartPoint (1) (1)
ViaPoint xls:ViaPoint 0 unbounded
EndPoint xls:EndPoint (1) (1)
Collapse Derivation Tree:
Collapse References:
xls:WayPointList