Hierarchy in Configuration Files
Every configuration's element falls under the urn:schemas-usercube-com:configuration
namespace.
Element <ConfigurationFile>
is the root element of each configuration file.
<ConfigurationFile xmlns="urn:schemas-usercube-com:configuration"> ...
<ConfigurationFile>
Each configuration element matches to an entry in the database. Detailed description of the element can be found in the Data model part of this documentation.
For exemple, structure of the <Connector>
element wil be found
here.
In some case, the element name will not match directly the data model type name.
For exemple, the element <Entry>
in the following XML fragment is a
AccessControlEntry
item in the database.
<AccessControlRule Profile="Administrator" EntityType="Resource" Identifier="Administrator_Resource" DisplayName_L1="Administrator_Resource"> <Entry Permission="/Connectors/SynchronizeSession" CanExecute="true" /> <Entry Permission="/Connectors/ProvisioningSession" CanExecute="true" /></AccessControlRule>