[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents the collection of items that may be included or excluded.
Parent Elements |
pivotHierarchy (§3.10.1.72) |
Child Elements |
Subclause |
member (Member) |
§3.10.1.55 |
Attributes |
Description |
count (Item Count) |
Specifies the number of items in the collection.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
level (Hierarchy Level) |
Specifies the hierarchy level with which these items are associated.
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_Members">
<sequence>
<element name="member" maxOccurs="unbounded" type="CT_Member"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
<attribute name="level" use="optional" type="xsd:unsignedInt"/>
</complexType>