<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>
|