Definition Type: ComplexType
Name: SellStock
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentSellTransaction
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "SELLSTOCK" is of type "SellStock"
Collapse XSD Schema Diagram:
Drilldown into SELLTYPE in schema ofx_investment_xsd Drilldown into INVSELL in schema ofx_investment_xsd Drilldown into AbstractInvestmentTransactionBase in schema ofx_investment_xsd Drilldown into AbstractInvestmentSellTransaction in schema ofx_investment_xsdXSD Diagram of SellStock in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="SellStock">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SELLSTOCK" is of type "SellStock"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentSellTransaction">
            <xsd:sequence>
                <xsd:element name="SELLTYPE" type="ofx:SellTypeEnum" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVSELL ofx:INVSELL (1) (1)
SELLTYPE ofx:SELLTYPE (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:SELLSTOCK