ImpactTypes Schema
ImpactPaths Complex Type
ImpactTypes Schema : ImpactPaths Complex Type

Glossary Item Box

Description

A collection of ImpactPath elements
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Diagram

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

Overview

ImpactPaths
A collection of ImpactPath elements
Sequence
ImpactPath 0..∞ ImpactPath Complex Type
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

Source

<xs:complexType name="ImpactPaths" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of ImpactPath elements</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ImpactPath" type="impacttypes:ImpactPath" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          A collection of steps in an impact graph
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also