2.2.4.168 StrategyMapViewData

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

The StrategyMapViewData complex type class specifies metadata information about a strategy map.

 <xs:complexType name="StrategyMapViewData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" default="None" name="ToolbarOptions" type="tns:StrategyMapToolbarOptions"/>
     <xs:element minOccurs="0" maxOccurs="1" name="VDX" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Version" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ParentLocation" type="tns:RepositoryLocation"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ParentType" type="tns:FirstClassObjectType"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Parameters" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

ToolbarOptions: Specifies the toolbar configuration, as defined in the StrategyMapToolbarOptions simple type (section 2.2.5.49).

VDX: Specifies a base64-bit representation of the compressed VDX [MS-VGSFF] file that represents the strategy map.

Version: Specifies the version of the protocol client where the strategy map was created. The version MUST be a number displayed as "major number.minor number.build number.private part number". A product version MUST represent a 64-bit number that holds the version number according to the following format:

  • The first 16 bits are the product major part number.

  • The next 16 bits are the product minor part number.

  • The third set of 16 bits are the product build part number.

  • The last 16 bits are the product private part number.

ParentLocation: Specifies the FirstClassElement complex type (section 2.2.4.99) that represents the parent location of the strategy map. This element MUST be present. It MUST conform to the schema of the RepositoryLocation complex type (section 2.2.4.161), and the ItemUrl  attribute MUST NOT be null.

ParentType: The ItemType attribute for the parent FirstClassElement, as specified in FirstClassObjectType (section 2.2.5.20).

Parameters: This value MUST be an empty string.