CmdbTypes Schema
props Element
CmdbTypes Schema > CI Complex Type : props Element

Glossary Item Box

Description

The collection of properties and values
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 props Element

Overview

props optional CIProperties Complex Type
The collection of properties and values
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="props" type="types:CIProperties" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                        The collection of properties and values
                    </xs:documentation>
  </xs:annotation>
</xs:element>

See Also