ImpactTypes Schema
ImpactPath Complex Type
ImpactTypes Schema : ImpactPath Complex Type

Glossary Item Box

Description

A collection of steps in an impact graph
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Diagram

impactedCI Element Sequence impactedCI Element ruleName Element impactedCI Element Sequence triggerCI Element Sequence ImpactStep Element Sequence ImpactPath Complex Type

Overview

ImpactPath
A collection of steps in an impact graph
Sequence
ImpactStep 0..∞ ImpactStep Complex Type
A 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="ImpactPath" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of steps in an impact graph</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ImpactStep" type="impacttypes:ImpactStep" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          A step in an impact graph
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also