<xsd:complexType name="InvestmentStatementRequest">
<xsd:annotation>
<xsd:documentation>
The OFX element "INVSTMTRQ" is of type "InvestmentStatementRequest"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="INVACCTFROM" type="ofx:InvestmentAccount" />
<xsd:element name="INCTRAN" type="ofx:IncTransaction" />
<xsd:element name="INCOO" type="ofx:BooleanType" />
<xsd:element name="INCPOS" type="ofx:IncPosition" />
<xsd:element name="INCBAL" type="ofx:BooleanType" />
<xsd:element name="INC401K" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
<xsd:element name="INC401KBAL" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
<xsd:element name="INCTRANIMG" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|