2.171 GaugeMember

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The GaugeMember element specifies group, sort, and filter behavior for the data within a GaugePanel or another GaugeMember. The GaugeMember element MUST contain at least one GaugeMember.Group instance. This element is optional.

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

Parent elements

GaugePanel

GaugeMember

Child elements

GaugeMember.GaugeMember

GaugeMember.Group

GaugeMember.SortExpressions

The following is the XML Schema definition of the GaugeMember element in RDL 2008/01.

 <xsd:complexType name="GaugeMemberType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Group" type="GroupType" minOccurs="1" />
     <xsd:element name="SortExpressions" type="SortExpressionsType" 
                  minOccurs="0" />
     <xsd:element name="GaugeMember" type="GaugeMemberType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the GaugeMember element in RDL 2010/01 and RDL 2016/01.

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