Definition Type: ComplexType
Name: InvestmentStatementEndResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment_Messages.xsd
Abstract
Documentation:
The OFX element "INVSTMTENDRS" is of type "InvestmentStatementEndResponse"
Collapse XSD Schema Diagram:
Drilldown into INVCLOSING in schema ofx_investment_messages_xsd Drilldown into INVACCTFROM in schema ofx_investment_messages_xsd Drilldown into CURDEF in schema ofx_investment_messages_xsdXSD Diagram of InvestmentStatementEndResponse in schema ofx_investment_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentStatementEndResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "INVSTMTENDRS" is of type "InvestmentStatementEndResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
        <xsd:element name="INVACCTFROM" type="ofx:InvestmentAccount" />
        <xsd:element name="INVCLOSING" type="ofx:InvestmentClosing" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CURDEF ofx:CURDEF (1) (1)
INVACCTFROM ofx:INVACCTFROM (1) (1)
INVCLOSING ofx:INVCLOSING 0 unbounded
Collapse Derivation Tree:
Collapse References:
ofx:INVSTMTENDRQ, ofx:INVSTMTENDRS