2.2.4.95 EndPoint
Namespace: http://www.microsoft.com/performancepoint/scorecards
This complex type defines the receiving end of a connection between a Web Part that provides parameter values such as a filter or a scorecard, and a Web Part that consumes parameter values, such as a report view or a scorecard.
-
<xs:complexType name="EndPoint" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:attribute name="Category" type="tns:EndPointCategory" use="required"/> <xs:attribute name="UniqueName" type="xs:string"/> <xs:attribute name="DisplayName" type="xs:string"/> <xs:attribute name="AcceptsMultipleFilterLinks" type="xs:boolean" use="required"/> </xs:complexType>
Category: This attribute describes the category of the EndPoint as defined in EndPointCategory. It MUST be present.
UniqueName: This attribute is a string that represents the unique name of the EndPoint. It MUST be present.
DisplayName: This attribute is a string that represents the display name of the EndPoint. It MUST be present.
AcceptsMultipleFilterLinks: This attribute MUST be present and MUST be true if the EndPoint can accept multiple connections from a filter or a scorecard; otherwise, false.