[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element represents cell metadata information. Cell metadata is information metadata about a specific cell, and it stays tied to that cell position.
[Note: Applications should not use this for storing metadata, but instead us valueMetadata. Cell metadata is included for storing information from future application. end note]
Parent Elements |
metadata (§3.9.8) |
Child Elements |
Subclause |
bk (Metadata Block) |
§3.9.1 |
Attributes |
Description |
count (Metadata Block Count) |
Number of blocks of metadata records.
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_MetadataBlocks">
<sequence>
<element name="bk" type="CT_MetadataBlock" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
</complexType>