element <permissionsource>
Namespace: |
http://schema.caplin.com/CaplinTrader/permissionDatasourceDefinitions |
XML Representation Summary |
<permissionsource
|
|
|
= |
xs:string |
|
= |
("Master" | "Slave") : "Slave"
|
|
/> |
Parent elements (1):
-
Description
Specifies a single Permissioning DataSource that determines the name of a
permissioning data container that is requested from Liberator.
If this tag is omitted, the application uses a single Permissioning DataSource
whose name is "MASTER" and whose role is "Master" (the container name is therefore
"/PERMISSIONS/MASTER/CONTAINER/<username>").
Only one instance of a <permissionsource> whose 'role' attribute is set to "Master" can be defined.
name
-
Type: |
xs:string, predefined
|
Use: |
required |
The name of the Permissioning DataSource.
This name is used in the request for the permissioning data container.
This attribute must be set to "MASTER" if the 'role' attribute is set to "Master".
role
-
Type: |
anonymous simpleType (restriction of xs:token)
|
Use: |
optional |
Default: |
"Slave" |
The role of the Permissioning DataSource. Valid values are "Master" or "Slave".