<cellMetadata>
(Cell Metadata)
This element represents cell metadata information. Cell metadata is information metadata about a specific cell, and it stays tied to that cell position.
Note:
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>