Definition Type: Element
Name: RedemptionPoints
Namespace: http://www.opentravel.org/OTA/2003/05
Type: Unresolved link to alternatecurrencytype
Containing Schema: OTA_AirBaggageRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Redemption pricing information if all or a portion of this service may be paid using points.
Collapse XSD Schema Diagram:
Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into CabinClass in schema ota_airbaggagers_xsdXSD Diagram of RedemptionPoints in schema ota_airbaggagers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CurrencyType Unresolved link to currencytype 0 (1)
Conversion Unresolved link to conversion 0 (1)
TPA_Extensions Unresolved link to tpa_extensions 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
AwardCode Unresolved link to awardcode Optional
DiscountPercentage Unresolved link to discountpercentage1 Optional
Quantity Unresolved link to quantity7 Optional
CabinClass nsA:CabinClass Optional
Collapse Derivation Tree:
  • Unresolved link to alternatecurrencytype
    • RedemptionPoints