comparator

Attribute Information

Used By

Complex Type testRule:rulePrototype

Source

<attribute name="comparator" use="required">
  <simpleType>
    <restriction base="string">
      <enumeration value="eq"/>
      <enumeration value="ne"/>
      <enumeration value="gt"/>
      <enumeration value="gte"/>
      <enumeration value="lt"/>
      <enumeration value="lte"/>
    </restriction>
  </simpleType>
</attribute>

Sample