<xsd:complexType name="LoanMailSyncRequest">
<xsd:annotation>
<xsd:documentation> The OFX element "LOANMAILSYNCRQ" is of type "LoanMailSyncRequest" </xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractSyncRequest">
<xsd:sequence>
<xsd:element name="INCIMAGES" type="ofx:BooleanType" />
<xsd:element name="USEHTML" type="ofx:BooleanType" />
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount" />
<xsd:element name="LOANMAILTRNRQ" type="ofx:LoanMailTransactionRequest" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|