2.2.4.82 DashboardElementSize

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

This complex type specifies the width or height of a DashboardElement (section 2.2.4.80).

 <xs:complexType name="DashboardElementSize" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:attribute name="Measurement" type="xs:int" use="required"/>
   <xs:attribute name="Units" type="tns:SizeType" use="required"/>
 </xs:complexType>

Measurement: Specifies the number of size units. This number MUST be positive and MUST be less than or equal to 2,147,483,647. This MUST be present.

Units: Specifies the type of size units specified by the Measurement attribute. This MUST be a SizeType (section 2.2.5.46). This MUST be present.