2.2.4.34 ArrayOfFirstClassElement

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

The ArrayOfFirstClassElement complex type specifies an array of first-class objects.

 <xs:complexType name="ArrayOfFirstClassElement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="FirstClassElement" nillable="true" type="tns:FirstClassElement"/>
   </xs:sequence>
 </xs:complexType>

FirstClassElement: This element MUST NOT be null and MUST conform to the schema of the FirstClassElement (section 2.2.4.99) complex type.