The repos element specifies a map configuration:
<!ELEMENT repos (#PCDATA)> <!ATTLIST repos class CDATA #REQUIRED class (String | Boolean | Time | Integer | Float | Percentage ) "String" >
Attribute-list declarations for the map element identifies the attribute declarations for the map element.
XML attribute |
Description |
Possible value |
Value required/ default value |
---|---|---|---|
class |
The name of the ICIM class that the icon will represent. |
CDATA (string) |
Required. |
class |
The instance name of the ICIM class. If instance name is specified, the image/gif will be applied for that particular instance, otherwise "*" indicates that the image/gif is applied to all instances of that class. |
String Boolean Time Integer Float Percentage |
Not required. Default is "String" so the column heading text must be defined. |