<tableParts>
(Table Parts)
This collection expresses a relationship Id pointing to every table on this sheet.
example:
<tableParts count="2"> <tablePart r:id="rId1"/> <tablePart r:id="rId2"/> </tableParts>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
A count of table elements in the collection. 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_TableParts">
<sequence>
<element name="tablePart" type="CT_TablePart" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>