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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/MicroDepositFundingFilter.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/Common.xsd (at Common.xsd)
    • http://cufxstandards.com/v4/Relationship.xsd (at Relationship.xsd)
    • http://cufxstandards.com/v4/FundsTransferFilterBase.xsd (at FundsTransferFilterBase.xsd)
    • http://cufxstandards.com/v4/Party.xsd (at Party.xsd)
    • http://cufxstandards.com/v4/MicroDepositFunding.xsd (at MicroDepositFunding.xsd)

Declared Namespaces

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

Global Declarations

Element: microDepositFundingFilter

Name microDepositFundingFilter
Type MicroDepositFundingFilter
Nillable no
Abstract no
Documentation Instance of a microdeposit funding filter.
JSON Instance Representation
{microDepositFundingFilter
"microDepositFundingIdList" : microDepositFunding:MicroDepositFundingIdList , [0..1] ?
"microDepositIdList" : microDepositFunding:MicroDepositIdList , [0..1] ?
"partyIdList" : party:PartyIdList , [0..1] ?
"relationshipIdList" : relationship:RelationshipIdList , [0..1] ?
"sourceAccountIdList" : account:AccountIdList , [0..1] ?
"accountStatusList" : account:AccountStatusList , [0..1] ?
"externalAccountIdList" : account:AccountIdList , [0..1] ?
"microDepositConfirmationCode" : xs:string , [0..1] ?
"customData" : common:CustomData , [0..1] ?
"sourceAccountIdentificationList" : account:AccountIdentificationList , [0..1] ?
microDepositFundingFilter}
Schema Component Representation
<xs:element name="microDepositFundingFilter" type="MicroDepositFundingFilter"/>
top

Global Definitions

Complex Type: MicroDepositFundingFilter

Name MicroDepositFundingFilter
Abstract no
Documentation The list of options to filter microdeposits.
JSON Instance Representation
{
"microDepositFundingIdList" : microDepositFunding:MicroDepositFundingIdList , [0..1] ?
"microDepositIdList" : microDepositFunding:MicroDepositIdList , [0..1] ?
"partyIdList" : party:PartyIdList , [0..1] ?
"relationshipIdList" : relationship:RelationshipIdList , [0..1] ?
"sourceAccountIdList" : account:AccountIdList , [0..1] ?
"accountStatusList" : account:AccountStatusList , [0..1] ?
"externalAccountIdList" : account:AccountIdList , [0..1] ?
"microDepositConfirmationCode" : xs:string , [0..1] ?
"customData" : common:CustomData , [0..1] ?
"sourceAccountIdentificationList" : account:AccountIdentificationList , [0..1] ?
}
Schema Component Representation
<xs:complexType name="MicroDepositFundingFilter">
<xs:sequence>
<xs:element name="microDepositFundingIdList" type="microDepositFunding:MicroDepositFundingIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="microDepositIdList" type="microDepositFunding:MicroDepositIdList" 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="sourceAccountIdList" type="account:AccountIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="accountStatusList" type="account:AccountStatusList" minOccurs="0" maxOccurs="1"/>
<xs:element name="externalAccountIdList" type="account:AccountIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="microDepositConfirmationCode" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
<xs:element name="sourceAccountIdentificationList" type="account:AccountIdentificationList" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top