3.1.4.52.3.3 PivotFieldListRelatedGroup

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

The PivotFieldListRelatedGroup is used to specify a related group for use with a PivotTable or PivotChart.

 <xs:complexType name="PivotFieldListRelatedGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="GroupId" type="xs:int"/>
     <xs:element minOccurs="0" maxOccurs="1" name="GroupName" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

GroupId: A unique identifier for the PivotTable or PivotChart group name on the protocol server.  MUST be equal to or greater than -1.

GroupName: The PivotTable or PivotChart group name. MUST be present. MUST NOT be empty.