Definition Type: ComplexType
Name: CreditCardAccountInfo
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractAccountInfo
Containing Schema: OFX_Common.xsd
Abstract False
Documentation:
The OFX element "CCACCTINFO" is of type "CreditCardAccountInfo"
Collapse XSD Schema Diagram:
Drilldown into SVCSTATUS Drilldown into XFERDEST Drilldown into XFERSRC Drilldown into SUPTXDL Drilldown into CCACCTFROM Drilldown into AbstractAccountInfoXSD Diagram of CreditCardAccountInfo
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
Collapse Comments:
blog comments powered by Disqus