<entries>
(Entries)
Represents the collection of OLAP sheet data entries.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies the number of tuple entries. 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_PCDSDTCEntries">
<choice maxOccurs="unbounded">
<element name="m" type="CT_Missing"/>
<element name="n" type="CT_Number"/>
<element name="e" type="CT_Error"/>
<element name="s" type="CT_String"/>
</choice>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>