Definition Type: ComplexType
Name: SellStock
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentSellTransaction
Containing Schema: OFX_Investment.xsd
Abstract False
Documentation:
The OFX element "SELLSTOCK" is of type "SellStock"
Collapse XSD Schema Diagram:
Drilldown into SELLTYPE Drilldown into INVSELL Drilldown into AbstractInvestmentTransactionBase Drilldown into AbstractInvestmentSellTransactionXSD Diagram of SellStock
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
Collapse Comments:
blog comments powered by Disqus