booleanOperator

Attribute Information

Used By

Source

<xs:attribute name="booleanOperator" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="or"/>
      <xs:enumeration value="and"/>
      <xs:enumeration value="xor"/>
      <xs:enumeration value="surrogate"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample