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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v5/Configuration.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/App.xsd (at App.xsd)
    • http://cufxstandards.com/v5/Common.xsd (at Common.xsd)
    • http://cufxstandards.com/v5/FinancialInstitution.xsd (at FinancialInstitution.xsd)
    • http://cufxstandards.com/v5/ISOCurrencyCodeType.xsd (at ISOCurrencyCodeType.xsd)
    • http://cufxstandards.com/v5/NetworkNode.xsd (at NetworkNode.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v5/Configuration.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
app http://cufxstandards.com/v5/App.xsd
common http://cufxstandards.com/v5/Common.xsd
financialInstitution http://cufxstandards.com/v5/FinancialInstitution.xsd
isoCurrencyCodeType http://cufxstandards.com/v5/ISOCurrencyCodeType.xsd
networkNode http://cufxstandards.com/v5/NetworkNode.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v5/Configuration.xsd" version="5.0.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v5/App.xsd" schemaLocation="App.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/Common.xsd" schemaLocation="Common.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/FinancialInstitution.xsd" schemaLocation="FinancialInstitution.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/ISOCurrencyCodeType.xsd" schemaLocation="ISOCurrencyCodeType.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/NetworkNode.xsd" schemaLocation="NetworkNode.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: configurationList

Name configurationList
Type ConfigurationList
Nillable no
Abstract no
Documentation The list of configurations available in the CUFX instance. A configuration is a collection of supported financial institutions, environments, services, methods, limitations and options within each configuration. There may be more than one configuration for one or more financial institutions. These configurations can be utilized for whatever purpose the endpoint needs to break out into multiple configurations. For example, It may be necessary to have multiple test configurations in the same CUFX instance to reduce hardware expense and complexity. Another option is to support different combinations of configurations but within the same end point.
JSON Instance Representation
{configurationList
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configuration" : Configuration , [0..*] ?
configurationList}
Schema Component Representation
<xs:element name="configurationList" type="ConfigurationList"/>
top

Global Definitions

Complex Type: Configuration

