In the ics-config.dtd, the element is defined as:
<!ELEMENT display EMPTY> <!ATTLIST display display_value (FALSE | TRUE | true | false | True | False) "TRUE">
Attribute-list declarations for the display element identifies the attribute declarations for the display element.
XML attribute |
Description |
Possible value |
Value required/ default value |
---|---|---|---|
display_value |
Indicates whether or not to open the Tool Output window when running the tool. If false, the Tool Output window will only open if an error occurs when the tool runs. |
TRUE True true FALSE False false |
Not required. Default is "TRUE". |