2.2.5.2 SettingType

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

The SettingType simple type specifies how to interpret setting values when they are presented as strings.

 <xs:simpleType name="SettingType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="String"/>
     <xs:enumeration value="Boolean"/>
     <xs:enumeration value="Integer"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SettingType simple type.

Value

Meaning

String

The setting value is a string.

Boolean

The setting value is a Boolean.

Integer

The setting value is a numeric integer.