CmdbTypes Schema
CIs Element
CmdbTypes Schema > ShallowTopology Complex Type : CIs Element

Glossary Item Box

Description

A collection of configuration items' IDs and classes, with no property specifications
Namespace http://schemas.hp.com/ucmdb/1/types

Type

Diagram

type Element ID Element Sequence shallowCI Element Sequence CIs Element

Overview

CIs ShallowCIs Complex Type
A collection of configuration items' IDs and classes, with no property specifications
Sequence
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="CIs" type="types:ShallowCIs" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                        A collection of configuration items' IDs and classes, with no property specifications
                    </xs:documentation>
  </xs:annotation>
</xs:element>

See Also