2.2.5.46 SizeType

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

This simple type enumeration specifies the size unit in DashboardElementSize (section 2.2.4.82).

 <xs:simpleType name="SizeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="AutoSize"/>
     <xs:enumeration value="Absolute"/>
     <xs:enumeration value="Percent"/>
   </xs:restriction>
 </xs:simpleType>

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

Value

Meaning

AutoSize

Auto sized based on internal content. Any related measurement value MUST be ignored if specified.

Absolute

Absolute value in pixels.

Percent

Percentage value relative to the container size. This value MUST NOT be less than 0 and MUST NOT be greater than 100.