2.2.4.81 DashboardElementContainer

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

The DashboardElementContainer complex type specifies a group of DashboardElement complex types (section 2.2.4.80) that are displayed vertically or horizontally.

Each dashboard page is specified by a DashboardElementContainer.

Each zone on a dashboard page is specified by a DashboardElementContainer.

The DashboardElementContainer complex type extends the DashboardElement.

 <xs:complexType name="DashboardElementContainer" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:DashboardElement">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="DashboardElements" type="tns:ArrayOfDashboardElement"/>
       </xs:sequence>
       <xs:attribute name="Orientation" type="tns:LayoutOrientation" use="required"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

DashboardElements: Specifies the DashboardElements in the DashboardElementContainer. This is an array of DashboardElements (section 2.2.4.28).

Orientation: Specifies the orientation of the DashboardElementContainer. This is a LayoutOrientation simple type (section 2.2.5.33). This MUST be present.