Definition Type: ComplexType
Name: AbstractInvestmentTransaction
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentTransactionBase
Containing Schema: OFX_Investment.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into INVTRAN in schema ofx_investment_xsd Drilldown into AbstractInvestmentTransactionBase in schema ofx_investment_xsdXSD Diagram of AbstractInvestmentTransaction in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="AbstractInvestmentTransaction" abstract="true">
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentTransactionBase">
            <xsd:sequence>
                <xsd:element name="INVTRAN" type="ofx:InvestmentTransaction" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVTRAN ofx:INVTRAN (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:ClosureOption, ofx:Income, ofx:InvestmentBuy, ofx:InvestmentExpense, ofx:InvestmentSell, ofx:JournalFund, ofx:JournalSecurity, ofx:MarginInterest, ofx:Reinvest, ofx:ReturnOfCapital, ofx:Split, ofx:Transfer