Description
A link between two configuration elements
Diagram
Overview
 |
Relation
A link between two configuration elements
 |
Sequence
 |
 |
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.
|
 |
 |
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
|
|
 |
 |
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
|
|
 |
 |
Sequence
|
|
|
|
Used By
Source
<xs:complexType name="Relation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>A link between two configuration elements</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="type" type="xs:string">
<xs:annotation>
<xs:documentation>
The nature of the relation between the CI elements. For example, Contains, Uses, and so on.
</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:element name="props" type="types:CIProperties" minOccurs="0">
<xs:annotation>
<xs:documentation>
The properties of the link
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|
See Also