CmdbTypes Schema
floatOperator Element
CmdbTypes Schema > FloatCondition Complex Type : floatOperator Element

Glossary Item Box

Description

Comparison, In, and IsNull operators
Namespace http://schemas.hp.com/ucmdb/1/types

Type

Restriction of xs:string

Diagram

floatOperator Element

Overview

floatOperator Restriction of xs:string
Comparison, In, and IsNull operators

Source

<xs:element name="floatOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                                Comparison, In, and IsNull operators
                            </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Equal" />
      <xs:enumeration value="NotEqual" />
      <xs:enumeration value="Greater" />
      <xs:enumeration value="GreaterEqual" />
      <xs:enumeration value="Less" />
      <xs:enumeration value="LessEqual" />
      <xs:enumeration value="In" />
      <xs:enumeration value="IsNull" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>

See Also