<xsd:complexType name="InvestmentExpense">
<xsd:annotation>
<xsd:documentation>
The OFX element "INVEXPENSE" is of type "InvestmentExpense"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractInvestmentTransaction">
<xsd:sequence>
<xsd:element name="SECID" type="ofx:SecurityId" />
<xsd:element name="TOTAL" type="ofx:AmountType" />
<xsd:element name="SUBACCTSEC" type="ofx:SubAccountEnum" />
<xsd:element name="SUBACCTFUND" type="ofx:SubAccountEnum" />
<xsd:element name="CURRENCY" type="ofx:Currency" minOccurs="0" />
<xsd:element name="ORIGCURRENCY" type="ofx:Currency" minOccurs="0" />
<xsd:element name="INV401KSOURCE" type="ofx:Investment401kSourceEnum" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|