Definition Type: ComplexType
Name: CreditCardAccountInfo
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractAccountInfo
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "CCACCTINFO" is of type "CreditCardAccountInfo"
Collapse XSD Schema Diagram:
Drilldown into SVCSTATUS in schema ofx_common_xsd Drilldown into XFERDEST in schema ofx_common_xsd Drilldown into XFERSRC in schema ofx_common_xsd Drilldown into SUPTXDL in schema ofx_common_xsd Drilldown into CCACCTFROM in schema ofx_common_xsd Drilldown into AbstractAccountInfo in schema ofx_common_xsdXSD Diagram of CreditCardAccountInfo in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="CreditCardAccountInfo">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "CCACCTINFO" is of type "CreditCardAccountInfo"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractAccountInfo">
            <xsd:sequence>
                <xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount" />
                <xsd:element name="SUPTXDL" type="ofx:BooleanType" />
                <xsd:element name="XFERSRC" type="ofx:BooleanType" />
                <xsd:element name="XFERDEST" type="ofx:BooleanType" />
                <xsd:element name="SVCSTATUS" type="ofx:ServiceStatusEnum" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CCACCTFROM ofx:CCACCTFROM (1) (1)
SUPTXDL ofx:SUPTXDL (1) (1)
XFERSRC ofx:XFERSRC (1) (1)
XFERDEST ofx:XFERDEST (1) (1)
SVCSTATUS ofx:SVCSTATUS (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:CCACCTINFO