complexType FlowProgramInformationType
diagram Nas_diagrams/Nas_p550.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:afpFlightCreationTime nas:assignedSlot nas:controlExemptIndicator nas:intersectedAirspace nas:programIdentifier nas:slotHoldStatus nas:substitutionRightsIndicator
used by
element NasTrafficManagementInitiativeType/flowProgram
annotation
documentation
Container that holds Traffic Flow Program information (AFP, GDP, GS).
source <xs:complexType name="FlowProgramInformationType">
 
<xs:annotation>
   
<xs:documentation>Container that holds Traffic Flow Program information (AFP, GDP, GS).</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="afpFlightCreationTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Used here for an AFP.  This is the time when the flight was first detected intersecting the Flow Evaluation Area/Flow Constrained Area.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="assignedSlot" type="nas:SlotAssignmentType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>When a TMI is issued, each controlled flight is assigned an arrival slot.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="controlExemptIndicator" type="nas:ControlExemptIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates whether the flight was processed as exempt from the Traffic Flow Management Initiative.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="intersectedAirspace" type="nas:NasIntersectedAirspaceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Constrained airspace intersected by the flight affected by this flow program (AFP only).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="programIdentifier" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The Traffic Flow Management System generated unique identifier for the program.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="slotHoldStatus" type="nas:SlotHoldStatusType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation> If a flight is controlled and cancelled [e.g., has a Controlled Time of Departure (CTD), Controlled Time of Arrival (CTA), and Arrival Slot (ASLOT)], the slot hold status indicates whether the slot associated with this flight is being held, or would be held, by the Airspace User for the next full compression.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="substitutionRightsIndicator" type="nas:SubstitutionRightsIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation> Indicates whether any NAS user has substitution rights for this flight.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FlowProgramInformationType/afpFlightCreationTime
diagram Nas_diagrams/Nas_p551.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
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
Used here for an AFP.  This is the time when the flight was first detected intersecting the Flow Evaluation Area/Flow Constrained Area.
source <xs:element name="afpFlightCreationTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Used here for an AFP.  This is the time when the flight was first detected intersecting the Flow Evaluation Area/Flow Constrained Area.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlowProgramInformationType/assignedSlot
diagram Nas_diagrams/Nas_p552.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:SlotAssignmentType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [a-zA-Z0-9]{3,6}[.]{1}[0-9]{12}[a-zA-Z]{1}|NOSLOT|PURGED|REMOVED|UNUSED|UNASSIGNED|UNAVAILABLE|PURGED_PLANNED|PURGED_ACTIVE_COMPLETED|ALL PROGRAMS
annotation
documentation
When a TMI is issued, each controlled flight is assigned an arrival slot.
source <xs:element name="assignedSlot" type="nas:SlotAssignmentType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>When a TMI is issued, each controlled flight is assigned an arrival slot.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlowProgramInformationType/controlExemptIndicator
diagram Nas_diagrams/Nas_p553.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:ControlExemptIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration EXEMPT
documentation
Exempt
enumeration NOT_EXEMPT
documentation
Not exempt
annotation
documentation
Indicates whether the flight was processed as exempt from the Traffic Flow Management Initiative.
source <xs:element name="controlExemptIndicator" type="nas:ControlExemptIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the flight was processed as exempt from the Traffic Flow Management Initiative.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlowProgramInformationType/intersectedAirspace
diagram Nas_diagrams/Nas_p554.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasIntersectedAirspaceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:airspaceIdentifier nas:earliestAirspaceEntryTime
annotation
documentation
Constrained airspace intersected by the flight affected by this flow program (AFP only).
source <xs:element name="intersectedAirspace" type="nas:NasIntersectedAirspaceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Constrained airspace intersected by the flight affected by this flow program (AFP only).</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlowProgramInformationType/programIdentifier
diagram Nas_diagrams/Nas_p555.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
The Traffic Flow Management System generated unique identifier for the program.
source <xs:element name="programIdentifier" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The Traffic Flow Management System generated unique identifier for the program.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlowProgramInformationType/slotHoldStatus
diagram Nas_diagrams/Nas_p556.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:SlotHoldStatusType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration HOLD
documentation
Hold
enumeration RELEASE
documentation
Release
annotation
documentation
If a flight is controlled and cancelled [e.g., has a Controlled Time of Departure (CTD), Controlled Time of Arrival (CTA), and Arrival Slot (ASLOT)], the slot hold status indicates whether the slot associated with this flight is being held, or would be held, by the Airspace User for the next full compression.
source <xs:element name="slotHoldStatus" type="nas:SlotHoldStatusType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation> If a flight is controlled and cancelled [e.g., has a Controlled Time of Departure (CTD), Controlled Time of Arrival (CTA), and Arrival Slot (ASLOT)], the slot hold status indicates whether the slot associated with this flight is being held, or would be held, by the Airspace User for the next full compression.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlowProgramInformationType/substitutionRightsIndicator
diagram Nas_diagrams/Nas_p557.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:SubstitutionRightsIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration SUBSTITUTION_RIGHTS
documentation
Substitution Rights
annotation
documentation
Indicates whether any NAS user has substitution rights for this flight.
source <xs:element name="substitutionRightsIndicator" type="nas:SubstitutionRightsIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation> Indicates whether any NAS user has substitution rights for this flight.</xs:documentation>
 
</xs:annotation>
</xs:element>


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