[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

groups (OLAP Level Groups)

Represents the collection of OLAP level groups.

[Example:

<groups count="1">
<
group name="CategoryXl_Grp_1" uniqueName="[Product].[Product Categories].
[Product Categories1].[GROUPMEMBER.[CategoryXl_Grp_1]].[Product]].
[Product Categories]].[All Products]]]" caption="Group1"
uniqueParent="[Product].[Product Categories].[All Products]" id="1">

<groupMembers count="2">
<groupMember
uniqueName="[Product].[Product Categories].[Category].&amp;[4]"/>
<groupMember
uniqueName="[Product].[Product Categories].[Category].&amp;[1]"/>
</groupMembers>
</group>
</groups>

end example]

Parent Elements

groupLevel3.10.1.39)

 

Child Elements

Subclause

group (OLAP Group)

§3.10.1.37

 

Attributes

Description

count (Level Group Count)

Specifies the number of level groups in the collection.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Groups">

   <sequence>

   <element name="group" maxOccurs="unbounded" type="CT_LevelGroup"/>

   </sequence>

   <attribute name="count" type="xsd:unsignedInt"/>

</complexType>