CmdbTypes Schema
ShallowCompoundRelation Complex Type
CmdbTypes Schema : ShallowCompoundRelation Complex Type

Glossary Item Box

Description

A link between two configuration items with no specification of the type of link or of any properties. This is the minimum data required to identify a link.
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

end2ID Element end1ID Element ID Element Sequence ShallowCompoundRelation Complex Type

Overview

ShallowCompoundRelation
A link between two configuration items with no specification of the type of link or of any properties. This is the minimum data required to identify a link.
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.

Used By

Source

<xs:complexType name="ShallowCompoundRelation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A link between two configuration items with no specification of the type of link or of any
                properties. This is the minimum data required to identify a link.
            </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ID" type="types:ID">
      <xs:annotation>
        <xs:documentation>
                        The unique ID of the Relation
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="end1ID" type="types:ID">
      <xs:annotation>
        <xs:documentation>
                        The CI.ID of the base of the link
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="end2ID" type="types:ID">
      <xs:annotation>
        <xs:documentation>
                        The CI.ID of the target of the link
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also