2.2.4.1.1.2.1.2.7 MeasureFormatStringNormType Complex Type
The MeasureFormatStringNormType<45> type is a collection of simple elements.
-
<xsd:complexType name="MeasureFormatStringNormType"> <xsd:sequence> <xsd:element name="DistinctMemberCount" type="xsd:integer" minOccurs="1" maxOccurs="1" /> <xsd:element name="Data" type="xsd:base64Binary" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType>
Attribute |
Description |
---|---|
DistinctMemberCount |
Indicates the distinct count of measure members from the measures hierarchy. |
Data |
Contains the format string for each measure member from the measures hierarchy. The format string is usually of type base64Binary. However, if the format string is an empty string, it is represented by the value -1. |