CmdbTypes Schema
CINodes Complex Type
CmdbTypes Schema : CINodes Complex Type

Glossary Item Box

Description

A collection of CI Nodes
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

CI Element Sequence CIs Element label Element Sequence CINode Element Sequence CINodes Complex Type

Overview

CINodes
A collection of CI Nodes
Sequence
CINode 0..∞ CINode Complex Type
A Map data unit, consisting of a node label and the collection of configuration items to which the label applies.
Sequence
label xs:string
The tag of a collection of related configuration items
CIs CIs Complex Type
A collection of related CI items
Sequence
CI 1..∞ CI Complex Type
A configuration element
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
props optional CIProperties Complex Type
The collection of properties and values
Sequence
Sequence
Sequence
Sequence

Used By

Source

<xs:complexType name="CINodes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of CI Nodes</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CINode" type="types:CINode" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
                        A Map data unit, consisting of a node label and the collection of configuration items to which
                        the label applies.
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also