2.262 MapTitles
Applies to RDL 2010/01 and RDL 2016/01
The MapTitles element specifies an ordered list of MapTitle elements to be drawn in a Map element. The MapTitles element MUST contain at least one MapTitle element.
The following are the parent and child elements of the MapTitles element.
Parent elements |
---|
Map |
Child elements |
---|
The following is the XML Schema definition of the MapTitles element.
-
<xsd:complexType name="MapTitlesType"> <xsd:sequence> <xsd:element name="MapTitle" type="MapTitleType" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="lax" /> </xsd:complexType>