Definition Type: AttributeGroup
Name: AcceptablePaymentCardGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
This complex type defines 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.
Collapse XSD Schema Diagram:
Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd Drilldown into UsageAmount in schema ota_commontypes_xsd1 Drilldown into UsagePercentage in schema ota_commontypes_xsd1 Drilldown into CardName in schema ota_commontypes_xsd1 Drilldown into CardType in schema ota_commontypes_xsd1XSD Diagram of AcceptablePaymentCardGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="AcceptablePaymentCardGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">This complex type defines 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:attribute name="CardType" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A code used to identify this payment card. Refer to OTA Code List Card Type (CDT).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CardName" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The name used to describe this type of payment card, for example, American Express</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="UsagePercentage" type="Percentage" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">If applicable, defines the percentage of the total amount that is incurred as a usage fee.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="UsageAmount" type="Money" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">If applicable, defines the additonal amount that is incurred as a usage fee.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="CurrencyCodeGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">Identifies the currency of the amount.</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
CardType CardType Optional
CardName CardName Optional
UsagePercentage UsagePercentage Optional
UsageAmount UsageAmount Optional
CurrencyCode CurrencyCode Optional
DecimalPlaces DecimalPlaces Optional