In the ics-config.dtd, the element is defined as:
<!ELEMENT userconfig (userprofile)*> <!ATTLIST userconfig name CDATA #REQUIRED enable (TRUE | FALSE | true | false | True | False) "TRUE" timestamp CDATA "0">
Attribute-list declarations for the userconfig element identifies the attribute declarations and possible values for the userconfig element.
XML attribute |
Description |
Possible value |
Value required/ default value |
---|---|---|---|
name |
A unique name for the user. |
CDATA |
Required. |
enable |
Indicates whether the user should be enabled when imported into the Global Manager or whether it was enabled at the time of export. |
TRUE True true FALSE False false |
Not required. Default is "True" so the notification list is enabled when imported. |
timestamp |
When exporting, the value is the last time the object was modified by any user through the Administration Console or through sm_config. When importing, the timestamp defined in the XML file is compared with the timestamp of the object in the repository. Modifications to an existing object will fail when the import timestamp is later than the existing repository timestamp (unless the force option is used). |
CDATA |
Not required. Default is "0". |