ImpactTypes Schema
ImpactStep Complex Type
ImpactTypes Schema : ImpactStep Complex Type

Glossary Item Box

Description

A single step in an impact graph
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Diagram

type Element ID Element Sequence impactedCI Element Sequence impactedCI Element ruleName Element type Element ID Element Sequence impactedCI Element Sequence triggerCI Element Sequence ImpactStep Complex Type

Overview

ImpactStep
A single step in an impact graph
Sequence
triggerCI ImpactedCIs Complex Type
The CI that was the source of this trail
Sequence
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
ruleName xs:string
The rule that identified this impact
impactedCI ImpactedCIs Complex Type
The CIs that are impacted by the triggers via the rule
Sequence
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

Used By

Source

<xs:complexType name="ImpactStep" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A single step in an impact graph</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="triggerCI" type="impacttypes:ImpactedCIs">
      <xs:annotation>
        <xs:documentation>The CI that was the source of this trail</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ruleName" type="xs:string">
      <xs:annotation>
        <xs:documentation>The rule that identified this impact</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="impactedCI" type="impacttypes:ImpactedCIs">
      <xs:annotation>
        <xs:documentation>The CIs that are impacted by the triggers via the rule</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also