complexType NasRouteInformationType
diagram Nas_diagrams/Nas_p244.png
namespace http://www.faa.aero/nas/4.2
type extension of fb:ExtensionType
properties
base fb:ExtensionType
children nas:adaptedArrivalRoute nas:adaptedDepartureArrivalRoute nas:adaptedDepartureRoute nas:greatCircleDistance nas:holdFix nas:routeImpactList nas:tfmsNextEvent nas:tfmsNextPosition
used by
element NasRouteInformation
attributes
Name  Type  Use  Default  Fixed  Annotation
atcIntendedRoute  fb:CharacterStringType  optional      
documentation

                     The current cleared flight plan route with any unacknowledged auto routes (preferential
                     routes, transition fixes and A-line fixes) already applied.
                 
estimatedEnRouteDuration  fb:DurationType  optional      
documentation

                     The total estimated time en route, from the departure time (runway) to the arrival
                     at the destination (runway) as provided by the airspace user in the NAS flight plan.
                    
                 
incompleteIndicator  nas:IncompleteIndicatorType  optional      
documentation

                     Indicates whether the NAS Route is incomplete or not.
                 
inhibitAdaptedArrRoutes  nas:InhibitAdaptedArrRoutesIndicatorType  optional      
documentation

                     Indicates whether adapted arrival routes are inhibited for use for the NAS Route
                     for the flight or not.
                 
inhibitAdaptedDepRoutes  nas:InhibitAdaptedDepRoutesIndicatorType  optional      
documentation

                     Indicates whether adapted departure routes are inhibited for use for the NAS Route
                     for the flight or not.
                 
localIntendedRoute  fb:CharacterStringType  optional      
documentation

                     The flight plan route that is coordinated to penetrated facilities. It consists of
                     the filed route (CMS field 10a) merged with any expected-to-be-applied-by-the-controlling-center
                     Adapted Departure Routes (ADRs), Adapted Departure Arrival Routes (ADARs) or Adapted
                     Arrival Routes (AARs) applied.
                 
nasPreviousRouteText  derived by: fb:CharacterStringType  optional      
documentation

                     This element is the current route. Once the flight is active, this element shows
                     the currently cleared route the airplane will fly from the departure airport to the
                     arrival airport.
                 
nasRouteText  derived by: fb:CharacterStringType  optional      
documentation

                     This element is the filed route. It only includes acknowledged auto routes. Once
                     the flight is active, this element shows the currently cleared route the airplane
                     will fly from the departure airport to the arrival airport.
                 
starsFlightRules  nas:StarsFlightRulesType  optional      
documentation

                     STARS-reported flight rules.
                 
tailoredIndicator  nas:TailoredIndicatorType  optional      
documentation

                     Indicates whether the NAS Route is tailored or not (i.e., a portion of the route
                     string immediately after the departure aerodrome has been removed).
                 
annotation
documentation

            Extends the core route type to replace ICAO fields with equivalent NAS-specific elements.
           
        
            This element is the filed route. It only includes acknowledged auto routes. Once
            the flight is active, this element shows the currently cleared route the airplane
            will fly from the departure airport to the arrival airport.
        
source <complexType name="NasRouteInformationType">
 
<annotation>
   
<documentation>
            Extends the core route type to replace ICAO fields with equivalent NAS-specific elements.
           
        
            This element is the filed route. It only includes acknowledged auto routes. Once
            the flight is active, this element shows the currently cleared route the airplane
            will fly from the departure airport to the arrival airport.
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensionType">
     
<sequence>
       
<element name="adaptedArrivalRoute" type="nas:NasAdaptedArrivalRouteType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Container for Adapted Arrival Route information.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="adaptedDepartureArrivalRoute" type="nas:NasAdaptedRouteType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Container for Adapted Arrival Departure Route information.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="adaptedDepartureRoute" type="nas:NasAdaptedRouteType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Container for Adapted Departure Route information.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="greatCircleDistance" type="fb:DistanceType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Provides the Great Circle Distance, in nautical miles, between the departure and
                        the destination airports for the flight.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="holdFix" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The location for the flight to Hold along the filed route of flight.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="routeImpactList" type="nas:RouteImpactListType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Current traffic flow management prediction of en route Air Traffic Control units
                        (centres), sectors and airspace elements along the trajectory of a flight.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="tfmsNextEvent" type="fb:GeographicalPositionType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Provides the location of the next point in a flight s current modeled route of flight
                        that has not yet been deemed to have been flown past.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="tfmsNextPosition" type="fb:GeographicalPositionType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Provides the location of the first point in a flight s (re)modeled route of flight
                        that has not yet been deemed to have been flown past.
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="atcIntendedRoute" type="fb:CharacterStringType" use="optional">
       
