<sets> (Sets)

Represents the collection of OLAP sheet data entries or tuple sets.

Parent Elements

<tupleCache>3.10.1.94)

Child Elements

Subclause

<set> (OLAP Set)

§3.10.1.88

Attributes

Description

<count> (Tuple Set Count)

Specifies the number of tuple sets.

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_Sets">
	<sequence>
	<element name="set" maxOccurs="unbounded" type="CT_Set"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt"/>
</complexType>