CmdbTypes Schema
ShallowRelations Complex Type
CmdbTypes Schema : ShallowRelations Complex Type

Glossary Item Box

Description

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

Diagram

end2ID Element end1ID Element type Element ID Element Sequence shallowRelation Element Sequence ShallowRelations Complex Type

Overview

ShallowRelations
Collection of Relations
Sequence
shallowRelation 1..∞ ShallowRelation Complex Type
The link ID, link type, and the two end-points
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.
type xs:string
The nature of the relation between the CI elements. For example, Contains, Uses, and so on.
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="ShallowRelations" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Collection of Relations</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="shallowRelation" type="types:ShallowRelation" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
                        The link ID, link type, and the two end-points
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also