2.2.4.147 NamedSet

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

An OLAP named set.

 <xs:complexType name="NamedSet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Dimensions" type="tns:ArrayOfString"/>
   </xs:sequence>
   <xs:attribute name="Name" type="xs:string"/>
   <xs:attribute name="Expression" type="xs:string"/>
   <xs:attribute name="DisplayFolder" type="xs:string"/>
 </xs:complexType>

Dimensions: The list (1) of dimensions (section 2.2.4.90) used in the named set, using the Dimension.UniqueName property. It MUST conform to the schema of the ArrayOfString (section 2.2.4.54) complex type.

Name: The display name for the named set.

Expression: The MDX for this named set.

DisplayFolder: Where the named set appears in a hierarchical view of named sets.