2.215 MapDataRegions

Applies to RDL 2010/01 and RDL 2016/01

The MapDataRegions element specifies a collection of MapDataRegion elements. The MapDataRegions element MUST contain at least one MapDataRegion element.

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

Parent elements

Map

Child elements

MapDataRegions.MapDataRegion

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

 <xsd:complexType name="MapDataRegionsType">
   <xsd:sequence>
     <xsd:element name="MapDataRegion" type="MapDataRegionType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>