[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

valueMetadata (Value Metadata)

This element represents the value metadata information for the spreadsheet. It is essentially a collection of block elements that each define the value metadata for a particular cell. Cells in the workbook index into this collection, and each block element in this collection in turn references the mdxMetadata records.

Parent Elements

metadata3.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>