[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element represents a block of future metadata information. This is a location for storing feature extension information.
Parent Elements |
futureMetadata (§3.9.4) |
Child Elements |
Subclause |
extLst (Future Feature Data Storage Area) |
§3.2.10 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FutureMetadataBlock">
<sequence>
<element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
</sequence>
</complexType>