<xsd:complexType name="FormOfPayment_LoyaltyRedemption">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the form of payment.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">FormOfPayment</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="fin-0300:FormOfPayment">
<xsd:sequence>
<xsd:element minOccurs="0" name="PromotionCode" type="ota2-0400:Code">
<xsd:annotation>
<xsd:documentation source="Description">Used to provide a promotion code of the loyalty redemption and the list of vendors supporting the promotion (in CodeContext).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="9" minOccurs="0" name="LoyaltyCertificate" type="fin-0300:LoyaltyCertificate">
<xsd:annotation>
<xsd:documentation source="Description">A certificate may be needed in order to redeem miles or points. Certificates may be used in combination with each other as part of a reservation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Custom" />
</xsd:sequence>
<xsd:attribute name="redemptionQuantity" type="xsd:positiveInteger" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The quantity of loyalty units being redeemed.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">1000</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|