Definition Type: ComplexType
Name: AbstractInvestmentSellTransaction
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentTransactionBase
Containing Schema: OFX_Investment.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into INVSELL in schema ofx_investment_xsd Drilldown into AbstractInvestmentTransactionBase in schema ofx_investment_xsdXSD Diagram of AbstractInvestmentSellTransaction in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="AbstractInvestmentSellTransaction" abstract="true">
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentTransactionBase">
            <xsd:sequence>
                <xsd:element name="INVSELL" type="ofx:InvestmentSell" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVSELL ofx:INVSELL (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:SellDebt, ofx:SellMutualFund, ofx:SellOption, ofx:SellOther, ofx:SellStock