The nlconfig element defines the notification list repository object. In the ics-config.dtd, the element is defined as:
<!ELEMENT nlconfig (filterconfig | columnheading | userprofile)> <!ATTLIST nlconfig name CDATA #REQUIRED enable (TRUE | FALSE | true | false | True | False) "TRUE" timestamp CDATA "0" >
Attribute-list declarations for the nlconfig element identifies the attribute declarations and possible values for the nlconfig element.
XML attribute |
Description |
Possible value |
Value required/ default value |
---|---|---|---|
name |
A unique name for the notification list. |
CDATA |
Required. |
enable |
Indicates whether the notification list 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”. |