CmdbTypes Schema
XmlCondition Complex Type
CmdbTypes Schema : XmlCondition Complex Type

Glossary Item Box

Description

Condition of type Xml
Namespace http://schemas.hp.com/ucmdb/1/types

Base Type

Diagram

xmlOperator Element value Element name Element Sequence condition Element Sequence XmlCondition Complex Type

Overview

XmlCondition Extension of Condition Complex Type
Condition of type Xml
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
xmlOperator Restriction of xs:string
Does property exist

Used By

Source

<xs:complexType name="XmlCondition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Condition of type Xml</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="types:Condition">
      <xs:sequence>
        <xs:element name="condition" type="types:XmlProp" />
        <xs:element name="xmlOperator">
          <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>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

See Also