[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
bk (Metadata Block)
This element represents a block of metadata records.
Parent Elements |
cellMetadata (§3.9.3); valueMetadata (§3.9.17) |
Child Elements |
Subclause |
rc (Metadata Record) |
§3.9.15 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MetadataBlock">
<sequence>
<element name="rc" type="CT_MetadataRecord" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>