CmdbTypes Schema
Condition Complex Type
CmdbTypes Schema : Condition Complex Type

Glossary Item Box

Description

An abstract condition. Conditions are used to filter the objects returned from a query. Generally, elements of type Condition have a property name, a property value, and a comparison operator.
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

Condition Complex Type

Overview

Condition
An abstract condition. Conditions are used to filter the objects returned from a query. Generally, elements of type Condition have a property name, a property value, and a comparison operator.

Source

<xs:complexType name="Condition" abstract="true" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An abstract condition. Conditions are used to filter the objects returned from a query.
                Generally, elements of type Condition have a property name, a property value, and a comparison operator.
            </xs:documentation>
  </xs:annotation>
</xs:complexType>

See Also