2.217 MapMember

Applies to RDL 2010/01 and RDL 2016/01

The MapMember element specifies group and filter behavior for the data in a MapDataRegion element or in the parent MapMember element.

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

Parent elements

MapDataRegion

MapMember.MapMember

Child elements

MapMember.Group

MapMember.MapMember

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

 <xsd:complexType name="MapMemberType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Group" type="GroupType" minOccurs="1" />
     <xsd:element name="MapMember" type="MapMemberType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>