<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>
|