2.61 GroupingValues

The GroupingValues element specifies a collection of GroupingValues.GroupingValue elements whose value is the value of the grouping for the selected item(s), and whose value of the attribute GroupingValues.GroupingValue.Name is the name of a grouping whose value is needed to identify the selected instance of the selected item(s).

The GroupingValues element MUST contain at least one GroupingValues.GroupingValue child element and can contain more.

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

Parent elements

DrillthroughContext

Child elements

GroupingValues.GroupingValue

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

 <xsd:complexType name="GroupingValuesType">
   <xsd:sequence>
     <xsd:element name="GroupingValue" nillable="true" maxOccurs="unbounded">
       <xsd:complexType>
         <xsd:simpleContent>
           <xsd:extension base="xsd:string">
             <xsd:attribute name="Name" type="NonEmptyString" use="required" />
           </xsd:extension>
         </xsd:simpleContent>
       </xsd:complexType>
     </xsd:element>
   </xsd:sequence>
 </xsd:complexType>