<xs:element name="CarrierInfo" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies information for the operating carrier or marketing carrier (code share) for the flight. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="OperatingAirlineType">
<xs:attribute name="MarketingInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, the information pertains to the marketing flight. If false, the information pertains to the operating flight.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="BookedRBD" type="UpperCaseAlphaLength1to2" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the Booked RBD. This may be different than the ticket class. RBD stands for reservation booking designator.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TicketedRBD" type="UpperCaseAlphaLength1to2" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the ticketed RBD. This may be different than the ticket class. RBD stands for reservation booking designator.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FrequentFlierMiles" type="NumericStringLength1to5" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Standard mileage that can be accrued for this flight (if flown by the passenger). This does not include bonus miles.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|