Definition Type: ComplexType
Name: BankAccountInfo
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractAccountInfo
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "BANKACCTINFO" is of type "BankAccountInfo"
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 BANKACCTFROM in schema ofx_common_xsd Drilldown into AbstractAccountInfo in schema ofx_common_xsdXSD Diagram of BankAccountInfo in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="BankAccountInfo">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "BANKACCTINFO" is of type "BankAccountInfo"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractAccountInfo">
            <xsd:sequence>
                <xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
                <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
BANKACCTFROM ofx:BANKACCTFROM (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:BANKACCTINFO