In the ics-config.dtd, the element is defined as:

<!ELEMENT  userprofileconfig (nl | console | user | action | consoleoperation)*> <!ATTLIST userprofileconfig
    name   CDATA    #REQUIRED 
    enable  (TRUE | FALSE | true | false | True | False) "TRUE"
    timestamp   CDATA          "0">

This declaration states that the userprofileconfig element has four required subelements: nl, console, user, and action.

Attribute-list declarations for the userprofileconfig element identifies the attribute declarations and possible values for the userprofileconfig element.

Table 1. Attribute-list declarations for the userprofileconfig element

XML attribute

Description

Possible value

Value required/

default value

name

A unique name for the user profile.

CDATA

(string?)

Required.

enable

Indicates whether the user profile 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".