complexType FlightDelayType
diagram Nas_diagrams/Nas_p252.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:delayReason nas:delayStatus
used by
element NasFlightType/flightDelay
annotation
documentation
Container that holds flight delay information
source <xs:complexType name="FlightDelayType">
 
<xs:annotation>
   
<xs:documentation>Container that holds flight delay information</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="delayReason" type="nas:FlightDelayReasonListType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>For a delayed flight, it provides the reason(s) for the delay.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="delayStatus" type="nas:FlightDelayStatusType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Provides the delay status for a flight.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FlightDelayType/delayReason
diagram Nas_diagrams/Nas_p253.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:FlightDelayReasonListType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
For a delayed flight, it provides the reason(s) for the delay.
source <xs:element name="delayReason" type="nas:FlightDelayReasonListType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>For a delayed flight, it provides the reason(s) for the delay.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightDelayType/delayStatus
diagram Nas_diagrams/Nas_p254.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:FlightDelayStatusType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration DELAYED
documentation
The flight is delayed.
annotation
documentation
Provides the delay status for a flight.
source <xs:element name="delayStatus" type="nas:FlightDelayStatusType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Provides the delay status for a flight.</xs:documentation>
 
</xs:annotation>
</xs:element>


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