<annotation>
         
<documentation>
                     The current cleared flight plan route with any unacknowledged auto routes (preferential
                     routes, transition fixes and A-line fixes) already applied.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="estimatedEnRouteDuration" type="fb:DurationType" use="optional">
       
<annotation>
         
<documentation>
                     The total estimated time en route, from the departure time (runway) to the arrival
                     at the destination (runway) as provided by the airspace user in the NAS flight plan.
                    
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="incompleteIndicator" type="nas:IncompleteIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates whether the NAS Route is incomplete or not.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="inhibitAdaptedArrRoutes" type="nas:InhibitAdaptedArrRoutesIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates whether adapted arrival routes are inhibited for use for the NAS Route
                     for the flight or not.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="inhibitAdaptedDepRoutes" type="nas:InhibitAdaptedDepRoutesIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates whether adapted departure routes are inhibited for use for the NAS Route
                     for the flight or not.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="localIntendedRoute" type="fb:CharacterStringType" use="optional">
       
<annotation>
         
<documentation>
                     The flight plan route that is coordinated to penetrated facilities. It consists of
                     the filed route (CMS field 10a) merged with any expected-to-be-applied-by-the-controlling-center
                     Adapted Departure Routes (ADRs), Adapted Departure Arrival Routes (ADARs) or Adapted
                     Arrival Routes (AARs) applied.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="nasPreviousRouteText" use="optional">
       
<annotation>
         
<documentation>
                     This element is the current route. Once the flight is active, this element shows
                     the currently cleared route the airplane will fly from the departure airport to the
                     arrival airport.
                 
</documentation>
       
</annotation>
       
<simpleType>
         
<restriction base="fb:CharacterStringType">
           
<pattern value="([A-Z]|\d|/|\+|\*|\.|\s|_|&amp;amp;#8853;)+"/>
         
</restriction>
       
</simpleType>
     
</attribute>
     
<attribute name="nasRouteText" use="optional">
       
<annotation>
         
<documentation>
                     This element is the filed route. It only includes acknowledged auto routes. Once
                     the flight is active, this element shows the currently cleared route the airplane
                     will fly from the departure airport to the arrival airport.
                 
</documentation>
       
</annotation>
       
<simpleType>
         
<restriction base="fb:CharacterStringType">
           
<pattern value="([A-Z]|\d|/|\+|\*|\.|\s|_|&amp;amp;#8853;)+"/>
         
</restriction>
       
</simpleType>
     
</attribute>
     
<attribute name="starsFlightRules" type="nas:StarsFlightRulesType" use="optional">
       
<annotation>
         
<documentation>
                     STARS-reported flight rules.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="tailoredIndicator" type="nas:TailoredIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates whether the NAS Route is tailored or not (i.e., a portion of the route
                     string immediately after the departure aerodrome has been removed).
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute NasRouteInformationType/@atcIntendedRoute
type fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation

                     The current cleared flight plan route with any unacknowledged auto routes (preferential
                     routes, transition fixes and A-line fixes) already applied.
                 
source <attribute name="atcIntendedRoute" type="fb:CharacterStringType" use="optional">
 
<annotation>
   
<documentation>
                     The current cleared flight plan route with any unacknowledged auto routes (preferential
                     routes, transition fixes and A-line fixes) already applied.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteInformationType/@estimatedEnRouteDuration
type fb:DurationType
properties
use optional
annotation
documentation

                     The total estimated time en route, from the departure time (runway) to the arrival
                     at the destination (runway) as provided by the airspace user in the NAS flight plan.
                    
                 
