complexType NasRerouteType
diagram Nas_diagrams/Nas_p327.png
namespace http://www.faa.aero/nas/4.2
used by
elements NasTmiType/reroute NasReroute
attributes
Name  Type  Use  Default  Fixed  Annotation
amendmentStatus  nas:AmendmentStatusType  optional      
documentation

               Reroute amendment status.
           
amendmentStatusUpdateTime  fb:TimeType  optional      
documentation

               Reroute amendment status update time specification.
           
amendmentTime  fb:TimeType  optional      
documentation

               Reroute amendment time specification.
           
amendmentType  nas:AmendmentTypeType  optional      
documentation

               Provides an Amendment type enumerated list.
           
nasRouteText  derived by: fb:CharacterStringType  optional      
documentation

               Route text of the reroute.
           
rerouteIdentifier  derived by: fb:CharacterStringType  optional      
documentation

               Traffic Flow Management System generated unique identifier for the reroute.
           
rerouteIdentifierSuffix  derived by: fb:CountType  optional      
documentation

               Traffic Flow Management System  identifier suffix for the reroute.
           
rerouteInclusion  nas:RerouteInclusionIndicatorType  optional      
documentation

               Indicates whether the flight is included or proposed to be included in the traffic
               management reroute initiative.
           
rerouteName  derived by: fb:CharacterStringType  optional      
documentation

               Traffic Flow Management System assigned name for the reroute.
           
reroutePreferred  nas:ReroutePreferredIndicatorType  optional      
documentation

               Indicates whether the flight's assigned route is the preferred route.
           
rerouteProtectedSegment  derived by: fb:CharacterStringType  optional      
documentation

               All or a portion of the route string that is designated as the protected portion.
              
           
rerouteType  nas:RerouteTypeType  optional      
documentation

               Route type of the assigned reroute.
           
annotation
documentation

            A container for information pertinent to a single NAS reroute issued for a flight
            by traffic flow management.
        
source <complexType name="NasRerouteType">
 
<annotation>
   
<documentation>
            A container for information pertinent to a single NAS reroute issued for a flight
            by traffic flow management.
        
</documentation>
 
</annotation>
 
<attribute name="amendmentStatus" type="nas:AmendmentStatusType" use="optional">
   
<annotation>
     
<documentation>
               Reroute amendment status.
           
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="amendmentStatusUpdateTime" type="fb:TimeType" use="optional">
   
<annotation>
     
<documentation>
               Reroute amendment status update time specification.
           
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="amendmentTime" type="fb:TimeType" use="optional">
   
<annotation>
     
<documentation>
               Reroute amendment time specification.
           
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="amendmentType" type="nas:AmendmentTypeType" use="optional">
   
<annotation>
     
<documentation>
               Provides an Amendment type enumerated list.
           
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="nasRouteText" use="optional">
   
<annotation>
     
<documentation>
               Route text of the reroute.
           
</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="fb:CharacterStringType">
       
<pattern value="([A-Z]|\d|/|\+|\*|\.|\s|_|&amp;amp;#8853;)+"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="rerouteIdentifier" use="optional">
   
<annotation>
     
<documentation>
               Traffic Flow Management System generated unique identifier for the reroute.
           
</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="fb:CharacterStringType">
       
<minLength value="3"/>
       
<maxLength value="100"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="rerouteIdentifierSuffix" use="optional">
   
<annotation>
     
<documentation>
               Traffic Flow Management System  identifier suffix for the reroute.
           
</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="fb:CountType">
       
<maxInclusive value="99"/>
       
<minInclusive value="0"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="rerouteInclusion" type="nas:RerouteInclusionIndicatorType" use="optional">
   
<annotation>
     
<documentation>
               Indicates whether the flight is included or proposed to be included in the traffic
               management reroute initiative.
           
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="rerouteName" use="optional">
   
<annotation>
     
<documentation>
               Traffic Flow Management System assigned name for the reroute.
           
</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="fb:CharacterStringType">
       
<minLength value="0"/>
       
<maxLength value="64"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="reroutePreferred" type="nas:ReroutePreferredIndicatorType" use="optional">
   
<annotation>
     
<documentation>
               Indicates whether the flight's assigned route is the preferred route.
           
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="rerouteProtectedSegment" use="optional">
   
<annotation>
     
<documentation>
               All or a portion of the route string that is designated as the protected portion.
              
           
</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="fb:CharacterStringType">
       
<minLength value="1"/>
       
<maxLength value="1000"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="rerouteType" type="nas:RerouteTypeType" use="optional">
   
<annotation>
     
<documentation>
               Route type of the assigned reroute.
           
</documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute NasRerouteType/@amendmentStatus
type nas:AmendmentStatusType
properties
use optional
facets
Kind Value Annotation
enumeration SENT
enumeration HELD
enumeration TOUT
enumeration PEND
enumeration APLD
enumeration AMOD
enumeration DROP
enumeration RJCT
annotation
documentation

               Reroute amendment status.
           
source <attribute name="amendmentStatus" type="nas:AmendmentStatusType" use="optional">
 
