CmdbTypes Schema
xmlOperator Element
CmdbTypes Schema > XmlCondition Complex Type : xmlOperator Element

Glossary Item Box

Description

Does property exist
Namespace http://schemas.hp.com/ucmdb/1/types

Type

Restriction of xs:string

Diagram

xmlOperator Element

Overview

xmlOperator Restriction of xs:string
Does property exist

Source

<xs:element name="xmlOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                                Does property exist
                            </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="IsNull">
        <xs:annotation>
          <xs:documentation>
                                            True if the property is empty
                                        </xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>

See Also