Definition Type: ComplexType
Name: StatementEndResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Banking_Messages.xsd
Abstract
Documentation:
The OFX element "STMTENDRS" is of type "StatementEndResponse"
Collapse XSD Schema Diagram:
Drilldown into CLOSING 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 StatementEndResponse in schema ofx_banking_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="StatementEndResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "STMTENDRS" is of type "StatementEndResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
        <xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
        <xsd:element name="CLOSING" type="ofx:Closing" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CURDEF ofx:CURDEF (1) (1)
BANKACCTFROM ofx:BANKACCTFROM (1) (1)
CLOSING ofx:CLOSING 0 unbounded
Collapse Derivation Tree:
Collapse References:
ofx:STMTENDRS