CmdbTypes Schema
booleanOperator Element
CmdbTypes Schema > BooleanCondition Complex Type : booleanOperator Element

Glossary Item Box

Description

Equal or not equal
Namespace http://schemas.hp.com/ucmdb/1/types

Type

Restriction of xs:string

Diagram

booleanOperator Element

Overview

booleanOperator Restriction of xs:string
Equal or not equal

Source

<xs:element name="booleanOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                                Equal or not equal
                            </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Equal" />
      <xs:enumeration value="NotEqual" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>

See Also