Element | AccountInformation |
<xsd:complexType name="AccountInformationType"> <xsd:sequence> <xsd:element ref="AccountHolderName" maxOccurs="unbounded"/> <xsd:choice> <xsd:element ref="FinancialInstitutionIdentification" minOccurs="0"/> <xsd:element ref="CreditCardInformation" minOccurs="0"/> </xsd:choice> </xsd:sequence> </xsd:complexType> |