Definition Type: ComplexType
Name: StatementResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Banking_Messages.xsd
Abstract
Documentation:
The OFX element "STMTRS" is of type "StatementResponse"
Collapse XSD Schema Diagram:
Drilldown into MKTGINFO in schema ofx_banking_messages_xsd Drilldown into BALLIST in schema ofx_banking_messages_xsd Drilldown into AVAILBAL in schema ofx_banking_messages_xsd Drilldown into LEDGERBAL in schema ofx_banking_messages_xsd Drilldown into BANKTRANLIST in schema ofx_banking_messages_xsd Drilldown into BANKACCTFROM in schema ofx_banking_messages_xsd Drilldown into CURDEF in schema ofx_banking_messages_xsdXSD Diagram of StatementResponse in schema ofx_banking_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="StatementResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "STMTRS" is of type "StatementResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
        <xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
        <xsd:element name="BANKTRANLIST" type="ofx:BankTransactionList" minOccurs="0" />
        <xsd:element name="LEDGERBAL" type="ofx:LedgerBalance" />
        <xsd:element name="AVAILBAL" type="ofx:AvailableBalance" minOccurs="0" />
        <xsd:element name="BALLIST" type="ofx:BalanceList" minOccurs="0" />
        <xsd:element name="MKTGINFO" type="ofx:InfoType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CURDEF ofx:CURDEF (1) (1)
BANKACCTFROM ofx:BANKACCTFROM (1) (1)
BANKTRANLIST ofx:BANKTRANLIST 0 (1)
LEDGERBAL ofx:LEDGERBAL (1) (1)
AVAILBAL ofx:AVAILBAL 0 (1)
BALLIST ofx:BALLIST 0 (1)
MKTGINFO ofx:MKTGINFO 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:STMTRS