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