3.1.4.1.3.5 ViewParameterValue (from namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.WebAnalytics.ProcessedDataRetriever)

A complex type that specifies a parameter to be used in conjunction with viewName for this operation.

 <xs:complexType name="ViewParameterValue">
   <xs:sequence>
     <xs:element name="parameterName" nillable="true" type="xs:string"/>
     <xs:element name="parameterValue" nillable="true" type="xs:anyType"/>
     <xs:element name="viewName" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

parameterName: An xs:string [XMLSCHEMA2] section 3.2.1 element that MUST be one of the values specified in the table describing the parameter viewParameters.

parameterValue:  An xs:anyType [XMLSCHEMA1] section 3.4.7 element that is set to a value as required by parameterName. 

viewName: An xs:string [XMLSCHEMA2] section 3.2.1 element. Reserved. MUST be set to an empty string.