<xsd:complexType name="LoanMailSyncResponse">
<xsd:annotation>
<xsd:documentation> The OFX element "LOANMAILSYNCRS" is of type "LoanMailSyncResponse" </xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractSyncResponse">
<xsd:sequence>
<xsd:choice>
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount" />
</xsd:choice>
<xsd:element name="LOANMAILTRNRS" type="ofx:LoanMailTransactionResponse" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|