<xs:element name="RedemptionPoints" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Redemption pricing information if all or a portion of this service may be paid using points.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="AlternateCurrencyType">
<xs:attribute name="CabinClass" type="CabinType" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Cabin type.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|