complexType PredictedWaypointType
diagram Nas_diagrams/Nas_p538.png
namespace http://www.fixm.aero/ext/nas/4.4
type extension of fb:GeographicalPositionType
properties
base fb:GeographicalPositionType
children fb:extension fb:pos nas:estimatedElapsedTime
used by
element RouteImpactListType/predictedWaypoint
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  xs:string  required    urn:ogc:def:crs:EPSG::4326  
documentation
Names the coordinate reference system (CRS) that defines the semantics of the lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
annotation
documentation
Contains information about flight traversal of predicted waypoints, where these predictions are based on all the information available to the Traffic Flow Management System (TFMS).
source <xs:complexType name="PredictedWaypointType">
 
<xs:annotation>
   
<xs:documentation>Contains information about flight traversal of predicted waypoints, 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>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>

element PredictedWaypointType/estimatedElapsedTime
diagram Nas_diagrams/Nas_p539.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?P([0-9]+Y)?([0-9]+M)?([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+S)?)?
annotation
documentation
The estimated time to arrive at the latitude/longitude waypoint relative to departure time.
source <xs:element name="estimatedElapsedTime" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The estimated time to arrive at the latitude/longitude waypoint relative to departure time.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy