CmdbClassModelTypes Schema
ClassNames Complex Type
CmdbClassModelTypes Schema : ClassNames Complex Type

Glossary Item Box

Description

A collection of type names, and optionally, their display names
Namespace http://schemas.hp.com/ucmdb/1/types/classmodel

Diagram

displayName Element className Element Sequence ClassNames Complex Type

Overview

ClassNames
A collection of type names, and optionally, their display names
Sequence
className xs:string
The UcmdbClass.name
displayName optional xs:string
The UcmdbClass.displayLabel

Used By

Source

<xs:complexType name="ClassNames" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of type names, and optionally, their display names
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="className" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          The UcmdbClass.name
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="displayName" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          The UcmdbClass.displayLabel
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also