Definition Type: ComplexType
Name: TravelDateTimeType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Date and time of trip that allows specifying a time window before and after the given date.
Collapse XSD Schema Diagram:
Drilldown into ArrivalDateTime in schema ota_commontypes_xsd Drilldown into DepartureDateTime in schema ota_commontypes_xsdXSD Diagram of TravelDateTimeType in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="TravelDateTimeType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Date and time of trip that allows specifying a time window before and after the given date.</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element name="DepartureDateTime" type="TimeInstantType">
            <xs:annotation>
                <xs:documentation xml:lang="en">The departure date and optionally a time period that can be applied before and/or after the departure date.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ArrivalDateTime" type="TimeInstantType">
            <xs:annotation>
                <xs:documentation xml:lang="en">The arrival date and optionally a time period that can be applied before and/or after the arrival date.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DepartureDateTime DepartureDateTime (1) (1)
ArrivalDateTime ArrivalDateTime (1) (1)
Collapse Derivation Tree:
Collapse References:
OriginDestinationInformationType, Unresolved link to returndatetime1