2.2.4.20 t:IsGreaterThanType Complex Type

The IsGreaterThanType complex type specifies a search expression that compares a property with either a constant value or another property and returns "true" if the first property is greater. The IsGreaterThanType complex type extends the TwoOperandExpressionType complex type, as specified in section 2.2.4.35.

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