UpdateTypes Schema
referencedCIs Element
UpdateTypes Schema > CIsAndRelationsUpdates Complex Type : referencedCIs Element

Glossary Item Box

Description

CIs used for resolving the identities of the CIs and Relations for update. The referenced CIs are not updated.
Namespace http://schemas.hp.com/ucmdb/1/types/update

Type

Diagram

booleanProps Element xmlProps Element bytesProps Element longProps Element strListProps Element strProps Element intProps Element intListProps Element floatProps Element doubleProps Element dateProps Element Sequence props Element type Element ID Element Sequence CI Element Sequence referencedCIs Element

Overview

referencedCIs optional CIs Complex Type
CIs used for resolving the identities of the CIs and Relations for update. The referenced CIs are not updated.
Sequence
CI 1..∞ CI Complex Type
A configuration element
Sequence
ID ID Complex Type
The unique ID of the instance
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
type xs:string
The class name
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="referencedCIs" type="types:CIs" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
          CIs used for resolving the identities of the CIs and Relations for update. The referenced CIs are not updated.
          </xs:documentation>
  </xs:annotation>
</xs:element>

See Also