<xsd:complexType name="AmortizationResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "AMRTSTMTRS" is of type "AmortizationResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount" />
<xsd:element name="AMRTTRANLIST" type="ofx:AmortizationTransactionList" minOccurs="0" />
<xsd:element name="MKTGINFO" type="ofx:InfoType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|