2.2.4.15 ParameterSearchResultRecord

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.PerformancePoint.Scorecards.ServerCommon

The ParameterSearchResultRecord complex type<2> contains a string that represents an array of search result nodes and a string which represents an array of ancestor node display captions.

 <xs:complexType name="ParameterSearchResultRecord" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="_ancestors" nillable="true" type="xs:string"/>
     <xs:element name="_resultNodes" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

_ancestors: A JavaScript Object Notation (JSON) (as specified in [RFC4627]) serialized string specifying an array of strings which represent ancestor node display captions.

_resultNodes: A JSON (as specified in [RFC4627]) serialized string specifying an array of objects which represent search result nodes.