Definition Type: ComplexType
Name: TransferInfo
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract False
Documentation:
The OFX element "XFERINFO" is of type "TransferInfo"
Collapse XSD Schema Diagram:
Drilldown into DTDUE Drilldown into LOANTRNAMT Drilldown into TRNAMT Drilldown into CCACCTTO Drilldown into LOANACCTTO Drilldown into BANKACCTTO Drilldown into CCACCTFROM Drilldown into LOANACCTFROM Drilldown into BANKACCTFROMXSD Diagram of TransferInfo
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
Collapse Comments:
blog comments powered by Disqus