[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

mdxMetadata (MDX Metadata Information)

This element represents a collection of specific MDX metadata records for the spreadsheet. This is used to build up the members, sets, tuples, KPIs, and member properties for the spreadsheet.

Parent Elements

metadata3.9.8)

 

Child Elements

Subclause

mdx (MDX Metadata Record)

§3.9.6

 

Attributes

Description

count (MDX Metadata Record Count)

Number of MDX metadata 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_MdxMetadata">

   <sequence>

   <element name="mdx" type="CT_Mdx" minOccurs="1" maxOccurs="unbounded"/>

   </sequence>

   <attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>

</complexType>