2.2.4.73 BpmPropertyUser

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

This complex type defines a User property. The type extends BpmProperty (section 2.2.4.62).

 <xs:complexType name="BpmPropertyUser" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:BpmProperty">
       <xs:attribute name="Login" type="xs:string"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Login: The user login name in domain\user format. If the BpmProperty (section 2.2.4.62) Required field is set to true, the value MUST NOT be empty after trimming leading and trailing white space and MUST NOT be null. It MUST contain less than 1000 characters.