<xs:complexType name="AcceptedPaymentsType">
<xs:annotation>
<xs:documentation xml:lang="en">Used to define the types of payments accepted.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="AcceptedPayment" type="PaymentFormType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">An acceptable form of payment.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|