complexType NasRouteApprovalStatusType
diagram Nas_diagrams/Nas_p404.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:flightCoding nas:revision nas:routeAcknowledgement
used by
element NasRouteInformationType/routeApprovalStatus
annotation
documentation
Compound route approval information composed of the current flight coding (e.g., high priority) and revision information (whether acknowledged and current revision number, if any).
source <xs:complexType name="NasRouteApprovalStatusType">
 
<xs:annotation>
   
<xs:documentation>Compound route approval information composed of the current flight coding (e.g., high priority) and revision information (whether acknowledged and current revision number, if any).</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="flightCoding" type="nas:NasFlightCodingType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Current flight coding; if this is anything other than NOT_READ then it takes display precendence over the route data. If it is NOT_READ, then the routeAcknowledgement and revision data controls the display.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="revision" type="nas:NasRevisionInformationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Current revision data (if any); not provided if flight has no revisions.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="routeAcknowledgement" type="nas:NasRouteAcknowledgementType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates whether or not a user has acknowledged the current routing revision (if no revision is provided, and this is set to ACKNOWLEDGED, then the flight is "cleared as filed").</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NasRouteApprovalStatusType/flightCoding
diagram Nas_diagrams/Nas_p405.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasFlightCodingType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration HIGH_PRIORITY
documentation
High Priority
enumeration NO_ROUTE_AVAILABLE
documentation
No Route Available
enumeration NOT_READ
documentation
Not Read
enumeration TERMINAL_EN_ROUTE_CONTROL
documentation
Terminal En Route Control
annotation
documentation
Current flight coding; if this is anything other than NOT_READ then it takes display precendence over the route data. If it is NOT_READ, then the routeAcknowledgement and revision data controls the display.
source <xs:element name="flightCoding" type="nas:NasFlightCodingType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Current flight coding; if this is anything other than NOT_READ then it takes display precendence over the route data. If it is NOT_READ, then the routeAcknowledgement and revision data controls the display.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRouteApprovalStatusType/revision
diagram Nas_diagrams/Nas_p406.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasRevisionInformationType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:number nas:source
annotation
documentation
Current revision data (if any); not provided if flight has no revisions.
source <xs:element name="revision" type="nas:NasRevisionInformationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Current revision data (if any); not provided if flight has no revisions.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRouteApprovalStatusType/routeAcknowledgement
diagram Nas_diagrams/Nas_p407.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasRouteAcknowledgementType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration ACKNOWLEDGED
documentation
Acknowledged
enumeration NOT_ACKNOWLEDGED
documentation
Not Acknowledged
annotation
documentation
Indicates whether or not a user has acknowledged the current routing revision (if no revision is provided, and this is set to ACKNOWLEDGED, then the flight is "cleared as filed").
source <xs:element name="routeAcknowledgement" type="nas:NasRouteAcknowledgementType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates whether or not a user has acknowledged the current routing revision (if no revision is provided, and this is set to ACKNOWLEDGED, then the flight is "cleared as filed").</xs:documentation>
 
</xs:annotation>
</xs:element>


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