Definition Type: ComplexType
Name: LoanStatementEndResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Loan_Messages.xsd
Abstract
Documentation:
The OFX element "LOANSTMTENDRS" is of type "LoanStatementEndResponse"
Collapse XSD Schema Diagram:
Drilldown into LOANCLOSING in schema ofx_loan_messages_xsd Drilldown into LOANACCTFROM in schema ofx_loan_messages_xsd Drilldown into CURDEF in schema ofx_loan_messages_xsdXSD Diagram of LoanStatementEndResponse in schema ofx_loan_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="LoanStatementEndResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "LOANSTMTENDRS" is of type "LoanStatementEndResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
        <xsd:element name="LOANACCTFROM" type="ofx:LoanAccount" />
        <xsd:element name="LOANCLOSING" type="ofx:LoanClosing" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CURDEF ofx:CURDEF (1) (1)
LOANACCTFROM ofx:LOANACCTFROM (1) (1)
LOANCLOSING ofx:LOANCLOSING 0 unbounded
Collapse Derivation Tree:
Collapse References:
ofx:LOANSTMTENDRS