<!ATTLIST TIP id NMTOKEN #IMPLIED template NMTOKEN #IMPLIED label CDATA #IMPLIED overview CDATA #IMPLIED image CDATA #IMPLIED font CDATA #IMPLIED color CDATA #IMPLIED fontColor CDATA #IMPLIED> |
Attribute | Mand. | Description | Default |
id | no | TIP.id | |
template | no | TIP.template | |
label | no | Text of the tooltip. | |
overview | no | Overview label. | |
image | no | Image of the tip. | |
font | no | TIP.font | |
color | no | TIP.color | |
fontColor | no | TIP.fontColor |
<!ELEMENT TIP (CONSTRAINT?)> |
Element | Mand. | Mult. | Description |
CONSTRAINT | no | no | Positioning constraint of the tip. |
<TIP label="Enter a value comprised between 1 and 99" overview="Value between 1 and 99"/> |