ImpactTypes Schema
ImpactedCI Complex Type
ImpactTypes Schema : ImpactedCI Complex Type

Glossary Item Box

Description

The ID and type name of a Configuration Item (CI), with no property specifications
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Base Type

Diagram

type Element ID Element Sequence ImpactedCI Complex Type

Overview

ImpactedCI Extension of ShallowCI Complex Type
The ID and type name of a Configuration Item (CI), with no property specifications
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="ImpactedCI" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The ID and type name of a Configuration Item (CI), with no property specifications</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="types:ShallowCI" />
  </xs:complexContent>
</xs:complexType>

See Also