<xsd:complexType name="InceptToDate">
<xsd:annotation>
<xsd:documentation>
The OFX element "INCEPTTODATE" is of type "InceptToDate"
</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>
|