<xsd:complexType name="CreditCardClosing">
<xsd:annotation>
<xsd:documentation>
The OFX element "CCCLOSING" is of type "CreditCardClosing"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="FITID" type="ofx:FinancialInstitutionTransactionIdType" />
<xsd:element name="DTOPEN" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
<xsd:element name="DTCLOSE" type="ofx:DateTimeType" />
<xsd:element name="DTNEXT" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
<xsd:element name="BALOPEN" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
<xsd:element name="BALCLOSE" type="ofx:AmountType" />
<xsd:element name="DTPMTDUE" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
<xsd:element name="MINPMTDUE" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
<xsd:element name="FINCHG" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
<xsd:element name="PAYANDCREDIT" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
<xsd:element name="PURANDADV" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
<xsd:element name="DEBADJ" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
<xsd:element name="CREDITLIMIT" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
<xsd:element name="DTPOSTSTART" type="ofx:DateTimeType" />
<xsd:element name="DTPOSTEND" type="ofx:DateTimeType" />
<xsd:element name="MKTGINFO" type="ofx:InfoType" minOccurs="0" maxOccurs="1" />
<xsd:element name="IMAGEDATA" type="ofx:ImageData" minOccurs="0" maxOccurs="1" />
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element name="CURRENCY" type="ofx:Currency" />
<xsd:element name="ORIGCURRENCY" type="ofx:Currency" />
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|