[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

metadata (Metadata)

This element represents the root node for all metadata information in the spreadsheet.

Parent Elements

Root element of SpreadsheetML Metadata part

 

Child Elements

Subclause

cellMetadata (Cell Metadata)

§3.9.3

extLst (Future Feature Data Storage Area)

§3.2.10

futureMetadata (Future Metadata)

§3.9.4

mdxMetadata (MDX Metadata Information)

§3.9.7

metadataStrings (Metadata String Store)

§3.9.9

metadataTypes (Metadata Types Collection)

§3.9.11

valueMetadata (Value Metadata)

§3.9.17

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Metadata">

   <sequence>

   <element name="metadataTypes" type="CT_MetadataTypes" minOccurs="0" maxOccurs="1"/>

   <element name="metadataStrings" type="CT_MetadataStrings" minOccurs="0" maxOccurs="1"/>

   <element name="mdxMetadata" type="CT_MdxMetadata" minOccurs="0" maxOccurs="1"/>

   <element name="futureMetadata" type="CT_FutureMetadata" minOccurs="0" maxOccurs="unbounded"/>

   <element name="cellMetadata" type="CT_MetadataBlocks" minOccurs="0" maxOccurs="1"/>

   <element name="valueMetadata" type="CT_MetadataBlocks" minOccurs="0" maxOccurs="1"/>

   <element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>

   </sequence>

</complexType>