<xs:element name="DepartureDateTime" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies scheduled and other date time information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Scheduled" type="TimeOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> Scheduled departure date/time for flight leg.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Estimated" type="TimeOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> Estimated departure date/time for flight leg.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Actual" type="TimeOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> Actual operational departure date/time for flight leg.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ReasonCode" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The reason attributed to a delay or cancellation.
Refers to OTA Code Table FDC.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="NextAdvisoryTime" type="TimeOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the time when the next information will be published.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|