ImpactTypes Schema
ImpactTopology Complex Type
ImpactTypes Schema : ImpactTopology Complex Type

Glossary Item Box

Description

The graph of configuration items and relations that show the impact path of a change
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Diagram

action Element rule Element end2ID Element end1ID Element type Element ID Element Sequence impactRelation Element Sequence impactRelations Element props Element type Element ID Element Sequence CI Element Sequence CIs Element Sequence ImpactTopology Complex Type

Overview

ImpactTopology
The graph of configuration items and relations that show the impact path of a change
Sequence
CIs CIs Complex Type
A collection of configuration items
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
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
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
impactRelations ImpactRelations Complex Type
A collecton of links between two items specifying that a change in one impacts the other
Sequence
impactRelation 1..∞ ImpactRelation Complex Type
A link between two items specifying that a change in one impacts the other
Sequence
ID ID Complex Type
The ID of the link
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 type of the relation
end1ID ID Complex Type
The CI ID of the item at the start of the link
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
end2ID ID Complex Type
The CI ID of the target item of the link
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
rule xs:string
The name of the impact rule that is activated by this relation
action xs:string
The action that triggers the impact rule

Used By

Source

<xs:complexType name="ImpactTopology" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      The graph of configuration items and relations that show the impact path of a change
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CIs" type="types:CIs">
      <xs:annotation>
        <xs:documentation>
          A collection of configuration items
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="impactRelations" type="impacttypes:ImpactRelations">
      <xs:annotation>
        <xs:documentation>
          A collecton of links between two items specifying that a change in one impacts the other
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also