Definition Type: ComplexType
Name: AbstractTransactionResponse
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractResponse
Containing Schema: OFX_Common.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into CLTCOOKIE in schema ofx_common_xsd Drilldown into STATUS in schema ofx_common_xsd Drilldown into TRNUID in schema ofx_common_xsd Drilldown into AbstractResponse in schema ofx_common_xsdXSD Diagram of AbstractTransactionResponse in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="AbstractTransactionResponse" abstract="true">
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractResponse">
            <xsd:sequence>
                <xsd:element name="TRNUID" type="ofx:GloballyUniqueUserIdType" />
                <xsd:element name="STATUS" type="ofx:Status" />
                <xsd:element name="CLTCOOKIE" type="ofx:IdType" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TRNUID ofx:TRNUID (1) (1)
STATUS ofx:STATUS (1) (1)
CLTCOOKIE ofx:CLTCOOKIE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:AccountInfoTransactionResponse, ofx:AccountTransactionResponse, ofx:AmortizationTransactionResponse, ofx:BankMailTransactionResponse, ofx:BillStatusModTransactionResponse, ofx:BillTableStructureTransactionResponse, ofx:ChallengeTransactionResponse, ofx:ChangeUserInfoTransactionResponse, ofx:CreditCardStatementEndTransactionResponse, ofx:CreditCardStatementTransactionResponse, ofx:EnrollTransactionResponse, ofx:FindBillerTransactionResponse, ofx:GetMimeTransactionResponse, ofx:InterTransactionResponse, ofx:IntraTransactionResponse, ofx:InvestmentMailTransactionResponse, ofx:InvestmentStatementEndTransactionResponse, ofx:InvestmentStatementTransactionResponse, ofx:LoanMailTransactionResponse, ofx:LoanStatementEndTransactionResponse, ofx:LoanStatementTransactionResponse, ofx:MailTransactionResponse, ofx:MFAChallengeTransactionResponse, ofx:PayeeTransactionResponse, ofx:PaymentInquiryTransactionResponse, ofx:PaymentMailTransactionResponse, ofx:PaymentTransactionResponse, ofx:PinChangeTransactionResponse, ofx:PresentmentDetailTransactionResponse, ofx:PresentmentGroupAccountInfoTransactionResponse, ofx:PresentmentListTransactionResponse, ofx:PresentmentMailTransactionResponse, ofx:PresentmentNotifyTransactionResponse, ofx:ProfileTransactionResponse, ofx:RecurringInterTransactionResponse, ofx:RecurringIntraTransactionResponse, ofx:RecurringPaymentTransactionResponse, ofx:SecurityListTransactionResponse, ofx:StatementEndTransactionResponse, ofx:StatementTransactionResponse, ofx:StopCheckTransactionResponse, ofx:TransactionResponse, ofx:WireTransactionResponse