2.2.4.158 PropertyBag

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

The PropertyBag complex type MUST contain a pairing of keys and values.

 <xs:complexType name="PropertyBag" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Keys" type="tns:ArrayOfString"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Values" type="tns:ArrayOfChoice1"/>
   </xs:sequence>
 </xs:complexType>

Keys: Key names of type string.

Values: A property chosen from a list (1) of various data types; see ArrayOfChoice1.