2.2.3.7 tns:IsGreaterThanOrEqualTo Element

The IsGreaterThanOrEqualTo element specifies a search expression that compares a property with either a constant value or another property and evaluates to true if the first property is greater than or equal to the second.

 <xs:element name="IsGreaterThanOrEqualTo"
   type="t:IsGreaterThanOrEqualToType"
   substitutionGroup="t:SearchExpression"
 />