2.2.4.71 BpmPropertyLongText

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

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

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

Text: The long text value. 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 whitespaces and MUST NOT be null. The text MUST contain fewer than 4000 characters.