CmdbTypes Schema
RelationNodes Complex Type
CmdbTypes Schema : RelationNodes Complex Type

Glossary Item Box

Description

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

Diagram

relation Element Sequence relations Element label Element Sequence relationNode Element Sequence RelationNodes Complex Type

Overview

RelationNodes
A collection of Relation Nodes
Sequence
relationNode 0..∞ RelationNode Complex Type
A Map data unit, consisting of a node label and the collection of relations to which the label applies.
Sequence
label xs:string
The tag of a collection of related relations
relations Relations Complex Type
A collection of related relations
Sequence
relation 1..∞ Relation Complex Type
A link between two configuration elements
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.
props optional CIProperties Complex Type
The properties of the link
Sequence
Sequence
Sequence
Sequence

Used By

Source

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

See Also