ImpactTypes Schema
ImpactRelations Complex Type
ImpactTypes Schema : ImpactRelations Complex Type

Glossary Item Box

Description

A collection of ImpactRelation elements
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 Complex Type

Overview

ImpactRelations
A collection of ImpactRelation elements
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="ImpactRelations" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of ImpactRelation elements
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="impactRelation" type="impacttypes:ImpactRelation" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          A link between two items specifying that a change in one impacts the other
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also