<xsd:attribute name="Operator" form="qualified" use="required">
<xsd:annotation>
<xsd:documentation>Defines the test to apply in conjunction with the Value attribute.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Equals" />
<xsd:enumeration value="DoesNotEqual" />
<xsd:enumeration value="GreaterThan" />
<xsd:enumeration value="GreaterThanOrEqual" />
<xsd:enumeration value="LessThan" />
<xsd:enumeration value="LessThanOrEqual" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
|