2.2.4.44 ArrayOfMeasure

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

The ArrayOfMeasure complex type defines an array of Measure (section 2.2.4.133) complex type.

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

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