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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/EligibilityRequirement.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/Common.xsd (at Common.xsd)

Declared Namespaces

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

Global Declarations

Element: eligibilityRequirementList

Name eligibilityRequirementList
Type EligibilityRequirementList
Nillable no
Abstract no
Documentation List of how a party can qualify for a relationship with the financial institution.
JSON Instance Representation
{eligibilityRequirementList
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"eligibilityRequirement" : EligibilityRequirement , [0..*] ?
eligibilityRequirementList}
Schema Component Representation
<xs:element name="eligibilityRequirementList" type="EligibilityRequirementList"/>
top

Global Definitions

Complex Type: AffinityBrandList

Name AffinityBrandList
Abstract no
Documentation List of affinity brands where this requirement is applicable. Some institutions have sub-financial institutions that are affinity branded with a different name than the parent. If no affinity brands are listed, then the eligibility requirement is applicable for all.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"affinityBrand" : AffinityBrand , [0..*] ?
}
Schema Component Representation
<xs:complexType name="AffinityBrandList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="affinityBrand" type="AffinityBrand" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EligibilityRequirement

Name EligibilityRequirement
Abstract no
JSON Instance Representation
{
"requirementId" : RequirementId , [0..1] ?
"description" : xs:string , [0..1] ?
"affinityBrandList" : AffinityBrandList , [0..1] ?
"nextActionRequiredId" : xs:integer , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="EligibilityRequirement">
<xs:sequence>
<xs:element name="requirementId" type="RequirementId" minOccurs="0" maxOccurs="1"/>
<xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="affinityBrandList" type="AffinityBrandList" minOccurs="0" maxOccurs="1"/>
<xs:element name="nextActionRequiredId" type="xs:integer" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: EligibilityRequirementIdList

Name EligibilityRequirementIdList
Abstract no
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"requirementId" : RequirementId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="EligibilityRequirementIdList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="requirementId" type="RequirementId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EligibilityRequirementList

Name EligibilityRequirementList
Abstract no
Documentation List of how a party can qualify for a relationship with the financial institution.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"eligibilityRequirement" : EligibilityRequirement , [0..*] ?
}
Schema Component Representation
<xs:complexType name="EligibilityRequirementList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="eligibilityRequirement" type="EligibilityRequirement" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: AffinityBrand

Name AffinityBrand
Content
  • Base XSD Type: string
Documentation An affinity brand where the eligibility requirement is applicable.
Schema Component Representation
<xs:simpleType name="AffinityBrand">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: RequirementId

Name RequirementId
Content
  • Base XSD Type: string
Documentation Identifier for the type of the eligibility requirement. For most financial institutions, this might be a select employee group, a community identifier or other field of membership criteria identifier.
Schema Component Representation
<xs:simpleType name="RequirementId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top