CmdbTypes Schema
FloatParams Complex Type
CmdbTypes Schema : FloatParams Complex Type

Glossary Item Box

Description

A collection of float properties
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

value Element name Element Sequence floatParam Element Sequence FloatParams Complex Type

Overview

FloatParams
A collection of float properties
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

Used By

Source

<xs:complexType name="FloatParams" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of float properties</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="floatParam" type="types:FloatProp" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also