HistoryTypes Schema
changeType Element
HistoryTypes Schema > ChangedDataInfo Complex Type : changeType Element

Glossary Item Box

Description

Indicates where the changes occurred
Namespace http://schemas.hp.com/ucmdb/1/types/history

Type

Restriction of xs:string

Diagram

changeType Element

Overview

changeType Restriction of xs:string
Indicates where the changes occurred

Source

<xs:element name="changeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>

See Also