2.263 MapTitle

Applies to RDL 2010/01 and RDL 2016/01

The MapTitle element specifies a title to be drawn in a Map element.

The following are the parent element, attribute, and child elements of the MapTitle element.

Parent elements

MapTitles

Attributes

MapTitle.Name

Child elements

MapTitle.ActionInfo

MapTitle.Angle

MapTitle.BottomMargin

MapTitle.DockOutsideViewport

MapTitle.Hidden

MapTitle.LeftMargin

MapTitle.MapLocation

MapTitle.MapSize

MapTitle.Position

MapTitle.RightMargin

MapTitle.Style

MapTitle.Text

MapTitle.TextShadowOffset

MapTitle.ToolTip

MapTitle.TopMargin

MapTitle.ZIndex

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

 <xsd:complexType name="MapTitleType">
   <xsd:choice maxOccurs="unbounded">
     <!--MapSubItem Start-->
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="MapLocation" type="MapLocationType" minOccurs="0" />
     <xsd:element name="MapSize" type="MapSizeType" minOccurs="0" />
     <xsd:element name="LeftMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="RightMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="TopMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="BottomMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="ZIndex" type="xsd:string" minOccurs="0" />
     <!--MapSubItem End-->
     <!--MapDockableSubItem Start-->
     <xsd:element name="Position" type="xsd:string" minOccurs="0" />
     <xsd:element name="DockOutsideViewport" type="xsd:string" minOccurs="0" />
     <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
     <xsd:element name="ToolTip" type="xsd:string" minOccurs="0" />
     <!--MapDockableSubItem End-->
     <xsd:element name="Text" type="xsd:string" minOccurs="0" />
     <xsd:element name="Angle" type="xsd:string" minOccurs="0" />
     <xsd:element name="TextShadowOffset" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>