CmdbTypes Schema
Conditions Complex Type
CmdbTypes Schema : Conditions Complex Type

Glossary Item Box

Description

Collection of Conditions of various data types
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

longOperator Element condition Element Sequence longCondition Element Sequence longConditions Element xmlOperator Element condition Element Sequence xmlCondition Element Sequence xmlConditions Element strListOperator Element condition Element Sequence strListCondition Element Sequence strListConditions Element strOperator Element condition Element Sequence strCondition Element Sequence strConditions Element intListOperator Element condition Element Sequence intListCondition Element Sequence intListConditions Element intOperator Element condition Element Sequence intCondition Element Sequence intConditions Element floatOperator Element condition Element Sequence floatCondition Element Sequence floatConditions Element doubleOperator Element condition Element Sequence doubleCondition Element Sequence doubleConditions Element dateOperator Element condition Element Sequence dateCondition Element Sequence dateConditions Element booleanOperator Element condition Element Sequence booleanCondition Element Sequence booleanConditions Element Sequence Conditions Complex Type

Overview

Conditions
Collection of Conditions of various data types
Sequence
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:boolean
The condition value to be compared to the CI or Relation's property value
booleanOperator Restriction of xs:string
Equal or not equal
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:dateTime
The condition value to be compared to the CI or Relation's property value
dateOperator Restriction of xs:string
Comparison, Changed, and Unchanged operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:double
The condition value to be compared to the CI or Relation's property value
doubleOperator Restriction of xs:string
Comparison, In, and IsNull operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:float
The condition value to be compared to the CI or Relation's property value
floatOperator Restriction of xs:string
Comparison, In, and IsNull operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:integer
The condition value to be compared to the CI or Relation's property value
intOperator Restriction of xs:string
Integer comparison operators
Sequence
Sequence
Sequence
name xs:string
The property's name
intValues optional intList Complex Type
The condition's list of values to be compared to the CI or Relation's property value
Sequence
intValue 0..∞ xs:integer
intListOperator Restriction of xs:string
Is in list or is null
Sequence
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
strOperator Restriction of xs:string
Comparison operators
Sequence
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
strListOperator Restriction of xs:string
Is in list or is null
Sequence
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
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:long
The condition value to be compared to the CI or Relation's property value
longOperator Restriction of xs:string
Comparison, In, and IsNull operators

Used By

Source

<xs:complexType name="Conditions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Collection of Conditions of various data types</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="booleanConditions" type="types:BooleanConditions" minOccurs="0" />
    <xs:element name="dateConditions" type="types:DateConditions" minOccurs="0" />
    <xs:element name="doubleConditions" type="types:DoubleConditions" minOccurs="0" />
    <xs:element name="floatConditions" type="types:FloatConditions" minOccurs="0" />
    <xs:element name="intConditions" type="types:IntConditions" minOccurs="0" />
    <xs:element name="intListConditions" type="types:IntListConditions" minOccurs="0" />
    <xs:element name="strConditions" type="types:StrConditions" minOccurs="0" />
    <xs:element name="strListConditions" type="types:StrListConditions" minOccurs="0" />
    <xs:element name="xmlConditions" type="types:XmlConditions" minOccurs="0" />
    <xs:element name="longConditions" type="types:LongConditions" minOccurs="0" />
  </xs:sequence>
</xs:complexType>

See Also