<xs:complexType name="MarketingCabinType">
<xs:annotation>
<xs:documentation xml:lang="en"> Marketing name for the First, Business or Economy cabin.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="CabinAvailabilityType">
<xs:attribute name="Name" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> The marketing name of the cabin that is specific to the supplier.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The reference place holder to link the marketing cabin information and the RBD.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|