CmdbClassModelTypes Schema
classType Element
CmdbClassModelTypes Schema > UcmdbClass Complex Type : classType Element

Glossary Item Box

Description

CI or Relation
Namespace http://schemas.hp.com/ucmdb/1/types/classmodel

Type

Restriction of xs:string

Diagram

classType Element

Overview

classType Restriction of xs:string
CI or Relation

Source

<xs:element name="classType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
          CI or Relation
          </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="CI" />
      <xs:enumeration value="RELATION" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>

See Also