CmdbTypes Schema
BooleanConditions Complex Type
CmdbTypes Schema : BooleanConditions Complex Type

Glossary Item Box

Description

A collection Boolean conditions
Namespace http://schemas.hp.com/ucmdb/1/types

Base Type

Diagram

booleanOperator Element value Element name Element Sequence condition Element Sequence booleanCondition Element Sequence BooleanConditions Complex Type

Overview

BooleanConditions Extension of Condition Complex Type
A collection Boolean conditions
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

Used By

Source

<xs:complexType name="BooleanConditions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection Boolean conditions</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="types:Condition">
      <xs:sequence>
        <xs:element name="booleanCondition" type="types:BooleanCondition" minOccurs="0" maxOccurs="unbounded" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

See Also