Definition Type: ComplexType
Name: SellOption
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentSellTransaction
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "SELLOPT" is of type "SellOption"
Collapse XSD Schema Diagram:
Drilldown into SECURED in schema ofx_investment_xsd Drilldown into RELTYPE in schema ofx_investment_xsd Drilldown into RELFITID in schema ofx_investment_xsd Drilldown into SHPERCTRCT in schema ofx_investment_xsd Drilldown into OPTSELLTYPE 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 SellOption in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="SellOption">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SELLOPT" is of type "SellOption"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentSellTransaction">
            <xsd:sequence>
                <xsd:element name="OPTSELLTYPE" type="ofx:OptionSellEnum" />
                <xsd:element name="SHPERCTRCT" type="ofx:SharesPerType" />
                <xsd:element name="RELFITID" type="ofx:FinancialInstitutionTransactionIdType" minOccurs="0" />
                <xsd:element name="RELTYPE" type="ofx:RelatedEnum" minOccurs="0" />
                <xsd:element name="SECURED" type="ofx:SecuredEnum" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVSELL ofx:INVSELL (1) (1)
OPTSELLTYPE ofx:OPTSELLTYPE (1) (1)
SHPERCTRCT ofx:SHPERCTRCT (1) (1)
RELFITID ofx:RELFITID 0 (1)
RELTYPE ofx:RELTYPE 0 (1)
SECURED ofx:SECURED 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:SELLOPT