complexType NasRouteElementType
diagram Nas_diagrams/Nas_p243.png
namespace http://www.faa.aero/nas/4.2
type extension of fb:ExtensionType
properties
base fb:ExtensionType
used by
element NasRouteElement
attributes
Name  Type  Use  Default  Fixed  Annotation
directRouteIndicator  nas:DirectRouteIndicatorType  optional      
documentation

                     The character data parsed by the Traffic Flow Management System from the route string
                     indicates that the route is direct (DCT).
                 
estimatedTime  fb:TimeType  optional      
documentation

                     The estimated time over the route point.
                 
nasFlightRules  nas:NasFlightRulesType  optional      
documentation

                     The regulation, or combination of regulations, that governs all aspects of operations
                     under which the pilot plans to fly in the NAS.
                 
reEntryCount  fb:CountType  optional      
documentation

                     An indication that a portion of a Military Route is to be flown more than once. 
                     The element includes an indication of which adapted portion of the route as well
                     as the number of times the fixes are to be flown. It is filed in a NAS Route string
                     and associated with a Military Route. There can be up to two of these per Military
                     Route in the NAS route string.
                 
reEntrySpecial  fb:CountType  optional      
documentation

                     Count of the reentry Special route.
                 
routeTerminateIndicator  nas:RouteTerminateIndicatorType  optional      
documentation

                     The character data parsed by the Traffic Flow Management System from the route string
                     indicates that the route terminates (T).
                 
unknownRouteElement  nas:UnknownRouteElementType  optional      
documentation

                     The character data parsed by the Traffic Flow Management System from the route string
                     that could not be characterized as fix, route or indicator.
                 
annotation
documentation

            Extends the core ICAO flight route element information to add NAS extensions
        
source <complexType name="NasRouteElementType">
 
<annotation>
   
<documentation>
            Extends the core ICAO flight route element information to add NAS extensions
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensionType">
     
<attribute name="directRouteIndicator" type="nas:DirectRouteIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     The character data parsed by the Traffic Flow Management System from the route string
                     indicates that the route is direct (DCT).
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="estimatedTime" type="fb:TimeType" use="optional">
       
<annotation>
         
<documentation>
                     The estimated time over the route point.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="nasFlightRules" type="nas:NasFlightRulesType" use="optional">
       
<annotation>
         
<documentation>
                     The regulation, or combination of regulations, that governs all aspects of operations
                     under which the pilot plans to fly in the NAS.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="reEntryCount" type="fb:CountType" use="optional">
       
<annotation>
         
<documentation>
                     An indication that a portion of a Military Route is to be flown more than once. 
                     The element includes an indication of which adapted portion of the route as well
                     as the number of times the fixes are to be flown. It is filed in a NAS Route string
                     and associated with a Military Route. There can be up to two of these per Military
                     Route in the NAS route string.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="reEntrySpecial" type="fb:CountType" use="optional">
       
<annotation>
         
<documentation>
                     Count of the reentry Special route.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="routeTerminateIndicator" type="nas:RouteTerminateIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     The character data parsed by the Traffic Flow Management System from the route string
                     indicates that the route terminates (T).
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="unknownRouteElement" type="nas:UnknownRouteElementType" use="optional">
       
<annotation>
         
<documentation>
                     The character data parsed by the Traffic Flow Management System from the route string
                     that could not be characterized as fix, route or indicator.
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute NasRouteElementType/@directRouteIndicator
type nas:DirectRouteIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration DIRECT_ROUTE
annotation
documentation

                     The character data parsed by the Traffic Flow Management System from the route string
                     indicates that the route is direct (DCT).
                 
source <attribute name="directRouteIndicator" type="nas:DirectRouteIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     The character data parsed by the Traffic Flow Management System from the route string
                     indicates that the route is direct (DCT).
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteElementType/@estimatedTime
type fb:TimeType
properties
use optional
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation

                     The estimated time over the route point.
                 
source <attribute name="estimatedTime" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
                     The estimated time over the route point.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteElementType/@nasFlightRules
type nas:NasFlightRulesType
properties
use optional
facets
Kind Value Annotation
enumeration IFR
documentation

                  Instrument Flight Rules
              
enumeration VFR
documentation

                  Visual Flight Rules
              
enumeration DVFR
documentation

                  Defense Visual Flight Rules
              
annotation
documentation

                     The regulation, or combination of regulations, that governs all aspects of operations
                     under which the pilot plans to fly in the NAS.
                 
source <attribute name="nasFlightRules" type="nas:NasFlightRulesType" use="optional">
 
<annotation>
   
<documentation>
                     The regulation, or combination of regulations, that governs all aspects of operations
                     under which the pilot plans to fly in the NAS.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteElementType/@reEntryCount
type fb:CountType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
annotation
documentation

                     An indication that a portion of a Military Route is to be flown more than once. 
                     The element includes an indication of which adapted portion of the route as well
                     as the number of times the fixes are to be flown. It is filed in a NAS Route string
                     and associated with a Military Route. There can be up to two of these per Military
                     Route in the NAS route string.
                 
source <attribute name="reEntryCount" type="fb:CountType" use="optional">
 
<annotation>
   
<documentation>
                     An indication that a portion of a Military Route is to be flown more than once. 
                     The element includes an indication of which adapted portion of the route as well
                     as the number of times the fixes are to be flown. It is filed in a NAS Route string
                     and associated with a Military Route. There can be up to two of these per Military
                     Route in the NAS route string.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteElementType/@reEntrySpecial
type fb:CountType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
annotation
documentation

                     Count of the reentry Special route.
                 
source <attribute name="reEntrySpecial" type="fb:CountType" use="optional">
 
<annotation>
   
<documentation>
                     Count of the reentry Special route.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteElementType/@routeTerminateIndicator
type nas:RouteTerminateIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration ROUTE_TERMINATE
annotation
documentation

                     The character data parsed by the Traffic Flow Management System from the route string
                     indicates that the route terminates (T).
                 
source <attribute name="routeTerminateIndicator" type="nas:RouteTerminateIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     The character data parsed by the Traffic Flow Management System from the route string
                     indicates that the route terminates (T).
                 
</documentation>
 
</annotation>
</attribute>

attribute NasRouteElementType/@unknownRouteElement
type nas:UnknownRouteElementType
properties
use optional
facets
Kind Value Annotation
minLength 2
maxLength 28
annotation
documentation

                     The character data parsed by the Traffic Flow Management System from the route string
                     that could not be characterized as fix, route or indicator.
                 
source <attribute name="unknownRouteElement" type="nas:UnknownRouteElementType" use="optional">
 
<annotation>
   
<documentation>
                     The character data parsed by the Traffic Flow Management System from the route string
                     that could not be characterized as fix, route or indicator.
                 
</documentation>
 
</annotation>
</attribute>


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