Definition Type: Element
Name: AcceptablePaymentCards
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A collection of payment cards that are acceptable as a form of payment.
Collapse XSD Schema Diagram:
Drilldown into AcceptablePaymentCard in schema ota_commontypes_xsdXSD Diagram of AcceptablePaymentCards in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AcceptablePaymentCards" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A collection of payment cards that are acceptable as a form of payment.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="AcceptablePaymentCard" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specific information of one payment card that is acceptable as a form of payment.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attributeGroup ref="AcceptablePaymentCardGroup">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Provides the information needed to describe a type of payment card that is acceptable as a form of payment.  A usage fee (amount or percentage) may also be stated for this particular card type.</xs:documentation>
                        </xs:annotation>
                    </xs:attributeGroup>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AcceptablePaymentCard AcceptablePaymentCard (1) 99