<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>
|