<xsd:complexType name="AmortizationTransaction">
<xsd:annotation>
<xsd:documentation>
The OFX element "AMRTSTMTTRN" is of type "AmortizationTransaction"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PMTNUMBER" type="ofx:LoanPaymentNumber" minOccurs="0" />
<xsd:element name="LOANINITBAL" type="ofx:AmountType" minOccurs="0" />
<xsd:element name="PRINBAL" type="ofx:PrincipalBalanceType" />
<xsd:element name="LOANTRNAMT" type="ofx:LoanTransactionAmount" />
<xsd:element name="LOANIRATE" type="ofx:LoanRateType" minOccurs="0" />
<xsd:element name="AMRTTYPE" type="ofx:AmortizationType" />
</xsd:sequence>
</xsd:complexType>
|