Name Configuration
Abstract no
JSON Instance Representation
{
"configurationId" : ConfigurationId , [0..1] ?
"configurationName" : ConfigurationName , [0..1] ?
"configurationDescription" : xs:string , [0..1] ?
"environment" : common:Environment , [0..1] ?
"configurationStatus" : ConfigurationStatus , [0..1] ?
"configurationStatusComment" : xs:string , [0..1] ?
"fiIdList" : financialInstitution:FinancialInstitutionIdList , [0..1] ?
"fiList" : ConfigurationFinancialInstitutionList , [0..1] ?
"endPointTimeZoneUTOffset" : xs:integer , [0..1] ?
"serviceTimeZoneUTCOffset" : common:TimeZoneUTCOffset , [0..1] ?
"serviceTimeZoneName" : common:TimeZoneName , [0..1] ?
"serviceList" : ServiceList , [0..1] ?
"configurationAppList" : ConfigurationAppList , [0..1] ?
"configurationNetworkNodeAddressList" : ConfigurationNetworkNodeAddressList , [0..1] ?
"configurationCreatedDateTime" : xs:dateTime , [0..1] ?
"configurationCreatedBy" : common:UserId , [0..1] ?
"configurationLastUpdatedDateTime" : xs:dateTime , [0..1] ?
"configurationLastUpdatedBy" : common:UserId , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="Configuration">
<xs:sequence>
<xs:element name="configurationId" type="ConfigurationId" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationName" type="ConfigurationName" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationDescription" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="environment" type="common:Environment" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationStatus" type="ConfigurationStatus" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationStatusComment" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="fiIdList" type="financialInstitution:FinancialInstitutionIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="fiList" type="ConfigurationFinancialInstitutionList" minOccurs="0" maxOccurs="1"/>
<xs:element name="endPointTimeZoneUTOffset" type="xs:integer" minOccurs="0" maxOccurs="1"/>
<xs:element name="serviceTimeZoneUTCOffset" type="common:TimeZoneUTCOffset" minOccurs="0" maxOccurs="1"/>
<xs:element name="serviceTimeZoneName" type="common:TimeZoneName" minOccurs="0" maxOccurs="1"/>
<xs:element name="serviceList" type="ServiceList" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationAppList" type="ConfigurationAppList" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationNetworkNodeAddressList" type="ConfigurationNetworkNodeAddressList" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationCreatedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationCreatedBy" type="common:UserId" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationLastUpdatedDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationLastUpdatedBy" type="common:UserId" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ConfigurationApp

Name ConfigurationApp
Abstract no
Documentation Definition for the app in the configuration and its parameters.
JSON Instance Representation
{
"configurationAppId" : ConfigurationAppId , [0..1] ?
"appId" : app:AppId , [0..1] ?
"configurationAppDescription" : xs:string , [0..1] ?
"configurationAppParameterList" : ConfigurationAppParameterList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationApp">
<xs:sequence>
<xs:element name="configurationAppId" type="ConfigurationAppId" minOccurs="0" maxOccurs="1"/>
<xs:element name="appId" type="app:AppId" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationAppDescription" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationAppParameterList" type="ConfigurationAppParameterList" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ConfigurationAppIdList

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

Complex Type: ConfigurationAppList

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

Complex Type: ConfigurationAppParameter

Name ConfigurationAppParameter
Abstract no
Documentation Definition for the app parameters within the configuration.
JSON Instance Representation
{
"configurationAppParameterId" : ConfigurationAppParameterId , [0..1] ?
"appParameterId" : app:AppParameterId , [0..1] ?
"currentValue" : app:CurrentValue , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationAppParameter">
<xs:sequence>
<xs:element name="configurationAppParameterId" type="ConfigurationAppParameterId" minOccurs="0" maxOccurs="1"/>
<xs:element name="appParameterId" type="app:AppParameterId" minOccurs="0" maxOccurs="1"/>
<xs:element name="currentValue" type="app:CurrentValue" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ConfigurationAppParameterIdList

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

Complex Type: ConfigurationAppParameterList

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

Complex Type: ConfigurationCreatedByList

Name ConfigurationCreatedByList
Abstract no
Documentation The list of users that created a configuration that should have their associated configurations either returned or affected by a read, update or delete configuration request.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configurationCreatedBy" : common:UserId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationCreatedByList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="configurationCreatedBy" type="common:UserId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ConfigurationFinancialInstitution

Name ConfigurationFinancialInstitution
Abstract no
Documentation Definition for the configuration parameters for the financial institution.
JSON Instance Representation
{
"configurationFiId" : ConfigurationFinancialInstitutionId , [0..1] ?
"fiId" : common:FinancialInstitutionId , [0..1] ?
"partyId" : common:PartyId , [0..1] ?
"configurationFiVendorList" : ConfigurationFinancialInstitutionVendorList , [0..1] ?
"configurationFiAppList" : ConfigurationFinancialInstitutionAppList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationFinancialInstitution">
<xs:sequence>
<xs:element name="configurationFiId" type="ConfigurationFinancialInstitutionId" minOccurs="0" maxOccurs="1"/>
<xs:element name="fiId" type="common:FinancialInstitutionId" minOccurs="0" maxOccurs="1"/>
<xs:element name="partyId" type="common:PartyId" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationFiVendorList" type="ConfigurationFinancialInstitutionVendorList" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationFiAppList" type="ConfigurationFinancialInstitutionAppList" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ConfigurationFinancialInstitutionApp

Name ConfigurationFinancialInstitutionApp
Abstract no
Documentation Definition for the app in the configuration and its parameters.
JSON Instance Representation
{
"configurationFiAppId" : ConfigurationFinancialInstitutionAppId , [0..1] ?
"appId" : app:AppId , [0..1] ?
"configurationFiAppDescription" : xs:string , [0..1] ?
"configurationFiAppParameterList" : ConfigurationFinancialInstitutionAppParameterList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationFinancialInstitutionApp">
<xs:sequence>
<xs:element name="configurationFiAppId" type="ConfigurationFinancialInstitutionAppId" minOccurs="0" maxOccurs="1"/>
<xs:element name="appId" type="app:AppId" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationFiAppDescription" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="configurationFiAppParameterList" type="ConfigurationFinancialInstitutionAppParameterList" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ConfigurationFinancialInstitutionAppIdList

Name ConfigurationFinancialInstitutionAppIdList
Abstract no
Documentation The list of Configuration FI App IDs that should have their associated configurations either returned or affected by a read, update or delete configuration request.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configurationFiAppId" : ConfigurationFinancialInstitutionAppId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationFinancialInstitutionAppIdList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="configurationFiAppId" type="ConfigurationFinancialInstitutionAppId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ConfigurationFinancialInstitutionAppList

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

Complex Type: ConfigurationFinancialInstitutionAppParameter

Name ConfigurationFinancialInstitutionAppParameter
Abstract no
Documentation Definition for the app parameters within the configuration for a financial institution.
JSON Instance Representation
{
"configurationFiAppParameterId" : ConfigurationFinancialInstitutionAppParameterId , [0..1] ?
"appParameterId" : app:AppParameterId , [0..1] ?
"currentValue" : app:CurrentValue , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationFinancialInstitutionAppParameter">
<xs:sequence>
<xs:element name="configurationFiAppParameterId" type="ConfigurationFinancialInstitutionAppParameterId" minOccurs="0" maxOccurs="1"/>
<xs:element name="appParameterId" type="app:AppParameterId" minOccurs="0" maxOccurs="1"/>
<xs:element name="currentValue" type="app:CurrentValue" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ConfigurationFinancialInstitutionAppParameterIdList

Name ConfigurationFinancialInstitutionAppParameterIdList
Abstract no
Documentation The list of Configuration FI App Parameter IDs that should have their associated configurations either returned or affected by a read, update or delete configuration request.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configurationFiAppParameterId" : ConfigurationFinancialInstitutionAppParameterId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationFinancialInstitutionAppParameterIdList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="configurationFiAppParameterId" type="ConfigurationFinancialInstitutionAppParameterId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ConfigurationFinancialInstitutionAppParameterList

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

Complex Type: ConfigurationFinancialInstitutionIdList

Name ConfigurationFinancialInstitutionIdList
Abstract no
Documentation The list of Configuration FI IDs that should have their associated configurations either returned or affected by a read, update or delete configuration request.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configurationFiId" : ConfigurationFinancialInstitutionId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationFinancialInstitutionIdList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="configurationFiId" type="ConfigurationFinancialInstitutionId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ConfigurationFinancialInstitutionList

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

Complex Type: ConfigurationFinancialInstitutionVendor

Name ConfigurationFinancialInstitutionVendor
Abstract no
JSON Instance Representation
{
"configurationFiVendorId" : ConfigurationFinancialInstitutionVendorId , [0..1] ?
"vendorId" : common:VendorId , [0..1] ?
"partyId" : common:PartyId , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationFinancialInstitutionVendor">
<xs:sequence>
<xs:element name="configurationFiVendorId" type="ConfigurationFinancialInstitutionVendorId" minOccurs="0" maxOccurs="1"/>
<xs:element name="vendorId" type="common:VendorId" minOccurs="0" maxOccurs="1"/>
<xs:element name="partyId" type="common:PartyId" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ConfigurationFinancialInstitutionVendorIdList

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

Complex Type: ConfigurationFinancialInstitutionVendorList

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

Complex Type: ConfigurationIdList

Name ConfigurationIdList
Abstract no
Documentation The list of configuration IDs that should have their associated configurations either returned or affected by a read, update or delete configuration request.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configurationId" : ConfigurationId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationIdList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="configurationId" type="ConfigurationId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ConfigurationLastUpdatedByList

Name ConfigurationLastUpdatedByList
Abstract no
Documentation The list of users that last modified a configuration that should have their associated configurations either returned or affected by a read, update or delete configuration request.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configurationLastModifiedBy" : common:UserId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationLastUpdatedByList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="configurationLastModifiedBy" type="common:UserId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ConfigurationList

Name ConfigurationList
Abstract no
Documentation The list of configurations available in the CUFX instance. There will be one configuration for one or more financial institutions. These configurations can be utilized for whatever purpose the endpoint needs to break out into multiple configurations. For example, It may be necessary to have multiple test configurations in the same endpoint.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configuration" : Configuration , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="configuration" type="Configuration" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ConfigurationNameList

Name ConfigurationNameList
Abstract no
Documentation List of valid configuration names for this endpoint.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configurationName" : ConfigurationName , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationNameList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="configurationName" type="ConfigurationName" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ConfigurationNetworkNodeAddress

Name ConfigurationNetworkNodeAddress
Abstract no
Documentation A network node address that is in or comprises the configuration.
JSON Instance Representation
{
"configurationNetworkNodeAddressId " : ConfigurationNetworkNodeAddressId , [0..1] ?
"networkNodeAddress" : networkNode:NetworkNodeAddress , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationNetworkNodeAddress">
<xs:sequence>
<xs:element name="configurationNetworkNodeAddressId" type="ConfigurationNetworkNodeAddressId" minOccurs="0" maxOccurs="1"/>
<xs:element name="networkNodeAddress" type="networkNode:NetworkNodeAddress" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ConfigurationNetworkNodeAddressIdList

Name ConfigurationNetworkNodeAddressIdList
Abstract no
Documentation The list of Configuration network node address IDs that should have their associated configurations either returned or affected by a read, update or delete configuration request.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configurationNetworkNodeAddressId" : ConfigurationNetworkNodeAddressId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationNetworkNodeAddressIdList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="configurationNetworkNodeAddressId" type="ConfigurationNetworkNodeAddressId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ConfigurationNetworkNodeAddressList

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

Complex Type: ConfigurationStatusList

Name ConfigurationStatusList
Abstract no
Documentation List of valid configuration statuses for this endpoint.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"configurationStatus" : ConfigurationStatus , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ConfigurationStatusList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="configurationStatus" type="ConfigurationStatus" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CustomDataUse

Name CustomDataUse
Abstract no
Documentation An XSD path and comment related to how the custom data section is being used. This is information only and not processed by the system.
JSON Instance Representation
{
"xsdFile" : xs:string , [0..1] ?
"xsdXPath" : xs:string , [0..1] ?
"name" : xs:string , [0..1] ?
"comment" : xs:string , [0..1] ?
}
Schema Component Representation
<xs:complexType name="CustomDataUse">
<xs:sequence>
<xs:element name="xsdFile" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="xsdXPath" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="name" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="comment" type="xs:string" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CustomDataUseList

Name CustomDataUseList
Abstract no
Documentation List of XSD paths and comments related to how the custom data sections are being used. This is information only and not processed by the system.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"customDataUse" : CustomDataUse , [0..*] ?
}
Schema Component Representation
<xs:complexType name="CustomDataUseList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="customDataUse" type="CustomDataUse" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: FieldNotSupported

Name FieldNotSupported
Abstract no
Documentation Field not supported by the end point. Specify the XSD path and any comments as to why it isn't supported.
JSON Instance Representation
{
"xsdFile" : xs:string , [0..1] ?
"xsdXPath" : xs:string , [0..1] ?
"comment" : xs:string , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="FieldNotSupported">
<xs:sequence>
<xs:element name="xsdFile" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="xsdXPath" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="comment" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: FieldNotSupportedList

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

Complex Type: Method

Name Method
Abstract no
JSON Instance Representation
{
"methodId" : MethodId , [0..1] ?
"methodName" : MethodName , [0..1] ?
"uri" : xs:anyURI , [0..1] ?
"methodDependencyList" : MethodDependencyList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="Method">
<xs:sequence>
<xs:element name="methodId" type="MethodId" minOccurs="0" maxOccurs="1"/>
<xs:element name="methodName" type="MethodName" minOccurs="0" maxOccurs="1"/>
<xs:element name="uri" type="xs:anyURI" minOccurs="0" maxOccurs="1"/>
<xs:element name="methodDependencyList" type="MethodDependencyList" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: MethodDependency

Name MethodDependency
Abstract no
JSON Instance Representation
{
"methodDependencyId" : MethodDependencyId , [1] ?
"serviceName" : ServiceName , [1] ?
"methodName" : xs:string , [1] ?
"cufxVersion" : common:CufxVersion , [1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="MethodDependency">
<xs:sequence>
<xs:element name="methodDependencyId" type="MethodDependencyId" minOccurs="1" maxOccurs="1"/>
<xs:element name="serviceName" type="ServiceName" minOccurs="1" maxOccurs="1"/>
<xs:element name="methodName" type="xs:string" minOccurs="1" maxOccurs="1"/>
<xs:element name="cufxVersion" type="common:CufxVersion" minOccurs="1" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: MethodDependencyIdList

Name MethodDependencyIdList
Abstract no
Documentation The list of method dependency IDs that should have their associated configurations either returned or affected by a read, update or delete configuration request.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"methodDependencyId" : MethodDependencyId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="MethodDependencyIdList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="methodDependencyId" type="MethodDependencyId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MethodDependencyList

Name MethodDependencyList
Abstract no
Documentation The methods that must be executed first before this method can be executed. This allows for orchestration differences amongst different implementations of back end endpoints. For example: Does the party need to be created first or after the account is created?
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"methodDependency" : MethodDependency , [0..1] ?
}
Schema Component Representation
<xs:complexType name="MethodDependencyList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="methodDependency" type="MethodDependency" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MethodIdList

Name MethodIdList
Abstract no
Documentation The list of Method IDs that should have their associated configurations either returned or affected by a read, update or delete configuration request.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"MethodId" : MethodId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="MethodIdList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="MethodId" type="MethodId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MethodList

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

Complex Type: Service

Name Service
Abstract no
JSON Instance Representation
{
"serviceId" : xs:string , [0..1] ?
"serviceName" : ServiceName , [0..1] ?
"protocol" : Protocol , [0..1] ?
"cufxVersion" : common:CufxVersion , [0..1] ?
"wsdlUri" : xs:anyURI , [0..1] ?
"currencySupportList" : common:CurrencyList , [0..1] ?
"acceptLanguageList" : common:LanguageList , [0..1] ?
"fieldNotSupportedList" : FieldNotSupportedList , [0..1] ?
"serviceTimeZoneUTCOffset" : common:TimeZoneUTCOffset , [0..1] ?
"status" : SystemStatus , [0..1] ?
"customDataUseList" : CustomDataUseList , [0..1] ?
"methodList" : MethodList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="Service">
<xs:sequence>
<xs:element name="serviceId" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="serviceName" type="ServiceName" minOccurs="0" maxOccurs="1"/>
<xs:element name="protocol" type="Protocol" minOccurs="0" maxOccurs="1"/>
<xs:element name="cufxVersion" type="common:CufxVersion" minOccurs="0" maxOccurs="1"/>
<xs:element name="wsdlUri" type="xs:anyURI" minOccurs="0" maxOccurs="1"/>
<xs:element name="currencySupportList" type="common:CurrencyList" minOccurs="0" maxOccurs="1"/>
<xs:element name="acceptLanguageList" type="common:LanguageList" minOccurs="0" maxOccurs="1"/>
<xs:element name="fieldNotSupportedList" type="FieldNotSupportedList" minOccurs="0" maxOccurs="1"/>
<xs:element name="serviceTimeZoneUTCOffset" type="common:TimeZoneUTCOffset" minOccurs="0" maxOccurs="1"/>
<xs:element name="status" type="SystemStatus" minOccurs="0" maxOccurs="1"/>
<xs:element name="customDataUseList" type="CustomDataUseList" minOccurs="0" maxOccurs="1"/>
<xs:element name="methodList" type="MethodList" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceList

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

Simple Type: ConfigurationAppId

Name ConfigurationAppId
Content
  • Base XSD Type: string
Documentation The unique identifier for the configuration and App combination.
Schema Component Representation
<xs:simpleType name="ConfigurationAppId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: ConfigurationAppParameterId

Name ConfigurationAppParameterId
Content
  • Base XSD Type: string
Documentation The unique identifier for the configuration, app and parameter combination.
Schema Component Representation
<xs:simpleType name="ConfigurationAppParameterId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: ConfigurationFinancialInstitutionAppId

Name ConfigurationFinancialInstitutionAppId
Content
  • Base XSD Type: string
Documentation The unique identifier for the configuration, financial institution, app and parameter combination.
Schema Component Representation
<xs:simpleType name="ConfigurationFinancialInstitutionAppId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: ConfigurationFinancialInstitutionAppParameterId

Name ConfigurationFinancialInstitutionAppParameterId
Content
  • Base XSD Type: string
Documentation The unique identifier for the configuration, financial institution, app and parameter combination.
Schema Component Representation
<xs:simpleType name="ConfigurationFinancialInstitutionAppParameterId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: ConfigurationFinancialInstitutionId

Name ConfigurationFinancialInstitutionId
Content
  • Base XSD Type: string
Documentation The unique identifier for the configuration and financial institution.
Schema Component Representation
<xs:simpleType name="ConfigurationFinancialInstitutionId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: ConfigurationFinancialInstitutionVendorId

Name ConfigurationFinancialInstitutionVendorId
Content
  • Base XSD Type: string
Documentation The unique identifier for the configuration and financial institution and vendor.
Schema Component Representation
<xs:simpleType name="ConfigurationFinancialInstitutionVendorId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: ConfigurationId

Name ConfigurationId
Content
  • Base XSD Type: string
Documentation Unique identification for the configuration.
Schema Component Representation
<xs:simpleType name="ConfigurationId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: ConfigurationName

Name ConfigurationName
Content
  • Base XSD Type: string
Documentation Unique name for the configuration.
Schema Component Representation
<xs:simpleType name="ConfigurationName">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: ConfigurationNetworkNodeAddressId

Name ConfigurationNetworkNodeAddressId
Content
  • Base XSD Type: string
Documentation The unique identifier for the configuration and network node address combination.
Schema Component Representation
<xs:simpleType name="ConfigurationNetworkNodeAddressId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: ConfigurationStatus

Name ConfigurationStatus
Content
  • Base XSD Type: string
  • value comes from list: {'Online'|'Offline'|'ReadyToPurge'|'TestMode'|'Other'}
Schema Component Representation
<xs:simpleType name="ConfigurationStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="Online"/>
<xs:enumeration value="Offline"/>
<xs:enumeration value="ReadyToPurge"/>
<xs:enumeration value="TestMode"/>
<xs:enumeration value="Other"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MethodDependencyId

Name MethodDependencyId
Content
  • Base XSD Type: string
Documentation Unique id for the Method Dependency.
Schema Component Representation
<xs:simpleType name="MethodDependencyId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: MethodId

Name MethodId
Content
  • Base XSD Type: string
Documentation Unique id for the method.
Schema Component Representation
<xs:simpleType name="MethodId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: MethodName

Name MethodName
Content
  • Base XSD Type: string
  • value comes from list: {'Create'|'Read'|'Update'|'Delete'}
Schema Component Representation
<xs:simpleType name="MethodName">
<xs:restriction base="xs:string">
<xs:enumeration value="Create"/>
<xs:enumeration value="Read"/>
<xs:enumeration value="Update"/>
<xs:enumeration value="Delete"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Protocol

Name Protocol
Content
  • Base XSD Type: string
  • value comes from list: {'REST-XML'|'REST-JSON'|'SOAP1.1'|'SOAP1.2'}
Schema Component Representation
<xs:simpleType name="Protocol">
<xs:restriction base="xs:string">
<xs:enumeration value="REST-XML"/>
<xs:enumeration value="REST-JSON"/>
<xs:enumeration value="SOAP1.1"/>
<xs:enumeration value="SOAP1.2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ServiceName

Name ServiceName
Content
  • Base XSD Type: string
  • value comes from list: {'AccessProfile'|'Account'|'Activity'|'App'|'Application'|'Artifact'|'Bill'|'BillPayee'|'BillPaymentOccurrence'|'BillPaymentReoccurring'|'Card'|'Category'|'Collateral'|'Configuration'|'Contact'|'CredentialGroup'|'CreditReport'|'DepositFunding'|'Deposit'|'Document'|'EligibilityRequirement'|'FeeSchedule'|'Field'|'Hold'|'InvestmentHolding'|'Investment'|'LoanDisbursement'|'Loan'|'Location'|'MicroDepositFunding'|'NetworkNode'|'Notes'|'OverdraftPriority'|'PartyAssociation'|'Party'|'PermissionList'|'Preference'|'ProductOffering'|'ProductServiceEnrollment'|'ProductServiceRequest'|'RegisteredDevice'|'Relationship'|'RemoteDeposit'|'SecureMessage'|'SimpleValidationRequest'|'SystemStatus'|'Transaction'|'TransferOccurrence'|'TransferRecurring'|'User'|'Wire'}
Schema Component Representation
<xs:simpleType name="ServiceName">
<xs:restriction base="xs:string">
<xs:enumeration value="AccessProfile"/>
<xs:enumeration value="Account"/>
<xs:enumeration value="Activity"/>
<xs:enumeration value="App"/>
<xs:enumeration value="Application"/>
<xs:enumeration value="Artifact"/>
<xs:enumeration value="Bill"/>
<xs:enumeration value="BillPayee"/>
<xs:enumeration value="BillPaymentOccurrence"/>
<xs:enumeration value="BillPaymentReoccurring"/>
<xs:enumeration value="Card"/>
<xs:enumeration value="Category"/>
<xs:enumeration value="Collateral"/>
<xs:enumeration value="Configuration"/>
<xs:enumeration value="Contact"/>
<xs:enumeration value="CredentialGroup"/>
<xs:enumeration value="CreditReport"/>
<xs:enumeration value="DepositFunding"/>
<xs:enumeration value="Deposit"/>
<xs:enumeration value="Document"/>
<xs:enumeration value="EligibilityRequirement"/>
<xs:enumeration value="FeeSchedule"/>
<xs:enumeration value="Field"/>
<xs:enumeration value="Hold"/>
<xs:enumeration value="InvestmentHolding"/>
<xs:enumeration value="Investment"/>
<xs:enumeration value="LoanDisbursement"/>
<xs:enumeration value="Loan"/>
<xs:enumeration value="Location"/>
<xs:enumeration value="MicroDepositFunding"/>
<xs:enumeration value="NetworkNode"/>
<xs:enumeration value="Notes"/>
<xs:enumeration value="OverdraftPriority"/>
<xs:enumeration value="PartyAssociation"/>
<xs:enumeration value="Party"/>
<xs:enumeration value="PermissionList"/>
<xs:enumeration value="Preference"/>
<xs:enumeration value="ProductOffering"/>
<xs:enumeration value="ProductServiceEnrollment"/>
<xs:enumeration value="ProductServiceRequest"/>
<xs:enumeration value="RegisteredDevice"/>
<xs:enumeration value="Relationship"/>
<xs:enumeration value="RemoteDeposit"/>
<xs:enumeration value="SecureMessage"/>
<xs:enumeration value="SimpleValidationRequest"/>
<xs:enumeration value="SystemStatus"/>
<xs:enumeration value="Transaction"/>
<xs:enumeration value="TransferOccurrence"/>
<xs:enumeration value="TransferRecurring"/>
<xs:enumeration value="User"/>
<xs:enumeration value="Wire"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SystemStatus

Name SystemStatus
Content
  • Base XSD Type: string
  • value comes from list: {'Online'|'OffLine'|'MemoPost'}
Schema Component Representation
<xs:simpleType name="SystemStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="Online"/>
<xs:enumeration value="OffLine"/>
<xs:enumeration value="MemoPost"/>
</xs:restriction>
</xs:simpleType>
top