Definition Type: ComplexType
Name: Investment401kSummary
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "INV401KSUMMARY" is of type "Investment401kSummary"
Collapse XSD Schema Diagram:
Drilldown into PERIODTODATE in schema ofx_investment_xsd Drilldown into INCEPTTODATE in schema ofx_investment_xsd Drilldown into YEARTODATE in schema ofx_investment_xsdXSD Diagram of Investment401kSummary in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Investment401kSummary">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "INV401KSUMMARY" is of type "Investment401kSummary"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="YEARTODATE" type="ofx:YearToDate" />
        <xsd:element name="INCEPTTODATE" type="ofx:InceptToDate" minOccurs="0" />
        <xsd:element name="PERIODTODATE" type="ofx:PeriodToDate" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
YEARTODATE ofx:YEARTODATE (1) (1)
INCEPTTODATE ofx:INCEPTTODATE 0 (1)
PERIODTODATE ofx:PERIODTODATE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:INV401KSUMMARY