<metadataStrings> (Metadata String Store)

This element represents the metadata string store. This is a collection of strings that are used as a resource for the rest of the metadata part. It contains all the required OLAP strings used in the spreadsheet including the connection name, as well as mdx expressions identifying specific members and sets. It is indexed from individual metadata records so that the records can use these strings to build up the necessary mdx statements to retrieve the correct data from the OLAP cube.

Parent Elements

<metadata>3.9.8)

Child Elements

Subclause

<s> (Character Value)

§3.13.8

Attributes

Description

<count> (MDX Metadata String Count)

Number of records in the string store.

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_MetadataStrings">
	<sequence>
	<element name="s" type="CT_XStringElement" minOccurs="1" maxOccurs="unbounded"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
</complexType>