| Element |
diagnostic |
| Description |
diagnostics and diagnostics refers to the contents of this element. When relevant assert or report is matched the contents of this element is outputed in a way specific for the application.
|
| Attributes |
| icon |
An URL of a small image which may provide visual clues to a user. |
| id |
This attribute enables unique identification of the element. According to XML specification the value of an attribute of ID
type can contain only characters permitted for NMTOKEN and must start with a letter. No element type may have more than one
ID attribute specified. The value of an ID attribute must be unique between all values of all ID attributes.
|
|
| Children |
value-of, emph, span, dir |
| Parents |
diagnostics |
| DTD |
<!ELEMENT diagnostic (#PCDATA | value-of | emph | dir | span)*>
<!ATTLIST diagnostic
id ID #REQUIRED
icon CDATA #IMPLIED
xml:lang NMTOKEN #IMPLIED>
|