2.12.8 Image.DocumentMapLabel

The Image.DocumentMapLabel element specifies a label that is used to identify an Image instance within the client UI in order to provide a user-friendly label for searching. This 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. This element MUST NOT be used within an Image that is contained within a PageSection or PageHeaderFooter.

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

Parent elements

Image

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

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

In RDL 2003/10 and RDL 2005/01, the equivalent element of Image.DocumentMapLabel is Image.Label. The following is the XML Schema definition of the Image.Label element.

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