<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 minOccurs="1" maxOccurs="unbounded">
<xsd:element name="INVSTMTTRNRS" type="ofx:InvestmentStatementTransactionResponse" />
<xsd:element name="INVSTMTENDTRNRS" type="ofx:InvestmentStatementEndTransactionResponse" />
<xsd:element name="INVMAILTRNRS" type="ofx:InvestmentMailTransactionResponse" />
<xsd:element name="INVMAILSYNCRS" type="ofx:InvestmentMailSyncResponse" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|