CmdbTypes Schema
Parameters Complex Type
CmdbTypes Schema : Parameters Complex Type

Glossary Item Box

Description

Properties collection of a configuration item
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

value Element name Element Sequence booleanParam Element Sequence booleanParams Element value Element name Element Sequence xmlParam Element Sequence xmlParams Element value Element name Element Sequence bytesParam Element Sequence bytesParams Element value Element name Element Sequence longParam Element Sequence longParams Element strValues Element name Element Sequence strListParam Element Sequence strListParams Element value Element name Element Sequence strParam Element Sequence strParams Element value Element name Element Sequence intParam Element Sequence intParams Element intValues Element name Element Sequence intListParam Element Sequence intListParams Element value Element name Element Sequence floatParam Element Sequence floatParams Element value Element name Element Sequence doubleParam Element Sequence doubleParams Element value Element name Element Sequence dateParam Element Sequence dateParams Element Sequence Parameters Complex Type

Overview

Parameters
Properties collection of a configuration item
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
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
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
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
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
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
Sequence
Sequence
name xs:string
The property's name
strValues optional strList Complex Type
The list of condition values to be compared to the CI or Relation's property value
Sequence
strValue 0..∞ xs:string
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
Sequence
Sequence
name xs:string
The property's name
value optional xs:base64Binary
The condition value to be compared to the CI or Relation's property value
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
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

Source

<xs:complexType name="Parameters" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Properties collection of a configuration item</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="dateParams" type="types:DateParams" />
    <xs:element name="doubleParams" type="types:DoubleParams" />
    <xs:element name="floatParams" type="types:FloatParams" />
    <xs:element name="intListParams" type="types:IntListParams" />
    <xs:element name="intParams" type="types:IntParams" />
    <xs:element name="strParams" type="types:StrParams" />
    <xs:element name="strListParams" type="types:StrListParams" />
    <xs:element name="longParams" type="types:LongParams" />
    <xs:element name="bytesParams" type="types:BytesParams" />
    <xs:element name="xmlParams" type="types:XmlParams" />
    <xs:element name="booleanParams" type="types:BooleanParams" />
  </xs:sequence>
</xs:complexType>

See Also