2.2.4.23 ArrayOfBpmProperty

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

The ArrayOfBpmProperty complex type specifies an array of BpmProperty elements (see section 2.2.4.62).

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

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