2.16.13 Textbox.ToolTip

The Textbox.ToolTip element specifies a textual label for a Textbox that is used for things such as specifying title and alt attributes in HTML reports. The alt attribute can be used to render alternative text (alt text). The Textbox.ToolTip element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.

Following is the parent element of the Textbox.ToolTip element.

Parent elements

Textbox

The following is the XML Schema definition of the Textbox.ToolTip element.

 <xsd:element name="ToolTip" type="StringLocIDType" minOccurs="0" />