ImpactTypes Schema
ImpactedCIs Complex Type
ImpactTypes Schema : ImpactedCIs Complex Type

Glossary Item Box

Description

A collection the IDs and type names of the configuration items affected by the change
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Diagram

type Element ID Element Sequence impactedCI Element Sequence ImpactedCIs Complex Type

Overview

ImpactedCIs
A collection the IDs and type names of the configuration items affected by the change
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="ImpactedCIs" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection the IDs and type names of the configuration items affected by the change</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="impactedCI" type="impacttypes:ImpactedCI" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also