Definition Type: ComplexType
Name: OperatingAirlineType
Type: CompanyNameType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Identifies the operating carrier and flight number.
Collapse XSD Schema Diagram:
Drilldown into Department in schema ota_commontypes_xsd1 Drilldown into Division in schema ota_commontypes_xsd1 Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into Code in schema ota_commontypes_xsd1 Drilldown into TravelSector in schema ota_commontypes_xsd1 Drilldown into CompanyShortName in schema ota_commontypes_xsd1 Drilldown into CompanyID_AttributesGroup in schema ota_commontypes_xsd Drilldown into CompanyNameType in schema ota_commontypes_xsd Drilldown into ResBookDesigCode in schema ota_commontypes_xsd1 Drilldown into FlightNumber in schema ota_commontypes_xsd1XSD Diagram of OperatingAirlineType in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="OperatingAirlineType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies the operating carrier and flight number.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="CompanyNameType">
            <xs:attribute name="FlightNumber" type="FlightNumberType" use="optional">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The flight number as assigned by the operating carrier.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="ResBookDesigCode" type="UpperCaseAlphaLength1to2" use="optional">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The reservation booking designator of the operating carrier when different from the marketing carrier.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
CompanyShortName CompanyShortName Optional
TravelSector TravelSector Optional
Code Code Optional
CodeContext CodeContext Optional
Division Division Optional
Department Department Optional
FlightNumber FlightNumber Optional
ResBookDesigCode ResBookDesigCode Optional
Collapse Derivation Tree:
Collapse References:
Unresolved link to airline12, nsA:CarrierInfo, nsA:OperatingAirline, nsA:OperatingAirline, OperatingAirline, Unresolved link to operatingairline4