Definition Type: ComplexType
Name: JournalFund
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentTransaction
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "JRNLFUND" is of type "JournalFund"
Collapse XSD Schema Diagram:
Drilldown into TOTAL in schema ofx_investment_xsd Drilldown into SUBACCTFROM in schema ofx_investment_xsd Drilldown into SUBACCTTO in schema ofx_investment_xsd Drilldown into INVTRAN in schema ofx_investment_xsd Drilldown into AbstractInvestmentTransactionBase in schema ofx_investment_xsd Drilldown into AbstractInvestmentTransaction in schema ofx_investment_xsdXSD Diagram of JournalFund in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="JournalFund">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "JRNLFUND" is of type "JournalFund"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentTransaction">
            <xsd:sequence>
                <xsd:element name="SUBACCTTO" type="ofx:SubAccountEnum" />
                <xsd:element name="SUBACCTFROM" type="ofx:SubAccountEnum" />
                <xsd:element name="TOTAL" type="ofx:AmountType" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVTRAN ofx:INVTRAN (1) (1)
SUBACCTTO ofx:SUBACCTTO (1) (1)
SUBACCTFROM ofx:SUBACCTFROM (1) (1)
TOTAL ofx:TOTAL (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:JRNLFUND