source <attribute name="estimatedEnRouteDuration" type="fb:DurationType" use="optional">
 
<annotation>
   
<documentation>
                     The total estimated time en route, from the departure time (runway) to the arrival
                     at the destination (runway) as provided by the airspace user in the NAS flight plan.
                    
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteInformationType/@incompleteIndicator
type nas:IncompleteIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration INCOMPLETE
annotation
documentation

                     Indicates whether the NAS Route is incomplete or not.
                 
source <attribute name="incompleteIndicator" type="nas:IncompleteIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates whether the NAS Route is incomplete or not.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteInformationType/@inhibitAdaptedArrRoutes
type nas:InhibitAdaptedArrRoutesIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration INHIBIT_ADAPTED_ARRIVAL_ROUTES
annotation
documentation

                     Indicates whether adapted arrival routes are inhibited for use for the NAS Route
                     for the flight or not.
                 
source <attribute name="inhibitAdaptedArrRoutes" type="nas:InhibitAdaptedArrRoutesIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates whether adapted arrival routes are inhibited for use for the NAS Route
                     for the flight or not.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteInformationType/@inhibitAdaptedDepRoutes
type nas:InhibitAdaptedDepRoutesIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration INHIBIT_ADAPTED_DEPARTURE_ROUTES
annotation
documentation

                     Indicates whether adapted departure routes are inhibited for use for the NAS Route
                     for the flight or not.
                 
source <attribute name="inhibitAdaptedDepRoutes" type="nas:InhibitAdaptedDepRoutesIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates whether adapted departure routes are inhibited for use for the NAS Route
                     for the flight or not.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteInformationType/@localIntendedRoute
type fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation

                     The flight plan route that is coordinated to penetrated facilities. It consists of
                     the filed route (CMS field 10a) merged with any expected-to-be-applied-by-the-controlling-center
                     Adapted Departure Routes (ADRs), Adapted Departure Arrival Routes (ADARs) or Adapted
                     Arrival Routes (AARs) applied.
                 
source <attribute name="localIntendedRoute" type="fb:CharacterStringType" use="optional">
 
<annotation>
   
