CmdbTypes Schema
TopologyMap Complex Type
CmdbTypes Schema : TopologyMap Complex Type

Glossary Item Box

Description

A data structure containing configuration items and relations grouped by label
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

relations Element label Element Sequence relationNode Element Sequence relationNodes Element CIs Element label Element Sequence CINode Element Sequence CINodes Element Sequence TopologyMap Complex Type

Overview

TopologyMap
A data structure containing configuration items and relations grouped by label
Sequence
CINodes optional CINodes Complex Type
Collections of CI Nodes
Sequence
CINode 0..∞ CINode Complex Type
A Map data unit, consisting of a node label and the collection of configuration items to which the label applies.
Sequence
label xs:string
The tag of a collection of related configuration items
CIs CIs Complex Type
A collection of related CI items
Sequence
CI 1..∞ CI Complex Type
A configuration element
Sequence
ID ID Complex Type
The unique ID of the instance
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 class name
props optional CIProperties Complex Type
The collection of properties and values
relationNodes optional RelationNodes Complex Type
Collections 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

Used By

Source

<xs:complexType name="TopologyMap" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A data structure containing configuration items and relations grouped by label
            </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CINodes" type="types:CINodes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
                        Collections of CI Nodes
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="relationNodes" type="types:RelationNodes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
                        Collections of Relation Nodes
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also