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

<!ELEMENT  pathconfig  (filterconfig | retireTime | enableTime | escalationlevel)*> <!ATTLIST pathconfig
 name   CDATA  #REQUIRED 
    enable   (TRUE | FALSE | true | false | True | False) "False" 
    retire     (TRUE | FALSE | true | false | True | False) "False" >

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

Table 1. Attribute-list declarations for the pathconfig element

XML attribute

Description

Possible value

Value required/

default value

name

A unique name for the escalation path.

CDATA

Required.

enable

Indicates whether the escalation path 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 “False”.

retire

Indicates whether the escalation path should be retired when imported into the Global Manager or whether it was retired at the time of export

TRUE

True

true

FALSE

False

false

Not Required.

Default is “False”.