<documentation>
                     The flight plan route that is coordinated to penetrated facilities. It consists of
                     the filed route (CMS field 10a) merged with any expected-to-be-applied-by-the-controlling-center
                     Adapted Departure Routes (ADRs), Adapted Departure Arrival Routes (ADARs) or Adapted
                     Arrival Routes (AARs) applied.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteInformationType/@nasPreviousRouteText
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern ([A-Z]|\d|/|\+|\*|\.|\s|_|&amp;amp;#8853;)+
annotation
documentation

                     This element is the current route. Once the flight is active, this element shows
                     the currently cleared route the airplane will fly from the departure airport to the
                     arrival airport.
                 
source <attribute name="nasPreviousRouteText" use="optional">
 
<annotation>
   
<documentation>
                     This element is the current route. Once the flight is active, this element shows
                     the currently cleared route the airplane will fly from the departure airport to the
                     arrival airport.
                 
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CharacterStringType">
     
<pattern value="([A-Z]|\d|/|\+|\*|\.|\s|_|&amp;amp;#8853;)+"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute NasRouteInformationType/@nasRouteText
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern ([A-Z]|\d|/|\+|\*|\.|\s|_|&amp;amp;#8853;)+
annotation
documentation

                     This element is the filed route. It only includes acknowledged auto routes. Once
                     the flight is active, this element shows the currently cleared route the airplane
                     will fly from the departure airport to the arrival airport.
                 
source <attribute name="nasRouteText" use="optional">
 
<annotation>
   
<documentation>
                     This element is the filed route. It only includes acknowledged auto routes. Once
                     the flight is active, this element shows the currently cleared route the airplane
                     will fly from the departure airport to the arrival airport.
                 
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CharacterStringType">
     
<pattern value="([A-Z]|\d|/|\+|\*|\.|\s|_|&amp;amp;#8853;)+"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute NasRouteInformationType/@starsFlightRules
type nas:StarsFlightRulesType
properties
use optional
facets
Kind Value Annotation
enumeration VFR
enumeration VFR_ON_TOP
enumeration ENROUTE_IFR
enumeration IFR
annotation
documentation

                     STARS-reported flight rules.
                 
source <attribute name="starsFlightRules" type="nas:StarsFlightRulesType" use="optional">
 
<annotation>
   
<documentation>
                     STARS-reported flight rules.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteInformationType/@tailoredIndicator
type nas:TailoredIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration TAILORED
annotation
documentation

                     Indicates whether the NAS Route is tailored or not (i.e., a portion of the route
                     string immediately after the departure aerodrome has been removed).
                 
source <attribute name="tailoredIndicator" type="nas:TailoredIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates whether the NAS Route is tailored or not (i.e., a portion of the route
                     string immediately after the departure aerodrome has been removed).
                 
</documentation>
 
</annotation>
</attribute>

element NasRouteInformationType/adaptedArrivalRoute
diagram Nas_diagrams/Nas_p245.png
namespace http://www.faa.aero/nas/4.2
type nas:NasAdaptedArrivalRouteType
properties
minOcc 0
maxOcc 1
content complex
children nas:nasFavNumber
attributes
Name  Type  Use  Default  Fixed  Annotation
nasRouteAlphanumeric  fb:CharacterStringType  optional      
documentation

               Route (AAR) to be provided to the controller at the time the auto-route is applied.
              
               This field contains the route string with an Adapted Departure Arrival Route (ADAR)
               to be provided to the controller at the time the auto-route is applied.
               This field contains the route string with an Adapted Departure Route (ADR) to be
               provided to the controller at the time the auto-route is applied.
               This field contains the route string with an Adapted Arrival Route (AAR) to be provided
               to the controller at the time the auto-route is applied.
           
nasRouteIdentifier  derived by: fb:CharacterStringType  optional      
documentation

               The five character identifier used to internally identify an adapted arrival route.
              
               The identifier used to internally identify the Adapted Departure Route (ADR).
               The five character identifier is used to internally identify an Adapted Departure
               Arrival Route (ADAR).
           
annotation
documentation

                        Container for Adapted Arrival Route information.
                    
source <element name="adaptedArrivalRoute" type="nas:NasAdaptedArrivalRouteType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Container for Adapted Arrival Route information.
                    
</documentation>
 
</annotation>
</element>

element NasRouteInformationType/adaptedDepartureArrivalRoute
diagram Nas_diagrams/Nas_p246.png
namespace http://www.faa.aero/nas/4.2
type nas:NasAdaptedRouteType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
nasRouteAlphanumeric  fb:CharacterStringType  optional      
documentation

               Route (AAR) to be provided to the controller at the time the auto-route is applied.
              
               This field contains the route string with an Adapted Departure Arrival Route (ADAR)
               to be provided to the controller at the time the auto-route is applied.
               This field contains the route string with an Adapted Departure Route (ADR) to be
               provided to the controller at the time the auto-route is applied.
               This field contains the route string with an Adapted Arrival Route (AAR) to be provided
               to the controller at the time the auto-route is applied.
           
nasRouteIdentifier  derived by: fb:CharacterStringType  optional      
documentation

               The five character identifier used to internally identify an adapted arrival route.
              
               The identifier used to internally identify the Adapted Departure Route (ADR).
               The five character identifier is used to internally identify an Adapted Departure
               Arrival Route (ADAR).
           
annotation
documentation

                        Container for Adapted Arrival Departure Route information.
                    
source <element name="adaptedDepartureArrivalRoute" type="nas:NasAdaptedRouteType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Container for Adapted Arrival Departure Route information.
                    
</documentation>
 
</annotation>
</element>

element NasRouteInformationType/adaptedDepartureRoute
diagram Nas_diagrams/Nas_p247.png
namespace http://www.faa.aero/nas/4.2
type nas:NasAdaptedRouteType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
nasRouteAlphanumeric  fb:CharacterStringType  optional      
documentation

               Route (AAR) to be provided to the controller at the time the auto-route is applied.
              
               This field contains the route string with an Adapted Departure Arrival Route (ADAR)
               to be provided to the controller at the time the auto-route is applied.
               This field contains the route string with an Adapted Departure Route (ADR) to be
               provided to the controller at the time the auto-route is applied.
               This field contains the route string with an Adapted Arrival Route (AAR) to be provided
               to the controller at the time the auto-route is applied.
           
nasRouteIdentifier  derived by: fb:CharacterStringType  optional      
documentation

               The five character identifier used to internally identify an adapted arrival route.
              
               The identifier used to internally identify the Adapted Departure Route (ADR).
               The five character identifier is used to internally identify an Adapted Departure
               Arrival Route (ADAR).
           
annotation
documentation

                        Container for Adapted Departure Route information.
                    
source <element name="adaptedDepartureRoute" type="nas:NasAdaptedRouteType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Container for Adapted Departure Route information.
                    
</documentation>
 
</annotation>
</element>

element NasRouteInformationType/greatCircleDistance
diagram Nas_diagrams/Nas_p248.png
namespace http://www.faa.aero/nas/4.2
type fb:DistanceType
properties
minOcc 0
maxOcc 1
content complex
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomLengthType  required      
documentation

                     Unit of measure
                 
annotation
documentation

                        Provides the Great Circle Distance, in nautical miles, between the departure and
                        the destination airports for the flight.
                    
source <element name="greatCircleDistance" type="fb:DistanceType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Provides the Great Circle Distance, in nautical miles, between the departure and
                        the destination airports for the flight.
                    
</documentation>
 
</annotation>
</element>

element NasRouteInformationType/holdFix
diagram Nas_diagrams/Nas_p249.png
namespace http://www.faa.aero/nas/4.2
type fb:SignificantPointType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension
attributes
Name  Type  Use  Default  Fixed  Annotation
xlink:type  xlink:typeType      simple  
xlink:href  xlink:hrefType        
xlink:role  xlink:roleType        
xlink:arcrole  xlink:arcroleType        
xlink:title  xlink:titleAttrType        
xlink:show  xlink:showType        
xlink:actuate  xlink:actuateType        
annotation
documentation

                        The location for the flight to Hold along the filed route of flight.
                    
source <element name="holdFix" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The location for the flight to Hold along the filed route of flight.
                    
</documentation>
 
</annotation>
</element>

element NasRouteInformationType/routeImpactList
diagram Nas_diagrams/Nas_p250.png
namespace http://www.faa.aero/nas/4.2
type nas:RouteImpactListType
properties
minOcc 0
maxOcc 1
content complex
children nas:predictedAirway nas:predictedFix nas:predictedSector nas:predictedUnit nas:predictedWaypoint
annotation
documentation

                        Current traffic flow management prediction of en route Air Traffic Control units
                        (centres), sectors and airspace elements along the trajectory of a flight.
                    
source <element name="routeImpactList" type="nas:RouteImpactListType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Current traffic flow management prediction of en route Air Traffic Control units
                        (centres), sectors and airspace elements along the trajectory of a flight.
                    
</documentation>
 
</annotation>
</element>

element NasRouteInformationType/tfmsNextEvent
diagram Nas_diagrams/Nas_p251.png
namespace http://www.faa.aero/nas/4.2
type fb:GeographicalPositionType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:pos
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  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

                        Provides the location of the next point in a flight s current modeled route of flight
                        that has not yet been deemed to have been flown past.
                    
source <element name="tfmsNextEvent" type="fb:GeographicalPositionType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Provides the location of the next point in a flight s current modeled route of flight
                        that has not yet been deemed to have been flown past.
                    
</documentation>
 
</annotation>
</element>

element NasRouteInformationType/tfmsNextPosition
diagram Nas_diagrams/Nas_p252.png
namespace http://www.faa.aero/nas/4.2
type fb:GeographicalPositionType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:pos
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  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

                        Provides the location of the first point in a flight s (re)modeled route of flight
                        that has not yet been deemed to have been flown past.
                    
source <element name="tfmsNextPosition" type="fb:GeographicalPositionType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Provides the location of the first point in a flight s (re)modeled route of flight
                        that has not yet been deemed to have been flown past.
                    
</documentation>
 
</annotation>
</element>


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