<sets>
(Sets)
Represents the collection of OLAP sheet data entries or tuple sets.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>