CmdbTypes Schema
shallowCI Element
CmdbTypes Schema > ShallowCIs Complex Type : shallowCI Element

Glossary Item Box

Description

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

Type

Diagram

type Element ID Element Sequence shallowCI Element

Overview

shallowCI 1..∞ ShallowCI Complex Type
The ID and class 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

Source

<xs:element name="shallowCI" type="types:ShallowCI" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                        The ID and class of a Configuration Item (CI), with no property specifications
                    </xs:documentation>
  </xs:annotation>
</xs:element>

See Also