[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
metadataTypes (Metadata Types Collection)
This element is a collection of metadata types.
Parent Elements |
metadata (§3.9.8) |
Child Elements |
Subclause |
metadataType (Metadata Type Information) |
§3.9.10 |
Attributes |
Description |
count (Metadata Type Count) |
Number of metadata types.
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_MetadataTypes">
<sequence>
<element name="metadataType" type="CT_MetadataType" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
</complexType>