Definition Type: ComplexType
Name: SellDebt
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentSellTransaction
Containing Schema: OFX_Investment.xsd
Abstract False
Documentation:
The OFX element "SELLDEBT" is of type "SellDebt"
Collapse XSD Schema Diagram:
Drilldown into ACCRDINT Drilldown into SELLREASON Drilldown into INVSELL Drilldown into AbstractInvestmentTransactionBase Drilldown into AbstractInvestmentSellTransactionXSD Diagram of SellDebt
Collapse XSD Schema Code:
<xsd:complexType name="SellDebt">
    <xsd:annotation>
        <xsd:documentation>

        The OFX element "SELLDEBT" is of type "SellDebt"

      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentSellTransaction">
            <xsd:sequence>
                <xsd:element name="SELLREASON" type="ofx:SellReasonEnum" />
                <xsd:element name="ACCRDINT" type="ofx:AmountType" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVSELL ofx:INVSELL (1) (1)
SELLREASON ofx:SELLREASON (1) (1)
ACCRDINT ofx:ACCRDINT 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:SELLDEBT
Collapse Comments:
blog comments powered by Disqus