Definition Type: Element
Name: DepartureDateTime
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFlifoRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies scheduled and other date time information.
Collapse XSD Schema Diagram:
Drilldown into NextAdvisoryTime in schema ota_airflifors_xsd Drilldown into ReasonCode in schema ota_airflifors_xsd Drilldown into Actual in schema ota_airflifors_xsd Drilldown into Estimated in schema ota_airflifors_xsd Drilldown into Scheduled in schema ota_airflifors_xsdXSD Diagram of DepartureDateTime in schema ota_airflifors_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Scheduled nsA:Scheduled Optional
Estimated nsA:Estimated Optional
Actual nsA:Actual Optional
ReasonCode nsA:ReasonCode Optional
NextAdvisoryTime nsA:NextAdvisoryTime Optional