Definition Type: ComplexType
Name: CreditCardStatementResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_CreditCard_Messages.xsd
Abstract
Documentation:
The OFX element "CCSTMTRS" is of type "CreditCardStatementResponse"
Collapse XSD Schema Diagram:
Drilldown into MKTGINFO in schema ofx_creditcard_messages_xsd Drilldown into BALLIST in schema ofx_creditcard_messages_xsd Drilldown into AVAILBAL in schema ofx_creditcard_messages_xsd Drilldown into LEDGERBAL in schema ofx_creditcard_messages_xsd Drilldown into BANKTRANLIST in schema ofx_creditcard_messages_xsd Drilldown into CCACCTFROM in schema ofx_creditcard_messages_xsd Drilldown into CURDEF in schema ofx_creditcard_messages_xsdXSD Diagram of CreditCardStatementResponse in schema ofx_creditcard_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="CreditCardStatementResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "CCSTMTRS" is of type "CreditCardStatementResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
        <xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount" />
        <xsd:element name="BANKTRANLIST" type="ofx:BankTransactionList" minOccurs="0" maxOccurs="1" />
        <xsd:element name="LEDGERBAL" type="ofx:LedgerBalance" />
        <xsd:element name="AVAILBAL" type="ofx:AvailableBalance" minOccurs="0" maxOccurs="1" />
        <xsd:element name="BALLIST" type="ofx:BalanceList" minOccurs="0" maxOccurs="1" />
        <xsd:element name="MKTGINFO" type="ofx:InfoType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CURDEF ofx:CURDEF (1) (1)
CCACCTFROM ofx:CCACCTFROM (1) (1)
BANKTRANLIST ofx:BANKTRANLIST 0 1
LEDGERBAL ofx:LEDGERBAL (1) (1)
AVAILBAL ofx:AVAILBAL 0 1
BALLIST ofx:BALLIST 0 1
MKTGINFO ofx:MKTGINFO 0 1
Collapse Derivation Tree:
Collapse References:
ofx:CCSTMTRS