2.2.4.80 DashboardElement

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

The DashboardElement complex type specifies the parts of a Dashboard (section 2.2.4.79) that have width and height.

The DashboardElement complex type extends the SecondClassElement type (section 2.2.4.163) and is the base type for DashboardElementContainer (section 2.2.4.81) and DashboardItem (section 2.2.4.83).

 <xs:complexType name="DashboardElement" abstract="true" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:SecondClassElement">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="Height" type="tns:DashboardElementSize"/>
         <xs:element minOccurs="0" maxOccurs="1" name="Width" type="tns:DashboardElementSize"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Height: Specifies the height of the DashboardElement. This MUST be present. This MUST be a DashboardElementSize (see section 2.2.4.82).

Width:  Specifies the width of the DashboardElement. This MUST be present. This MUST be a DashboardElementSize.