3.1.4.11.2.1 GetRemainingSearchResults

The GetRemainingSearchResults element specifies the input data for the GetRemainingSearchResults WSDL operation.

 <xs:element name="GetRemainingSearchResults" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="parameterLocation" nillable="true" type="tns:RepositoryLocation"/>
       <xs:element minOccurs="0" name="searchTerm" nillable="true" type="xs:string"/>
       <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.PerformancePoint.Scorecards" minOccurs="0" name="webPartContext" nillable="true" type="q1:WebPartContext"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

parameterLocation: The parameter provider’s location as specified by RepositoryLocation (specified in [MS-PPSAS] section 2.2.4.161).

searchTerm: A string representing a word or phrase that will be used to search the parameter’s display data.

webPartContext: Specifies the current context of a Web Part, as defined in WebPartContext (section 2.2.4.20).