CmdbTypes Schema
strListOperator Element
CmdbTypes Schema > StrListCondition Complex Type : strListOperator Element

Glossary Item Box

Description

Is in list or is null
Namespace http://schemas.hp.com/ucmdb/1/types

Type

Restriction of xs:string

Diagram

strListOperator Element

Overview

strListOperator Restriction of xs:string
Is in list or is null

Source

<xs:element name="strListOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                                Is in list or is null
                            </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="InList" />
      <xs:enumeration value="IsNull" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>

See Also