2.2.4.70 BpmPropertyListItem

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

The BpmPropertyListItem complex type specifies a name-value pair.

 <xs:complexType name="BpmPropertyListItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:attribute name="Name" type="xs:string"/>
   <xs:attribute name="Value" type="xs:string"/>
 </xs:complexType>

Name: The string that MUST be present, MUST be shorter than 1000 characters, MUST NOT be empty after trimming leading and trailing whitespaces, and MUST NOT be null.

Value: The string that MUST be present, MUST be shorter than 1000 characters, MUST NOT be empty after trimming leading and trailing whitespaces, and MUST NOT be null.