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