diagram | |||||||||||||||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||
type | extension of fb:GeographicalPositionType | ||||||||||||||
properties |
|
||||||||||||||
children | fb:extension fb:pos nas:estimatedElapsedTime | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="PredictedWaypointType"> <xs:annotation> <xs:documentation>Contains information about flight traversal of predicted waypoint Current prediction of the waypoints of the trajectory for a flight, where these predictions are based on all the information available to the Traffic Flow Management System (TFMS).</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="fb:GeographicalPositionType"> <xs:sequence> <xs:element name="estimatedElapsedTime" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Time: The estimated time to arrive at the latitude/longitude waypoint relative to departure time.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||
type | fb:DurationType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="estimatedElapsedTime" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Time: The estimated time to arrive at the latitude/longitude waypoint relative to departure time.</xs:documentation> </xs:annotation> </xs:element> |