<xsd:complexType name="InvestmentMailSyncResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "INVMAILSYNCRS" is of type "InvestmentMailSyncResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractSyncResponse">
<xsd:sequence>
<xsd:element name="INVACCTFROM" type="ofx:InvestmentAccount" />
<xsd:element name="INVMAILTRNRS" type="ofx:InvestmentMailTransactionResponse" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|