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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v5/LoanDisbursementFilter.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/Common.xsd (at Common.xsd)
    • http://cufxstandards.com/v5/LoanDisbursement.xsd (at LoanDisbursement.xsd)

Declared Namespaces

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

Global Declarations

Element: LoanDisbursementFilter

Name LoanDisbursementFilter
Type LoanDisbursementFilter
Nillable no
Abstract no
Documentation Instance of a Loan Disbursement filter.
JSON Instance Representation
{LoanDisbursementFilter
"loanDisbursementIdList" : loanDisbursement:LoanDisbursementIdList , [0..1] ?
"loanIdList" : loanDisbursement:LoanIdList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
LoanDisbursementFilter}
Schema Component Representation
<xs:element name="LoanDisbursementFilter" type="LoanDisbursementFilter"/>
top

Global Definitions

Complex Type: LoanDisbursementFilter

Name LoanDisbursementFilter
Abstract no
JSON Instance Representation
{
"loanDisbursementIdList" : loanDisbursement:LoanDisbursementIdList , [0..1] ?
"loanIdList" : loanDisbursement:LoanIdList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="LoanDisbursementFilter">
<xs:sequence>
<xs:element name="loanDisbursementIdList" type="loanDisbursement:LoanDisbursementIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="loanIdList" type="loanDisbursement:LoanIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top