<xsd:complexType name="LoanStatementResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "LOANSTMTRS" is of type "LoanStatementResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount" />
<xsd:element name="LOANTRANLIST" type="ofx:LoanTransactionList" minOccurs="0" />
<xsd:element name="PRINBAL" type="ofx:PrincipalBalanceType" />
<xsd:element name="AVAILBAL" type="ofx:AvailableBalance" minOccurs="0" />
<xsd:element name="MKTGINFO" type="ofx:InfoType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|