2.2.4.19 t:IsGreaterThanOrEqualToType Complex Type

The IsGreaterThanOrEqualToType complex type 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. The IsGreaterThanOrEqualToType complex type extends the TwoOperandExpressionType complex type, as specified in section 2.2.4.35.

 <xs:complexType name="IsGreaterThanOrEqualToType">
   <xs:complexContent>
     <xs:extension
       base="t:TwoOperandExpressionType"
      />
   </xs:complexContent>
 </xs:complexType>