2.2.4.68 BpmPropertyLinkBase

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

The BpmPropertyLinkBase complex type defines a Hyperlink property. It extends the BpmProperty (section 2.2.4.62) type.

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

Hyperlink: Hyperlink URL. The attribute MUST NOT be null and MUST be a valid [RFC1738] URL or a string constant: "about:blank".