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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/WireFilter.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/Wire.xsd (at Wire.xsd)
    • http://cufxstandards.com/v4/FundsTransferFilterBase.xsd (at FundsTransferFilterBase.xsd)
    • http://cufxstandards.com/v4/Account.xsd (at Account.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v4/WireFilter.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
wire http://cufxstandards.com/v4/Wire.xsd
fundsTransferFilterBase http://cufxstandards.com/v4/FundsTransferFilterBase.xsd
account http://cufxstandards.com/v4/Account.xsd
Schema Component Representation
<xs:schema id="WireFilter" targetNamespace="http://cufxstandards.com/v4/WireFilter.xsd" version="4.5.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v4/Wire.xsd" schemaLocation="Wire.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/FundsTransferFilterBase.xsd" schemaLocation="FundsTransferFilterBase.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Account.xsd" schemaLocation="Account.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: wireFilter

Name wireFilter
Type WireFilter
Nillable no
Abstract no
Documentation The list of filter options for services using wire account data.
JSON Instance Representation
{wireFilter
<!-- 'fundsTransferFilterBase:FundsTransferFilterBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"wireTransferTypeList" : wire:WireTransferTypeList , [0..1] ?
"escrowNumber" : xs:string , [0..1] ?
"escrowOfficerName" : xs:string , [0..1] ?
"toAccountMicrAccountNumber" : account:MicrAccountNumber , [0..1] ?
"toAccountRoutingNumber" : xs:string , [0..1] ?
"fromAccountMicrAccountNumber" : account:MicrAccountNumber , [0..1] ?
"fromAccountRoutingNumber" : xs:string , [0..1] ?
"externalAccountSWIFTCode" : xs:string , [0..1] ?
"externalAccountIBANCode" : xs:string , [0..1] ?
"externalAccountBankCode" : xs:string , [0..1] ?
wireFilter}
Schema Component Representation
<xs:element name="wireFilter" type="WireFilter"/>
top

Global Definitions

Complex Type: WireFilter

Name WireFilter
Abstract no
Documentation The list of options to filter wire transfers.
JSON Instance Representation
{
<!-- 'fundsTransferFilterBase:FundsTransferFilterBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"wireTransferTypeList" : wire:WireTransferTypeList , [0..1] ?
"escrowNumber" : xs:string , [0..1] ?
"escrowOfficerName" : xs:string , [0..1] ?
"toAccountMicrAccountNumber" : account:MicrAccountNumber , [0..1] ?
"toAccountRoutingNumber" : xs:string , [0..1] ?
"fromAccountMicrAccountNumber" : account:MicrAccountNumber , [0..1] ?
"fromAccountRoutingNumber" : xs:string , [0..1] ?
"externalAccountSWIFTCode" : xs:string , [0..1] ?
"externalAccountIBANCode" : xs:string , [0..1] ?
"externalAccountBankCode" : xs:string , [0..1] ?
}
Schema Component Representation
<xs:complexType name="WireFilter">
<xs:complexContent>
<xs:extension base="fundsTransferFilterBase:FundsTransferFilterBase">
<xs:sequence>
<xs:element name="wireTransferTypeList" type="wire:WireTransferTypeList" minOccurs="0" maxOccurs="1"/>
<xs:element name="escrowNumber" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="escrowOfficerName" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="toAccountMicrAccountNumber" type="account:MicrAccountNumber" minOccurs="0" maxOccurs="1"/>
<xs:element name="toAccountRoutingNumber" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="fromAccountMicrAccountNumber" type="account:MicrAccountNumber" minOccurs="0" maxOccurs="1"/>
<xs:element name="fromAccountRoutingNumber" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="externalAccountSWIFTCode" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="externalAccountIBANCode" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="externalAccountBankCode" type="xs:string" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top