HistoryChangesServiceParameters Schema
getChangedCIsResponse Complex Type
HistoryChangesServiceParameters Schema : getChangedCIsResponse Complex Type

Glossary Item Box

Namespace http://schemas.hp.com/ucmdb/1/params/history

Diagram

changeType Element rootID Element ID Element Sequence changedIDs Element Sequence changeDataInfo Element Sequence getChangedCIsResponse Complex Type

Overview

Sequence
Sequence
changedIDs IDs Complex Type
The list of changed IDs, not including the root
Sequence
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
rootID ID Complex Type
The ID of the CI that triggers the check
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
changeType Restriction of xs:string
Indicates where the changes occurred

Used By

Source

<xs:complexType name="getChangedCIsResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="changeDataInfo" type="historytypes:ChangedDataInfo" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also