2.216 MapDataRegion

Applies to RDL 2010/01 and RDL 2016/01

The MapDataRegion element provides a map polygon layer, a map point layer, or a map line layer with analytical data after it applies filtering and/or grouping to the layer.

The following are the parent elements, attributes, and child elements of the MapDataRegion element.

Parent elements

MapDataRegions

Attributes

MapDataRegion.Name

Child elements

MapDataRegion.DataSetName

MapDataRegion.Filters

MapDataRegion.MapMember

Applies to RDL 2011/01

Child elements

MapDataRegion.Relationship

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

Note  The following XSD represents RDL macro-versioned schemas only. Possible additions, identified earlier in this section, to base schema RDL 2010/01 from micro-versioned schemas RDL 2011/01, RDL 2012/01, and RDL 2013/01 are provided in sections 5.5, 5.6, and 5.7, respectively. For more information about macro- and micro-versioned schemas, see section 2.1.

 <xsd:complexType name="MapDataRegionType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="DataSetName" type="xsd:string" minOccurs="0" />
     <xsd:element name="Filters" type="FiltersType" minOccurs="0" />      
     <xsd:element name="MapMember" type="MapMemberType" 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>