Definition Type: ComplexType
Name: InvestmentBankTransaction
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "INVBANKTRAN" is of type "InvestmentBankTransaction"
Collapse XSD Schema Diagram:
Drilldown into SUBACCTFUND in schema ofx_investment_xsd Drilldown into STMTTRN in schema ofx_investment_xsdXSD Diagram of InvestmentBankTransaction in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentBankTransaction">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "INVBANKTRAN" is of type "InvestmentBankTransaction"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="STMTTRN" type="ofx:StatementTransaction" />
        <xsd:element name="SUBACCTFUND" type="ofx:SubAccountEnum" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
STMTTRN ofx:STMTTRN (1) (1)
SUBACCTFUND ofx:SUBACCTFUND (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:INVBANKTRAN