2.261 MapLegendTitle

Applies to RDL 2010/01 and RDL 2016/01

The MapLegendTitle element specifies the title of a MapLegend.

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

Parent elements

MapLegend

Child elements

MapLegendTitle.Caption

MapLegendTitle.Style

MapLegendTitle.TitleSeparator

MapLegendTitle.TitleSeparatorColor

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

 <xsd:complexType name="MapLegendTitleType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Caption" type="xsd:string" minOccurs="0" />
     <xsd:element name="TitleSeparator" type="xsd:string" minOccurs="0" />
     <xsd:element name="TitleSeparatorColor" 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>