CmdbTypes Schema
ShallowCIs Complex Type
CmdbTypes Schema : ShallowCIs Complex Type

Glossary Item Box

Description

Collection of Shallow CIs
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

type Element ID Element Sequence shallowCI Element Sequence ShallowCIs Complex Type

Overview

ShallowCIs
Collection of Shallow CIs
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

Used By

Source

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

See Also