CmdbClassModelTypes Schema
UcmdbClassModelHierarchy Complex Type
CmdbClassModelTypes Schema : UcmdbClassModelHierarchy Complex Type

Glossary Item Box

Description

A collection of nodes each containing a class and its children. All the nodes together represent a hierarchy.
Namespace http://schemas.hp.com/ucmdb/1/types/classmodel

Diagram

classParentName Element displayName Element className Element Sequence classNames Element Sequence classHierarchyNode Element Sequence UcmdbClassModelHierarchy Complex Type

Overview

UcmdbClassModelHierarchy
A collection of nodes each containing a class and its children. All the nodes together represent a hierarchy.
Sequence
classHierarchyNode 1..∞ UcmdbClassHierarchyNode Complex Type
A parent class and its child classes
Sequence
classNames ClassNames Complex Type
The names of the classes derived from the common parent class
Sequence
className xs:string
The UcmdbClass.name
displayName optional xs:string
The UcmdbClass.displayLabel
classParentName xs:string
The name of the parent class

Used By

Source

<xs:complexType name="UcmdbClassModelHierarchy" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of nodes each containing a class and its children. All the nodes together represent a hierarchy.
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="classHierarchyNode" type="cmtypes:UcmdbClassHierarchyNode" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          A parent class and its child classes
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also