<xsd:element name="BankInfoByJurisdiction" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="BankCode" type="xsd:string" />
<xsd:element name="BankWindow" type="xsd:string" />
<xsd:element name="BankAccountNumber" type="xsd:string" />
<xsd:element name="BankAccountKey" type="xsd:string" />
<xsd:element name="BankAccountType" type="xsd:string" minOccurs="0" />
<xsd:element name="BankAccountHolder" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="bankJurisdiction" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
|