Definition Type: ComplexType
Name: Closing
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Banking.xsd
Abstract
Documentation:
The OFX element "CLOSING" is of type "Closing"
Collapse XSD Schema Diagram:
Drilldown into ORIGCURRENCY in schema ofx_banking_xsd Drilldown into CURRENCY in schema ofx_banking_xsd Drilldown into IMAGEDATA in schema ofx_banking_xsd Drilldown into MKTGINFO in schema ofx_banking_xsd Drilldown into DTPOSTEND in schema ofx_banking_xsd Drilldown into DTPOSTSTART in schema ofx_banking_xsd Drilldown into TOTALINT in schema ofx_banking_xsd Drilldown into TOTALFEES in schema ofx_banking_xsd Drilldown into CHKANDDEB in schema ofx_banking_xsd Drilldown into DEPANDCREDIT in schema ofx_banking_xsd Drilldown into BALMIN in schema ofx_banking_xsd Drilldown into BALCLOSE in schema ofx_banking_xsd Drilldown into BALOPEN in schema ofx_banking_xsd Drilldown into DTNEXT in schema ofx_banking_xsd Drilldown into DTCLOSE in schema ofx_banking_xsd Drilldown into DTOPEN in schema ofx_banking_xsd Drilldown into FITID in schema ofx_banking_xsdXSD Diagram of Closing in schema ofx_banking_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Closing">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "CLOSING" is of type "Closing"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="FITID" type="ofx:FinancialInstitutionTransactionIdType" />
        <xsd:element name="DTOPEN" type="ofx:DateTimeType" minOccurs="0" />
        <xsd:element name="DTCLOSE" type="ofx:DateTimeType" />
        <xsd:element name="DTNEXT" type="ofx:DateTimeType" minOccurs="0" />
        <xsd:element name="BALOPEN" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="BALCLOSE" type="ofx:AmountType" />
        <xsd:element name="BALMIN" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="DEPANDCREDIT" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="CHKANDDEB" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="TOTALFEES" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="TOTALINT" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="DTPOSTSTART" type="ofx:DateTimeType" />
        <xsd:element name="DTPOSTEND" type="ofx:DateTimeType" />
        <xsd:element name="MKTGINFO" type="ofx:InfoType" minOccurs="0" />
        <xsd:element name="IMAGEDATA" type="ofx:ImageData" minOccurs="0" />
        <xsd:choice minOccurs="0">
            <xsd:element name="CURRENCY" type="ofx:Currency" />
            <xsd:element name="ORIGCURRENCY" type="ofx:Currency" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FITID ofx:FITID (1) (1)
DTOPEN ofx:DTOPEN 0 (1)
DTCLOSE ofx:DTCLOSE (1) (1)
DTNEXT ofx:DTNEXT 0 (1)
BALOPEN ofx:BALOPEN 0 (1)
BALCLOSE ofx:BALCLOSE (1) (1)
BALMIN ofx:BALMIN 0 (1)
DEPANDCREDIT ofx:DEPANDCREDIT 0 (1)
CHKANDDEB ofx:CHKANDDEB 0 (1)
TOTALFEES ofx:TOTALFEES 0 (1)
TOTALINT ofx:TOTALINT 0 (1)
DTPOSTSTART ofx:DTPOSTSTART (1) (1)
DTPOSTEND ofx:DTPOSTEND (1) (1)
MKTGINFO ofx:MKTGINFO 0 (1)
IMAGEDATA ofx:IMAGEDATA 0 (1)
CURRENCY ofx:CURRENCY (1) (1)
ORIGCURRENCY ofx:ORIGCURRENCY (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:CLOSING