2.2.4.33 ArrayOfEndPoint
Namespace: http://www.microsoft.com/performancepoint/scorecards
The ArrayOfEndPoint complex type specifies an array of connection termination points for a consumer Web Part such as a report view or a scorecard.
-
<xs:complexType name="ArrayOfEndPoint" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="EndPoint" nillable="true" type="tns:EndPoint"/> </xs:sequence> </xs:complexType>
EndPoint: This element MUST NOT be null and MUST conform to the schema of the EndPoint (section 2.2.4.95) complex type.