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