Definition Type: ComplexType
Name: LoanStatementResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Loan_Messages.xsd
Abstract
Documentation:
The OFX element "LOANSTMTRS" is of type "LoanStatementResponse"
Collapse XSD Schema Diagram:
Drilldown into MKTGINFO in schema ofx_loan_messages_xsd Drilldown into AVAILBAL in schema ofx_loan_messages_xsd Drilldown into PRINBAL in schema ofx_loan_messages_xsd Drilldown into LOANTRANLIST 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 LoanStatementResponse in schema ofx_loan_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="LoanStatementResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "LOANSTMTRS" is of type "LoanStatementResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
        <xsd:element name="LOANACCTFROM" type="ofx:LoanAccount" />
        <xsd:element name="LOANTRANLIST" type="ofx:LoanTransactionList" minOccurs="0" />
        <xsd:element name="PRINBAL" type="ofx:PrincipalBalanceType" />
        <xsd:element name="AVAILBAL" type="ofx:AvailableBalance" 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)
LOANACCTFROM ofx:LOANACCTFROM (1) (1)
LOANTRANLIST ofx:LOANTRANLIST 0 (1)
PRINBAL ofx:PRINBAL (1) (1)
AVAILBAL ofx:AVAILBAL 0 (1)
MKTGINFO ofx:MKTGINFO 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:LOANSTMTRS