<xsd:complexType name="InvestmentStatementResponseMessageSetV1">
<xsd:annotation>
<xsd:documentation>
The OFX element "INVSTMTMSGSRSV1" is of type "InvestmentStatementResponseMessageSetV1"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractResponseMessageSet">
<xsd:choice maxOccurs="unbounded">
<xsd:element name="INVSTMTTRNRS" type="ofx:InvestmentStatementTransactionResponse" />
<xsd:element name="INVMAILTRNRS" type="ofx:InvestmentMailTransactionResponse" />
<xsd:element name="INVMAILSYNCRS" type="ofx:InvestmentMailSyncResponse" />
<xsd:element name="INVSTMTENDRS" type="ofx:InvestmentStatementEndResponse" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|