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