Definition Type: ComplexType
Name: SellMutualFund
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentSellTransaction
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "SELLMF" is of type "SellMutualFund"
Collapse XSD Schema Diagram:
Drilldown into RELFITID in schema ofx_investment_xsd Drilldown into AVGCOSTBASIS in schema ofx_investment_xsd 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 SellMutualFund in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="SellMutualFund">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SELLMF" is of type "SellMutualFund"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentSellTransaction">
            <xsd:sequence>
                <xsd:element name="SELLTYPE" type="ofx:SellTypeEnum" />
                <xsd:element name="AVGCOSTBASIS" type="ofx:AmountType" minOccurs="0" />
                <xsd:element name="RELFITID" type="ofx:FinancialInstitutionTransactionIdType" minOccurs="0" />
            </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)
AVGCOSTBASIS ofx:AVGCOSTBASIS 0 (1)
RELFITID ofx:RELFITID 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:SELLMF