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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/BillPaymentFilter.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/FundsTransferFilterBase.xsd (at FundsTransferFilterBase.xsd)
    • http://cufxstandards.com/v4/FundsTransferRecurringBase.xsd (at FundsTransferRecurringBase.xsd)
    • http://cufxstandards.com/v4/BillPayee.xsd (at BillPayee.xsd)
    • http://cufxstandards.com/v4/Bill.xsd (at Bill.xsd)
    • http://cufxstandards.com/v4/Common.xsd (at Common.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v4/BillPaymentFilter.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
fundsTransferFilterBase http://cufxstandards.com/v4/FundsTransferFilterBase.xsd
fundsTransferRecurringBase http://cufxstandards.com/v4/FundsTransferRecurringBase.xsd
billPayee http://cufxstandards.com/v4/BillPayee.xsd
bill http://cufxstandards.com/v4/Bill.xsd
common http://cufxstandards.com/v4/Common.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v4/BillPaymentFilter.xsd" version="4.5.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v4/FundsTransferFilterBase.xsd" schemaLocation="FundsTransferFilterBase.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/FundsTransferRecurringBase.xsd" schemaLocation="FundsTransferRecurringBase.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/BillPayee.xsd" schemaLocation="BillPayee.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Bill.xsd" schemaLocation="Bill.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Common.xsd" schemaLocation="Common.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: billPaymentFilter

Name billPaymentFilter
Type BillPaymentFilter
Nillable no
Abstract no
Documentation The list of filter options for services requesting bill payment data.
JSON Instance Representation
{billPaymentFilter
<!-- 'fundsTransferFilterBase:FundsTransferFilterBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"billPayeeIdList" : billPayee:BillPayeeIdList , [0..1] ?
"billIdList" : bill:BillIdList , [0..1] ?
"recurringFromAccountList" : fundsTransferRecurringBase:RecurringFromAccountList , [0..1] ?
"recurringToAccountList" : fundsTransferRecurringBase:RecurringToAccountList , [0..1] ?
"createRequestDateRange" : common:DateRange , [0..1] ?
"firstScheduledDateRange" : common:DateRange , [0..1] ?
"lastModifiedDateRange" : common:DateRange , [0..1] ?
"nextScheduledDateRange" : common:DateRange , [0..1] ?
"scheduleEndDateRange" : common:DateRange , [0..1] ?
"completedEndDateRange" : common:DateRange , [0..1] ?
billPaymentFilter}
Schema Component Representation
<xs:element name="billPaymentFilter" type="BillPaymentFilter"/>
top

Global Definitions

Complex Type: BillPaymentFilter

Name BillPaymentFilter
Abstract no
JSON Instance Representation
{
<!-- 'fundsTransferFilterBase:FundsTransferFilterBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"billPayeeIdList" : billPayee:BillPayeeIdList , [0..1] ?
"billIdList" : bill:BillIdList , [0..1] ?
"recurringFromAccountList" : fundsTransferRecurringBase:RecurringFromAccountList , [0..1] ?
"recurringToAccountList" : fundsTransferRecurringBase:RecurringToAccountList , [0..1] ?
"createRequestDateRange" : common:DateRange , [0..1] ?
"firstScheduledDateRange" : common:DateRange , [0..1] ?
"lastModifiedDateRange" : common:DateRange , [0..1] ?
"nextScheduledDateRange" : common:DateRange , [0..1] ?
"scheduleEndDateRange" : common:DateRange , [0..1] ?
"completedEndDateRange" : common:DateRange , [0..1] ?
}
Schema Component Representation
<xs:complexType name="BillPaymentFilter">
<xs:complexContent>
<xs:extension base="fundsTransferFilterBase:FundsTransferFilterBase">
<xs:sequence>
<xs:element name="billPayeeIdList" type="billPayee:BillPayeeIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="billIdList" type="bill:BillIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="recurringFromAccountList" type="fundsTransferRecurringBase:RecurringFromAccountList" minOccurs="0" maxOccurs="1"/>
<xs:element name="recurringToAccountList" type="fundsTransferRecurringBase:RecurringToAccountList" minOccurs="0" maxOccurs="1"/>
<xs:element name="createRequestDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="firstScheduledDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="lastModifiedDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="nextScheduledDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="scheduleEndDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="completedEndDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top