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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/FinancialInstitutionFilter.xsd
Version 4.5.Revision:1311
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/Common.xsd (at Common.xsd)
    • http://cufxstandards.com/v4/FinancialInstitution.xsd (at FinancialInstitution.xsd)
    • http://cufxstandards.com/v4/App.xsd (at App.xsd)
    • http://cufxstandards.com/v4/NetworkNode.xsd (at NetworkNode.xsd)
    • http://cufxstandards.com/v4/Party.xsd (at Party.xsd)
    • http://cufxstandards.com/v4/User.xsd (at User.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v4/FinancialInstitutionFilter.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
common http://cufxstandards.com/v4/Common.xsd
financialInstitution http://cufxstandards.com/v4/FinancialInstitution.xsd
app http://cufxstandards.com/v4/App.xsd
networkNode http://cufxstandards.com/v4/NetworkNode.xsd
party http://cufxstandards.com/v4/Party.xsd
user http://cufxstandards.com/v4/User.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v4/FinancialInstitutionFilter.xsd" version="4.5.$Revision$: 1311 $" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v4/Common.xsd" schemaLocation="Common.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/FinancialInstitution.xsd" schemaLocation="FinancialInstitution.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/App.xsd" schemaLocation="App.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/NetworkNode.xsd" schemaLocation="NetworkNode.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Party.xsd" schemaLocation="Party.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/User.xsd" schemaLocation="User.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: fiFilter

Name fiFilter
Type FinancialInstitutionFilter
Nillable no
Abstract no
Documentation The list of filter options for services requesting financial institution data.
JSON Instance Representation
{fiFilter
"fiIdList" : financialInstitution:FinancialInstitutionIdList , [0..1] ?
"fiNameList" : financialInstitution:FinancialInstitutionNameList , [0..1] ?
"fiStatusList" : financialInstitution:FinancialInstitutionStatusList , [0..1] ?
"partyIdList" : party:PartyIdList , [0..1] ?
"fiCreatedDateRange" : common:DateRange , [0..1] ?
"fiCreatedByList" : user:UserIdList , [0..1] ?
"fiUpdatedDateRange" : common:DateRange , [0..1] ?
"fiLastUpdatedByList" : user:UserIdList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
fiFilter}
Schema Component Representation
<xs:element name="fiFilter" type="FinancialInstitutionFilter"/>
top

Global Definitions

Complex Type: FinancialInstitutionFilter

Name FinancialInstitutionFilter
Abstract no
Documentation The list of filter options for financial institution data.
JSON Instance Representation
{
"fiIdList" : financialInstitution:FinancialInstitutionIdList , [0..1] ?
"fiNameList" : financialInstitution:FinancialInstitutionNameList , [0..1] ?
"fiStatusList" : financialInstitution:FinancialInstitutionStatusList , [0..1] ?
"partyIdList" : party:PartyIdList , [0..1] ?
"fiCreatedDateRange" : common:DateRange , [0..1] ?
"fiCreatedByList" : user:UserIdList , [0..1] ?
"fiUpdatedDateRange" : common:DateRange , [0..1] ?
"fiLastUpdatedByList" : user:UserIdList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="FinancialInstitutionFilter">
<xs:sequence>
<xs:element name="fiIdList" type="financialInstitution:FinancialInstitutionIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="fiNameList" type="financialInstitution:FinancialInstitutionNameList" minOccurs="0" maxOccurs="1"/>
<xs:element name="fiStatusList" type="financialInstitution:FinancialInstitutionStatusList" minOccurs="0" maxOccurs="1"/>
<xs:element name="partyIdList" type="party:PartyIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="fiCreatedDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="fiCreatedByList" type="user:UserIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="fiUpdatedDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="fiLastUpdatedByList" type="user:UserIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top