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

This complex type is a ComparisonCondition element where the comparison being performed is to be done with the relational greater-than-or-equal-to operator.

 <xs:complexType name="GreaterThanEqualCondition">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ComparisonCondition">
       <xs:sequence/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>