CmdbClassModelTypes Schema
classHierarchyNode Element
CmdbClassModelTypes Schema > UcmdbClassModelHierarchy Complex Type : classHierarchyNode Element

Glossary Item Box

Description

A parent class and its child classes
Namespace http://schemas.hp.com/ucmdb/1/types/classmodel

Type

Diagram

classParentName Element displayName Element className Element Sequence classNames Element Sequence classHierarchyNode Element

Overview

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

Source

<xs:element name="classHierarchyNode" type="cmtypes:UcmdbClassHierarchyNode" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
          A parent class and its child classes
          </xs:documentation>
  </xs:annotation>
</xs:element>

See Also