[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ms (Set MDX Metadata)

This element represents an MDX set.

Parent Elements

mdx3.9.6)

 

Child Elements

Subclause

n (Member Unique Name Index)

§3.9.13

 

Attributes

Description

c (Sort By Member Index Count)

Number of sort-by member indices. This is essentially the number of coordinates in the cube that this member is defined by.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

ns (Set Definition Index)

Zero based index of the set definition in the metadata string store.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

o (Set Sort Order)

An enumeration specifying what sort order is used to sort the set.

 

The possible values for this attribute are defined by the ST_MdxSetOrder simple type (§3.18.48).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_MdxSet">

   <sequence>

   <element name="n" type="CT_MetadataStringIndex" minOccurs="0" maxOccurs="unbounded"/>

   </sequence>

   <attribute name="ns" type="xsd:unsignedInt" use="required"/>

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

   <attribute name="o" type="ST_MdxSetOrder" use="optional" default="u"/>

</complexType>