Definition Type: ComplexType
Name: StatementRequest
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Banking_Messages.xsd
Abstract
Documentation:
The OFX element "STMTRQ" is of type "StatementRequest"
Collapse XSD Schema Diagram:
Drilldown into INCTRANIMG in schema ofx_banking_messages_xsd Drilldown into INCTRAN in schema ofx_banking_messages_xsd Drilldown into BANKACCTFROM in schema ofx_banking_messages_xsdXSD Diagram of StatementRequest in schema ofx_banking_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="StatementRequest">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "STMTRQ" is of type "StatementRequest"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
        <xsd:element name="INCTRAN" type="ofx:IncTransaction" minOccurs="0" />
        <xsd:element name="INCTRANIMG" type="ofx:BooleanType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BANKACCTFROM ofx:BANKACCTFROM (1) (1)
INCTRAN ofx:INCTRAN 0 (1)
INCTRANIMG ofx:INCTRANIMG 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:STMTRQ