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

Glossary Item Box

Description

A collection of links. each between two configuration items, with no specification of the type of link or of any properties
Namespace http://schemas.hp.com/ucmdb/1/types

Type

Diagram

end2ID Element end1ID Element ID Element Sequence shallowCompoundRelations Element Sequence compoundRelations Element

Overview

compoundRelations optional ShallowCompoundRelations Complex Type
A collection of links. each between two configuration items, with no specification of the type of link or of any properties
Sequence
shallowCompoundRelations 1..∞ ShallowCompoundRelation Complex Type
A link between two configuration items with no specification of the type of link or of any properties
Sequence
ID ID Complex Type
The unique ID of the Relation
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
end1ID ID Complex Type
The CI.ID of the base of the link
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
end2ID ID Complex Type
The CI.ID of the target of the link
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.

Source

<xs:element name="compoundRelations" type="types:ShallowCompoundRelations" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                        A collection of links. each between two configuration items, with no specification of the type
                        of link or of any properties
                    </xs:documentation>
  </xs:annotation>
</xs:element>

See Also