2.219 MapLayers

Applies to RDL 2010/01 and RDL 2016/01

The MapLayers element specifies a collection of MapTileLayer, MapLineLayer, MapPointLayer, and MapPolygonLayer elements.

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

Parent elements

Map

Child elements

MapLineLayer

MapPointLayer

MapPolygonLayer

MapTileLayer

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

 <xsd:complexType name="MapLayersType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="MapTileLayer" type="MapTileLayerType" />
     <xsd:element name="MapPolygonLayer" type="MapPolygonLayerType" />
     <xsd:element name="MapPointLayer" type="MapPointLayerType" />
     <xsd:element name="MapLineLayer" type="MapLineLayerType" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>