Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
Child elements |
|---|
|
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>