Definition Type: Element
Name: ArrivalDateTime
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 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 ArrivalDateTime in schema ota_airflifors_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ArrivalDateTime" 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 arrival 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 arrival 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 arrival 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: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