TransferFilter - Schema Documentation - V5.0.Revision
Documents generated: 6/7/2021

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v5/TransferFilter.xsd
Version 5.0.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/v5/FundsTransferFilterBase.xsd (at FundsTransferFilterBase.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v5/TransferFilter.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
fundsTransferFilterBase http://cufxstandards.com/v5/FundsTransferFilterBase.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v5/TransferFilter.xsd" version="5.0.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v5/FundsTransferFilterBase.xsd" schemaLocation="FundsTransferFilterBase.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: transferFilter

Name transferFilter
Type TransferFilter
Nillable no
Abstract no
Documentation The list of filter options for services requesting transfer history.
JSON Instance Representation
{transferFilter
<!-- 'fundsTransferFilterBase:FundsTransferFilterBase' super type was not found in this schema. Some elements and attributes may be missing. -->
transferFilter}
Schema Component Representation
<xs:element name="transferFilter" type="TransferFilter"/>
top

Global Definitions

Complex Type: TransferFilter

Name TransferFilter
Abstract no
JSON Instance Representation
{
<!-- 'fundsTransferFilterBase:FundsTransferFilterBase' super type was not found in this schema. Some elements and attributes may be missing. -->
}
Schema Component Representation
<xs:complexType name="TransferFilter">
<xs:complexContent>
<xs:extension base="fundsTransferFilterBase:FundsTransferFilterBase"/>
</xs:complexContent>
</xs:complexType>
top