<xsd:complexType name="LoanResponseMessageSetV1">
<xsd:annotation>
<xsd:documentation>
The OFX element "LOANMSGSRSV1" is of type "LoanResponseMessageSetV1"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractResponseMessageSet">
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="LOANSTMTTRNRS" type="ofx:LoanStatementTransactionResponse" />
<xsd:element name="AMRTSTMTTRNRS" type="ofx:AmortizationTransactionResponse" />
<xsd:element name="LOANSTMTENDTRNRS" type="ofx:LoanStatementEndTransactionResponse" />
<xsd:element name="LOANMAILTRNRS" type="ofx:LoanMailTransactionResponse" />
<xsd:element name="LOANMAILSYNCRS" type="ofx:LoanMailSyncResponse" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|