2.16.9 Textbox.DocumentMapLabel

The Textbox.DocumentMapLabel element specifies a label to identify a Textbox within the client UI in order to provide a user-friendly label for searching. This element is optional. If the Textbox.DocumentMapLabel element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. This element is ignored when used within a text box that is contained within a PageSection or PageHeaderFooter.

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

Parent elements

Textbox

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

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

In RDL 2003/10 and RDL 2005/01, this element is called Textbox.Label. The following is the XML Schema definition of the Textbox.Label element.

 <xsd:element name="Label" type="xsd:string" minOccurs="0" />