<xs:element name="MarketingAirline" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">The marketing airline (or validating carrier.)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="CompanyNameType">
<xs:attribute name="MostSignificantInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">If true, this carrier is the most significant carrier governing the baggage restrictions.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AllowanceRPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">A reference to a set of baggage allowance information.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ServiceRPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">A reference to a set of service information.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|