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