booleanOperator

Attribute Information

Used By

Source

<xs:attribute name="booleanOperator" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="isIn"/>
      <xs:enumeration value="isNotIn"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample