<xsd:complexType name="InvestmentMailSyncRequest">
<xsd:annotation>
<xsd:documentation>
The OFX element "INVMAILSYNCRQ" is of type "InvestmentMailSyncRequest"
</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="INVACCTFROM" type="ofx:InvestmentAccount" />
<xsd:element name="INVMAILTRNRQ" type="ofx:InvestmentMailTransactionRequest" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|