There are no attributes associated with the trace element. In the ics-config.dtd, the element is defined as:
<!ELEMENT trace EMPTY> <!ATTLIST trace trace_value (FALSE | TRUE | true | false | True | False) "FALSE">
The EMPTY declaration indicates that the element has no sub-elements or character data associated with it.