2.2.4.69 BpmPropertyList

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

The BpmPropertyList complex type specifies zero, or one item of the ArrayOfBpmPropertyListItem complex type (section 2.2.4.24). It extends the BpmProperty complex type (section 2.2.4.62).

 <xs:complexType name="BpmPropertyList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:BpmProperty">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="ListItems" type="tns:ArrayOfBpmPropertyListItem"/>
       </xs:sequence>
       <xs:attribute name="SelectedIndex" type="xs:int" use="required"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ListItems: This element MUST NOT be null and MUST conform to the schema of the ArrayOfBpmPropertyListItem.

SelectedIndex: An integer value that MUST fall between zero and the length of ListItems.