CmdbTypes Schema
FloatConditions Complex Type
CmdbTypes Schema : FloatConditions Complex Type

Glossary Item Box

Description

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

Base Type

Diagram

floatOperator Element value Element name Element Sequence condition Element Sequence floatCondition Element Sequence FloatConditions Complex Type

Overview

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

Used By

Source

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

See Also