2.2.4.149 NameInfo

Namespace: http://www.microsoft.com/performancepoint/scorecards

The NameInfo complex type specifies the names and the description of a cube, dimension, hierarchy, level, or measure. It is the base type for the complex types Cube (section 2.2.4.78), Dimension (section 2.2.4.90), Hierarchy (section 2.2.4.124), Level (section 2.2.4.131), and Measure (section 2.2.4.133).

 <xs:complexType name="NameInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:attribute name="DisplayName" type="xs:string"/>
   <xs:attribute name="UniqueName" type="xs:string"/>
   <xs:attribute name="Description" type="xs:string"/>
 </xs:complexType>

DisplayName: The display name of the cube, dimension, hierarchy, level, or measure.

UniqueName: The unique name of the cube, dimension, hierarchy, level, or measure.

Description: The description of the cube, dimension, hierarchy, level, or measure.