Definition Type: ComplexType
Name: AirInfoType
Containing Schema: OTA_CruiseCommonTypes.xsd
Abstract
Documentation:
Specifies the Air Deviation Request information.
Collapse XSD Schema Diagram:
Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema XSD Diagram of AirInfoType in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="AirInfoType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies the Air Deviation Request information.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="DepartureCity" type="LocationType" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies the requested departure city</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ArrivalCity" type="LocationType" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies the requested arrival city</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Airline" type="OperatingAirlineType" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies the requested Airline</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="DepartureDateTime" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the requested departure date of the flight</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ArrivalDateTime" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the requested arrival date of the flight</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="AirlineCabinClass" type="CabinType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the Cabin Class such as, BUSINESS, ECONOMY, FIRST etc</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DepartureCity Unresolved link to departurecity 0 (1)
ArrivalCity Unresolved link to arrivalcity1 0 (1)
Airline Unresolved link to airline13 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DepartureDateTime Unresolved link to departuredatetime6 Optional
ArrivalDateTime Unresolved link to arrivaldatetime6 Optional
AirlineCabinClass Unresolved link to airlinecabinclass Optional