[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents the sort applied to a tuple.
|
Parent Elements |
|
set (§3.10.1.88) |
|
Child Elements |
Subclause |
|
tpl (Tuple) |
§3.10.1.92 |
|
Attributes |
Description |
|
c (Member Name Count) |
Specifies the number of member names.
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_Tuples">
<sequence>
<element name="tpl" type="CT_Tuple" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="c" type="xsd:unsignedInt" use="optional"/>
</complexType>