FundsTransferFilterBase - Schema Documentation - V4.5.Revision
Documents generated: 4/9/2021

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/FundsTransferFilterBase.xsd
Version 4.5.Revision
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://cufxstandards.com/v4/Account.xsd (at Account.xsd)
    • http://cufxstandards.com/v4/FundsTransferCommonBase.xsd (at FundsTransferCommonBase.xsd)
    • http://cufxstandards.com/v4/Party.xsd (at Party.xsd)
    • http://cufxstandards.com/v4/Relationship.xsd (at Relationship.xsd)
    • http://cufxstandards.com/v4/Common.xsd (at Common.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v4/FundsTransferFilterBase.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
fundsTransferCommonBase http://cufxstandards.com/v4/FundsTransferCommonBase.xsd
account http://cufxstandards.com/v4/Account.xsd
party http://cufxstandards.com/v4/Party.xsd
relationship http://cufxstandards.com/v4/Relationship.xsd
common http://cufxstandards.com/v4/Common.xsd
Schema Component Representation
<xs:schema id="FundsTransferFilterBase" targetNamespace="http://cufxstandards.com/v4/FundsTransferFilterBase.xsd" version="4.5.$Revision$" elementFormDefault="qualified">
<xs:import namespace="http://cufxstandards.com/v4/Account.xsd" schemaLocation="Account.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/FundsTransferCommonBase.xsd" schemaLocation="FundsTransferCommonBase.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Party.xsd" schemaLocation="Party.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Relationship.xsd" schemaLocation="Relationship.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Common.xsd" schemaLocation="Common.xsd"/>
...
</xs:schema>
top

Global Definitions

Complex Type: FundsTransferFilterBase

Name FundsTransferFilterBase
Abstract yes
Documentation The list of filter options for services requesting transfer history.
JSON Instance Representation
{
"occurrenceIdList" : fundsTransferCommonBase:OccurrenceIdList , [0..1] ?
"recurringIdList" : fundsTransferCommonBase:RecurringIdList , [0..1] ?
"transferCompletedDateRange" : common:DateRange , [0..1] ?
"accountIDList" : account:AccountIdList , [0..1] ?
"accountStatusList" : account:AccountStatusList , [0..1] ?
"partyIdList" : party:PartyIdList , [0..1] ?
"relationshipIdList" : relationship:RelationshipIdList , [0..1] ?
"occurrenceStatusList" : fundsTransferCommonBase:OccurrenceStatusList , [0..1] ?
"recurringStatusList" : fundsTransferCommonBase:RecurringStatusList , [0..1] ?
"minAmount" : common:Money , [0..1] ?
"maxAmount" : common:Money , [0..1] ?
"batchIdList" : fundsTransferCommonBase:BatchIdList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
"accountIdentificationList" : account:AccountIdentificationList , [0..1] ?
"includeNotesFlag" : common:IncludeNotesFlag , [0..1] ?
}
Schema Component Representation
<xs:complexType name="FundsTransferFilterBase" abstract="true">
<xs:sequence>
<xs:element name="occurrenceIdList" type="fundsTransferCommonBase:OccurrenceIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="recurringIdList" type="fundsTransferCommonBase:RecurringIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="transferCompletedDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="accountIDList" type="account:AccountIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="accountStatusList" type="account:AccountStatusList" minOccurs="0" maxOccurs="1"/>
<xs:element name="partyIdList" type="party:PartyIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="relationshipIdList" type="relationship:RelationshipIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="occurrenceStatusList" type="fundsTransferCommonBase:OccurrenceStatusList" minOccurs="0" maxOccurs="1"/>
<xs:element name="recurringStatusList" type="fundsTransferCommonBase:RecurringStatusList" minOccurs="0" maxOccurs="1"/>
<xs:element name="minAmount" type="common:Money" minOccurs="0" maxOccurs="1"/>
<xs:element name="maxAmount" type="common:Money" minOccurs="0" maxOccurs="1"/>
<xs:element name="batchIdList" type="fundsTransferCommonBase:BatchIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
<xs:element name="accountIdentificationList" type="account:AccountIdentificationList" minOccurs="0" maxOccurs="1"/>
<xs:element name="includeNotesFlag" type="common:IncludeNotesFlag" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top