Definition Type: ComplexType
Name: TransferInfo
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "XFERINFO" is of type "TransferInfo"
Collapse XSD Schema Diagram:
Drilldown into DTDUE in schema ofx_common_xsd Drilldown into LOANTRNAMT in schema ofx_common_xsd Drilldown into TRNAMT in schema ofx_common_xsd Drilldown into CCACCTTO in schema ofx_common_xsd Drilldown into LOANACCTTO in schema ofx_common_xsd Drilldown into BANKACCTTO in schema ofx_common_xsd Drilldown into CCACCTFROM in schema ofx_common_xsd Drilldown into LOANACCTFROM in schema ofx_common_xsd Drilldown into BANKACCTFROM in schema ofx_common_xsdXSD Diagram of TransferInfo in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="TransferInfo">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "XFERINFO" is of type "TransferInfo"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
            <xsd:element name="LOANACCTFROM" type="ofx:LoanAccount" />
            <xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount" />
        </xsd:choice>
        <xsd:choice>
            <xsd:element name="BANKACCTTO" type="ofx:BankAccount" />
            <xsd:element name="LOANACCTTO" type="ofx:LoanAccount" />
            <xsd:element name="CCACCTTO" type="ofx:CreditCardAccount" />
        </xsd:choice>
        <xsd:element name="TRNAMT" type="ofx:AmountType" />
        <xsd:element name="LOANTRNAMT" type="ofx:LoanTransactionAmount" />
        <xsd:element name="DTDUE" type="ofx:DateTimeType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BANKACCTFROM ofx:BANKACCTFROM (1) (1)
LOANACCTFROM ofx:LOANACCTFROM (1) (1)
CCACCTFROM ofx:CCACCTFROM (1) (1)
BANKACCTTO ofx:BANKACCTTO (1) (1)
LOANACCTTO ofx:LOANACCTTO (1) (1)
CCACCTTO ofx:CCACCTTO (1) (1)
TRNAMT ofx:TRNAMT (1) (1)
LOANTRNAMT ofx:LOANTRNAMT (1) (1)
DTDUE ofx:DTDUE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:XFERINFO, ofx:XFERINFO, ofx:XFERINFO, ofx:XFERINFO, ofx:XFERINFO, ofx:XFERINFO, ofx:XFERINFO, ofx:XFERINFO