Definition Type: ComplexType
Name: LoanStatementTransaction
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Loans.xsd
Abstract
Documentation:
The OFX element "LOANSTMTTRN" is of type "LoanStatementTransaction"
Collapse XSD Schema Diagram:
Drilldown into ORIGCURRENCY in schema ofx_loans_xsd Drilldown into CURRENCY in schema ofx_loans_xsd Drilldown into IMAGEDATA in schema ofx_loans_xsd Drilldown into MEMO in schema ofx_loans_xsd Drilldown into BANKACCTTO in schema ofx_loans_xsd Drilldown into LOANACCTTO in schema ofx_loans_xsd Drilldown into EXTDNAME in schema ofx_loans_xsd Drilldown into NAME in schema ofx_loans_xsd Drilldown into REFNUM in schema ofx_loans_xsd Drilldown into CHECKNUM in schema ofx_loans_xsd Drilldown into SRVRTID in schema ofx_loans_xsd Drilldown into CORRECTACTION in schema ofx_loans_xsd Drilldown into CORRECTFITID in schema ofx_loans_xsd Drilldown into FITID in schema ofx_loans_xsd Drilldown into LOANTRNAMT in schema ofx_loans_xsd Drilldown into TRNAMT in schema ofx_loans_xsd Drilldown into DTUSER in schema ofx_loans_xsd Drilldown into DTPOSTED in schema ofx_loans_xsd Drilldown into LOANTRNTYPE in schema ofx_loans_xsdXSD Diagram of LoanStatementTransaction in schema ofx_loans_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="LoanStatementTransaction">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "LOANSTMTTRN" is of type "LoanStatementTransaction"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="LOANTRNTYPE" type="ofx:LoanTransactionEnum" />
        <xsd:element name="DTPOSTED" type="ofx:DateTimeType" />
        <xsd:element name="DTUSER" type="ofx:DateTimeType" minOccurs="0" />
        <xsd:element name="TRNAMT" type="ofx:AmountType" />
        <xsd:element name="LOANTRNAMT" type="ofx:LoanTransactionAmount" minOccurs="0" />
        <xsd:element name="FITID" type="ofx:FinancialInstitutionTransactionIdType" />
        <xsd:sequence minOccurs="0">
            <xsd:element name="CORRECTFITID" type="ofx:FinancialInstitutionTransactionIdType" />
            <xsd:element name="CORRECTACTION" type="ofx:CorrectiveActionEnum" />
        </xsd:sequence>
        <xsd:element name="SRVRTID" type="ofx:ServerIdType" minOccurs="0" />
        <xsd:element name="CHECKNUM" type="ofx:CheckNumberType" minOccurs="0" />
        <xsd:element name="REFNUM" type="ofx:ReferenceNumberType" minOccurs="0" />
        <xsd:element name="NAME" type="ofx:GenericNameType" minOccurs="0" />
        <xsd:element name="EXTDNAME" type="ofx:ExtendedNameType" minOccurs="0" />
        <xsd:choice minOccurs="0">
            <xsd:element name="LOANACCTTO" type="ofx:LoanAccount" />
            <xsd:element name="BANKACCTTO" type="ofx:BankAccount" />
        </xsd:choice>
        <xsd:element name="MEMO" type="ofx:MessageType" minOccurs="0" />
        <xsd:element name="IMAGEDATA" type="ofx:ImageData" minOccurs="0" />
        <xsd:choice minOccurs="0">
            <xsd:element name="CURRENCY" type="ofx:Currency" />
            <xsd:element name="ORIGCURRENCY" type="ofx:Currency" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LOANTRNTYPE ofx:LOANTRNTYPE (1) (1)
DTPOSTED ofx:DTPOSTED (1) (1)
DTUSER ofx:DTUSER 0 (1)
TRNAMT ofx:TRNAMT (1) (1)
LOANTRNAMT ofx:LOANTRNAMT 0 (1)
FITID ofx:FITID (1) (1)
CORRECTFITID ofx:CORRECTFITID (1) (1)
CORRECTACTION ofx:CORRECTACTION (1) (1)
SRVRTID ofx:SRVRTID 0 (1)
CHECKNUM ofx:CHECKNUM 0 (1)
REFNUM ofx:REFNUM 0 (1)
NAME ofx:NAME 0 (1)
EXTDNAME ofx:EXTDNAME 0 (1)
LOANACCTTO ofx:LOANACCTTO (1) (1)
BANKACCTTO ofx:BANKACCTTO (1) (1)
MEMO ofx:MEMO 0 (1)
IMAGEDATA ofx:IMAGEDATA 0 (1)
CURRENCY ofx:CURRENCY (1) (1)
ORIGCURRENCY ofx:ORIGCURRENCY (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:LOANSTMTTRN