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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v5/PermissionListFilter.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/AccessProfile.xsd (at AccessProfile.xsd)
    • http://cufxstandards.com/v5/Account.xsd (at Account.xsd)
    • http://cufxstandards.com/v5/Card.xsd (at Card.xsd)
    • http://cufxstandards.com/v5/Common.xsd (at Common.xsd)
    • http://cufxstandards.com/v5/CredentialGroup.xsd (at CredentialGroup.xsd)
    • http://cufxstandards.com/v5/Party.xsd (at Party.xsd)
    • http://cufxstandards.com/v5/PermissionList.xsd (at PermissionList.xsd)
    • http://cufxstandards.com/v5/ProductOffering.xsd (at ProductOffering.xsd)
    • http://cufxstandards.com/v5/Relationship.xsd (at Relationship.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v5/PermissionListFilter.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
accessProfile http://cufxstandards.com/v5/AccessProfile.xsd
account http://cufxstandards.com/v5/Account.xsd
card http://cufxstandards.com/v5/Card.xsd
common http://cufxstandards.com/v5/Common.xsd
credentialGroup http://cufxstandards.com/v5/CredentialGroup.xsd
party http://cufxstandards.com/v5/Party.xsd
permissionList http://cufxstandards.com/v5/PermissionList.xsd
productOffering http://cufxstandards.com/v5/ProductOffering.xsd
relationship http://cufxstandards.com/v5/Relationship.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v5/PermissionListFilter.xsd" version="5.0.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v5/AccessProfile.xsd" schemaLocation="AccessProfile.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/Account.xsd" schemaLocation="Account.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/Card.xsd" schemaLocation="Card.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/Common.xsd" schemaLocation="Common.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/CredentialGroup.xsd" schemaLocation="CredentialGroup.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/Party.xsd" schemaLocation="Party.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/PermissionList.xsd" schemaLocation="PermissionList.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/ProductOffering.xsd" schemaLocation="ProductOffering.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/Relationship.xsd" schemaLocation="Relationship.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: permissionListFilter

Name permissionListFilter
Type PermissionListFilter
Nillable no
Abstract no
Documentation The list of filter options for services requesting permission list data.
JSON Instance Representation
{permissionListFilter
"actorList" : accessProfile:ActorList , [0..1] ?
"actionList" : permissionList:ExtendedAction , [0..1] ?
"resources" : Resources , [0..1] ?
"customData" : common:CustomData , [0..1] ?
permissionListFilter}
Schema Component Representation
<xs:element name="permissionListFilter" type="PermissionListFilter"/>
top

Global Definitions

Complex Type: PermissionListFilter

Name PermissionListFilter
Abstract no
JSON Instance Representation
{
"actorList" : accessProfile:ActorList , [0..1] ?
"actionList" : permissionList:ExtendedAction , [0..1] ?
"resources" : Resources , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="PermissionListFilter">
<xs:sequence>
<xs:element name="actorList" type="accessProfile:ActorList" minOccurs="0" maxOccurs="1"/>
<xs:element name="actionList" type="permissionList:ExtendedAction" minOccurs="0" maxOccurs="1"/>
<xs:element name="resources" type="Resources" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Resources

Name Resources
Abstract no
Documentation The accounts, users, or other securable assets to search for.
JSON Instance Representation
{
"accountIdList" : account:AccountIdList , [0..1] ?
"accountStatusList" : account:AccountStatusList , [0..1] ?
"fiUserIdList" : credentialGroup:FiUserIdList , [0..1] ?
"cardIdList" : card:CardIdList , [0..1] ?
"relationshipIdList" : relationship:RelationshipIdList , [0..1] ?
"productIdList" : productOffering:ProductIdList , [0..1] ?
}
Schema Component Representation
<xs:complexType name="Resources">
<xs:sequence>
<xs:element name="accountIdList" type="account:AccountIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="accountStatusList" type="account:AccountStatusList" minOccurs="0" maxOccurs="1"/>
<xs:element name="fiUserIdList" type="credentialGroup:FiUserIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="cardIdList" type="card:CardIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="relationshipIdList" type="relationship:RelationshipIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="productIdList" type="productOffering:ProductIdList" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top