<xsd:complexType name="AccountInfo">
<xsd:annotation>
<xsd:documentation>
The OFX element "ACCTINFO" is of type "AccountInfo"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DESC" type="ofx:ShortMessageType" minOccurs="0" />
<xsd:element name="PHONE" type="ofx:PhoneType" minOccurs="0" />
<xsd:sequence maxOccurs="unbounded">
<xsd:choice>
<xsd:element name="BANKACCTINFO" type="ofx:BankAccountInfo" />
<xsd:element name="LOANACCTINFO" type="ofx:LoanAccountInfo" />
<xsd:element name="CCACCTINFO" type="ofx:CreditCardAccountInfo" />
<xsd:element name="BPACCTINFO" type="ofx:BillPaymentAccountInfo" />
<xsd:element name="INVACCTINFO" type="ofx:InvestmentAccountInfo" />
<xsd:element name="PRESACCTINFO" type="ofx:PresentmentAccountInfo" />
</xsd:choice>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
|