<m> (No Value)

Represents a value that was not specified.

example:
<sharedItems containsString="0" containsBlank="1" count="1">
  <m/>
</sharedItems>

Parent Elements

<entries>3.10.1.28); <groupItems>3.10.1.38); <r>3.10.1.77); <sharedItems>3.10.1.90)

Child Elements

Subclause

<tpls> (Tuples)

§3.10.1.93

<x> (Member Property Index)

§3.10.1.96

Attributes

Description

<b> (Bold)

Specifies a boolean value that indicates whether the value contains bold formatting on the OLAP server. This attribute applies to OLAP-based PivotTables only.

A value of on, 1, or true indicates this value contains bold formatting on the server.

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

<bc> (background Color)

Specifies the background color for this value that was provided by the OLAP server. This attribute applies to OLAP-based PivotTables only. The color is specified as a HEX value in RGB space.

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

<c> (Caption)

Specifies the caption for this item.

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

<cp> (Member Property Count)

Specifies the number of member property values for this item.

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

<f> (Calculated Item)

Specifies a boolean value that indicates whether this is a calculated item value.

A value of on, 1, or true indicates this item is a calculated value.

A value of off, 0, or false indicates this item is not calculated.

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

<fc> (Foreground Color)

Specifies the foreground color for this value that was provided by the OLAP server. This attribute applies to OLAP-based PivotTables only. The color is specified as a HEX value in RGB space.

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

<i> (Italic)

Specifies a boolean value that indicates whether the value contains italic formatting on the OLAP server. This attribute applies to OLAP-based PivotTables only.

A value of on, 1, or true indicates this value contains underline formatting on the server.

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

<in> (Format Index)

Specifies the index to the OLAP <serverformat> element where the format string for this entry is stored.

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

<st> (Strikethrough)

Specifies a boolean value that indicates whether the value contains strikethrough formatting on the OLAP server. This attribute applies to OLAP-based PivotTables only.

A value of on, 1, or true indicates this value contains underline formatting on the server.

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

<u> (Unused Item)

Specifies a boolean value that indicates whether this is an unused item. The application marks an item as unused when an item is deleted from the data source. The item and associated metadata are retained in the cache until the threshold for unused items specified in <missingItemsLimit> is reached.

A value of on, 1, or true indicates this item is unused.

A value of off, 0, or false indicates this item is used.

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

<un> (Underline)

Specifies a boolean value that indicates whether the value contains underline formatting on the OLAP server. This attribute applies to OLAP-based PivotTables only.

A value of on, 1, or true indicates this value contains underline formatting on the server.

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

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

<complexType name="CT_Missing">
	<sequence>
	<element name="tpls" minOccurs="0" maxOccurs="unbounded" type="CT_Tuples"/>
	<element name="x" minOccurs="0" maxOccurs="unbounded" type="CT_X"/>
	</sequence>
	<attribute name="u" type="xsd:boolean"/>
	<attribute name="f" type="xsd:boolean"/>
	<attribute name="c" type="ST_Xstring"/>
	<attribute name="cp" type="xsd:unsignedInt"/>
	<attribute name="in" type="xsd:unsignedInt" use="optional"/>
	<attribute name="bc" type="ST_UnsignedIntHex" use="optional"/>
	<attribute name="fc" type="ST_UnsignedIntHex" use="optional"/>
	<attribute name="i" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="un" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="st" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="b" type="xsd:boolean" use="optional" default="false"/>
</complexType>