HistoryTypes Schema
ChangedDataInfo Complex Type
HistoryTypes Schema : ChangedDataInfo Complex Type

Glossary Item Box

Description

The list of items related to the trigger that have changed and a summary element
Namespace http://schemas.hp.com/ucmdb/1/types/history

Diagram

changeType Element rootID Element ID Element Sequence changedIDs Element Sequence ChangedDataInfo Complex Type

Overview

ChangedDataInfo
The list of items related to the trigger that have changed and a summary element
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="ChangedDataInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      The list of items related to the trigger that have changed and a summary element
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="changedIDs" type="types:IDs">
      <xs:annotation>
        <xs:documentation> 
        The list of changed IDs, not including the root
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rootID" type="types:ID">
      <xs:annotation>
        <xs:documentation> 
        The ID of the CI that triggers the check
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="changeType">
      <xs:annotation>
        <xs:documentation>
          Indicates where the changes occurred
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="NO_CHANGE" />
          <xs:enumeration value="ROOT_CHANGED">
            <xs:annotation>
              <xs:documentation> 
              ROOT_CHANGED: The trigger CI has changed. No other CI that was checked changed.
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="RELATED_OBJECT_CHANGED">
            <xs:annotation>
              <xs:documentation> 
              RELATED_OBJECT_CHANGED: At least one CI related to the trigger has changed, but the trigger CI did not change.
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ROOT_AND_OBJECT_CHANGED">
            <xs:annotation>
              <xs:documentation>
                ROOT_AND_OBJECT_CHANGED: The trigger CI and at least one other related CI changed
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also