Definition Type: ComplexType
Name: AccountInfo
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "ACCTINFO" is of type "AccountInfo"
Collapse XSD Schema Diagram:
Drilldown into PRESACCTINFO in schema ofx_common_xsd Drilldown into INVACCTINFO in schema ofx_common_xsd Drilldown into BPACCTINFO in schema ofx_common_xsd Drilldown into CCACCTINFO in schema ofx_common_xsd Drilldown into LOANACCTINFO in schema ofx_common_xsd Drilldown into BANKACCTINFO in schema ofx_common_xsd Drilldown into PHONE in schema ofx_common_xsd Drilldown into DESC in schema ofx_common_xsdXSD Diagram of AccountInfo in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DESC ofx:DESC 0 (1)
PHONE ofx:PHONE 0 (1)
BANKACCTINFO ofx:BANKACCTINFO (1) (1)
LOANACCTINFO ofx:LOANACCTINFO (1) (1)
CCACCTINFO ofx:CCACCTINFO (1) (1)
BPACCTINFO ofx:BPACCTINFO (1) (1)
INVACCTINFO ofx:INVACCTINFO (1) (1)
PRESACCTINFO ofx:PRESACCTINFO (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:ACCTINFO