<annotation>
   
<documentation>
               Reroute amendment status.
           
</documentation>
 
</annotation>
</attribute>

attribute NasRerouteType/@amendmentStatusUpdateTime
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

               Reroute amendment status update time specification.
           
source <attribute name="amendmentStatusUpdateTime" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
               Reroute amendment status update time specification.
           
</documentation>
 
</annotation>
</attribute>

attribute NasRerouteType/@amendmentTime
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

               Reroute amendment time specification.
           
source <attribute name="amendmentTime" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
               Reroute amendment time specification.
           
</documentation>
 
</annotation>
</attribute>

attribute NasRerouteType/@amendmentType
type nas:AmendmentTypeType
properties
use optional
facets
Kind Value Annotation
enumeration MANUAL
enumeration AUTO
enumeration AUTO_CHNG_RTE
annotation
documentation

               Provides an Amendment type enumerated list.
           
source <attribute name="amendmentType" type="nas:AmendmentTypeType" use="optional">
 
<annotation>
   
<documentation>
               Provides an Amendment type enumerated list.
           
</documentation>
 
</annotation>
</attribute>

attribute NasRerouteType/@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

               Route text of the reroute.
           
source <attribute name="nasRouteText" use="optional">
 
<annotation>
   
<documentation>
               Route text of the reroute.
           
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CharacterStringType">
     
<pattern value="([A-Z]|\d|/|\+|\*|\.|\s|_|&amp;amp;#8853;)+"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute NasRerouteType/@rerouteIdentifier
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 3
maxLength 100
annotation
documentation

               Traffic Flow Management System generated unique identifier for the reroute.
           
source <attribute name="rerouteIdentifier" use="optional">
 
<annotation>
   
<documentation>
               Traffic Flow Management System generated unique identifier for the reroute.
           
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CharacterStringType">
     
<minLength value="3"/>
     
<maxLength value="100"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute NasRerouteType/@rerouteIdentifierSuffix
type restriction of fb:CountType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
maxInclusive 99
annotation
documentation

               Traffic Flow Management System  identifier suffix for the reroute.
           
source <attribute name="rerouteIdentifierSuffix" use="optional">
 
<annotation>
   
<documentation>
               Traffic Flow Management System  identifier suffix for the reroute.
           
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CountType">
     
<maxInclusive value="99"/>
     
<minInclusive value="0"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute NasRerouteType/@rerouteInclusion
type nas:RerouteInclusionIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration INCLUDED
documentation

                  Indicates whether the flight is included or proposed to be included in the traffic
                  management reroute initiative.
              
enumeration NOT_INCLUDED
annotation
documentation

               Indicates whether the flight is included or proposed to be included in the traffic
               management reroute initiative.
           
source <attribute name="rerouteInclusion" type="nas:RerouteInclusionIndicatorType" use="optional">
 
<annotation>
   
<documentation>
               Indicates whether the flight is included or proposed to be included in the traffic
               management reroute initiative.
           
</documentation>
 
</annotation>
</attribute>

attribute NasRerouteType/@rerouteName
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 64
annotation
documentation

               Traffic Flow Management System assigned name for the reroute.
           
source <attribute name="rerouteName" use="optional">
 
<annotation>
   
<documentation>
               Traffic Flow Management System assigned name for the reroute.
           
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CharacterStringType">
     
<minLength value="0"/>
     
<maxLength value="64"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute NasRerouteType/@reroutePreferred
type nas:ReroutePreferredIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration PREFERRED
annotation
documentation

               Indicates whether the flight's assigned route is the preferred route.
           
source <attribute name="reroutePreferred" type="nas:ReroutePreferredIndicatorType" use="optional">
 
<annotation>
   
<documentation>
               Indicates whether the flight's assigned route is the preferred route.
           
</documentation>
 
</annotation>
</attribute>

attribute NasRerouteType/@rerouteProtectedSegment
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 1000
annotation
documentation

               All or a portion of the route string that is designated as the protected portion.
              
           
source <attribute name="rerouteProtectedSegment" use="optional">
 
<annotation>
   
<documentation>
               All or a portion of the route string that is designated as the protected portion.
              
           
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CharacterStringType">
     
<minLength value="1"/>
     
<maxLength value="1000"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute NasRerouteType/@rerouteType
type nas:RerouteTypeType
properties
use optional
facets
Kind Value Annotation
enumeration NONE
documentation

                  blank entry (for EXPLICIT selection)
              
enumeration CDR_RTE
documentation

                  Coded Departure Route (retrieved from the CDR db)
              
enumeration RERTE
documentation

                  Reroute (manually updated reroute)
              
enumeration UPT_RTE
documentation

                  User Preferred Trajectory Route (user submitted early intent route)
              
enumeration UNKN_RTE
documentation

                  Unknown Route
              
annotation
documentation

               Route type of the assigned reroute.
           
source <attribute name="rerouteType" type="nas:RerouteTypeType" use="optional">
 
<annotation>
   
<documentation>
               Route type of the assigned reroute.
           
</documentation>
 
</annotation>
</attribute>


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