2.259 MapLegends

Applies to RDL 2010/01 and RDL 2016/01

The MapLegends element specifies a collection of MapLegend elements to be drawn in a Map. The MapLegends element MUST contain at least one MapLegend element.

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

Parent elements

Map

Child elements

MapLegends.MapLegend

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

 <xsd:complexType name="MapLegendsType">
   <xsd:sequence>
     <xsd:element name="MapLegend" type="MapLegendType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>