2.212 MapColorScaleTitle

Applies to RDL 2010/01 and RDL 2016/01

The MapColorScaleTitle element specifies the title of a MapColorScale.

The following are the parent and child elements of the MapColorScaleTitle element.

Parent elements

MapColorScale

Child elements

MapColorScaleTitle.Caption

MapColorScaleTitle.Style

The following is the XML Schema definition of the MapColorScaleTitle element.

 <xsd:complexType name="MapColorScaleTitleType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Caption" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>