CmdbTypes Schema
ShallowCI Complex Type
CmdbTypes Schema : ShallowCI Complex Type

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

Diagram

type Element ID Element Sequence ShallowCI Complex Type

Overview

ShallowCI
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="ShallowCI" 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:sequence>
    <xs:element name="ID" type="types:ID">
      <xs:annotation>
        <xs:documentation>
                        The unique ID of the instance
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" type="xs:string">
      <xs:annotation>
        <xs:documentation>
                        The class name
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also