2.2.4.21 t:IsLessThanOrEqualToType Complex Type

The IsLessThanOrEqualToType 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 less than or equal to the second. The IsLessThanOrEqualToType complex type extends the TwoOperandExpressionType complex type, as specified in section 2.2.4.35.

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