CmdbTypes Schema
strOperator Element
CmdbTypes Schema > StrCondition Complex Type : strOperator Element

Glossary Item Box

Description

Comparison operators
Namespace http://schemas.hp.com/ucmdb/1/types

Type

Restriction of xs:string

Diagram

strOperator Element

Overview

strOperator Restriction of xs:string
Comparison operators

Source

<xs:element name="strOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                                Comparison operators
                            </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Equal" />
      <xs:enumeration value="NotEqual" />
      <xs:enumeration value="Like" />
      <xs:enumeration value="LikeIgnoreCase" />
      <xs:enumeration value="In" />
      <xs:enumeration value="IsNull" />
      <xs:enumeration value="EqualIgnoreCase" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>

See Also