CmdbTypes Schema
parameters Element
CmdbTypes Schema > ParameterizedNode Complex Type : parameters Element

Glossary Item Box

Description

The property names and values to be passed to the parameterized query
Namespace http://schemas.hp.com/ucmdb/1/types

Type

Diagram

value Element name Element Sequence booleanProp Element Sequence booleanProps Element value Element name Element Sequence xmlProp Element Sequence xmlProps Element value Element name Element Sequence bytesProp Element Sequence bytesProps Element value Element name Element Sequence longProp Element Sequence longProps Element strValues Element name Element Sequence strListProp Element Sequence strListProps Element value Element name Element Sequence strProp Element Sequence strProps Element value Element name Element Sequence intProp Element Sequence intProps Element intValues Element name Element Sequence intListProp Element Sequence intListProps Element value Element name Element Sequence floatProp Element Sequence floatProps Element value Element name Element Sequence doubleProp Element Sequence doubleProps Element value Element name Element Sequence dateProp Element Sequence dateProps Element Sequence parameters Element

Overview

parameters CIProperties Complex Type
The property names and values to be passed to the parameterized query
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:element name="parameters" type="types:CIProperties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                        The property names and values to be passed to the parameterized query
                    </xs:documentation>
  </xs:annotation>
</xs:element>

See Also