Definition Type: ComplexType
Name: LoanPaymentAmount
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "LOANPMT" is of type "LoanPaymentAmount"
Collapse XSD Schema Diagram:
Drilldown into LOANPMTTYPE in schema ofx_common_xsd Drilldown into ESCRWAMT in schema ofx_common_xsd Drilldown into DTPMTDUE in schema ofx_common_xsd Drilldown into PMTAMT in schema ofx_common_xsdXSD Diagram of LoanPaymentAmount in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="LoanPaymentAmount">
    <xsd:annotation>
        <xsd:documentation>
              The OFX element "LOANPMT" is of type "LoanPaymentAmount"
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="PMTAMT" type="ofx:AmountType" />
        <xsd:element name="DTPMTDUE" type="ofx:DateTimeType" />
        <xsd:element name="ESCRWAMT" type="ofx:EscrowAmount" minOccurs="0" />
        <xsd:element name="LOANPMTTYPE" type="ofx:LoanPaymentEnum" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PMTAMT ofx:PMTAMT (1) (1)
DTPMTDUE ofx:DTPMTDUE (1) (1)
ESCRWAMT ofx:ESCRWAMT 0 (1)
LOANPMTTYPE ofx:LOANPMTTYPE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:LOANPMT, ofx:LOANPMT