CmdbClassModelTypes Schema
Attribute Complex Type
CmdbClassModelTypes Schema : Attribute Complex Type

Glossary Item Box

Description

The declaration of a property that a configuration item based on this class has
Namespace http://schemas.hp.com/ucmdb/1/types/classmodel

Diagram

defaultValue Element qualifierProps Element name Element Sequence qualifier Element Sequence qualifiers Element description Element displayLabel Element attrTypeName Element attrType Element name Element Sequence Attribute Complex Type

Overview

Attribute
The declaration of a property that a configuration item based on this class has
Sequence
name xs:string
The name of the Attribute
attrType Restriction of xs:string
The data type of the Attribute
attrTypeName optional xs:string
displayLabel xs:string
description xs:string
Sequence
Sequence
name xs:string
The name of the Qualifier
qualifierProps optional QualifiersProperties Complex Type
Properties of a Qualifier. Most Qualifiers do not have properties.
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:dateTime
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:double
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:float
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
intValues optional intList Complex Type
The condition's list of values to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:integer
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
strValues optional strList Complex Type
The list of condition values to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:long
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:base64Binary
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:boolean
The condition value to be compared to the CI or Relation's property value
defaultValue xs:string

Used By

Source

<xs:complexType name="Attribute" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
The declaration of a property that a configuration item based on this class has</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          The name of the Attribute
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="attrType">
      <xs:annotation>
        <xs:documentation>
          The data type of the Attribute
          </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="INTEGER" />
          <xs:enumeration value="LONG" />
          <xs:enumeration value="FLOAT" />
          <xs:enumeration value="DOUBLE" />
          <xs:enumeration value="INTEGER_LIST" />
          <xs:enumeration value="STRING" />
          <xs:enumeration value="STRING_LIST" />
          <xs:enumeration value="BYTES" />
          <xs:enumeration value="XML" />
          <xs:enumeration value="BOOLEAN" />
          <xs:enumeration value="DATE" />
          <xs:enumeration value="ENUM" />
          <xs:enumeration value="CMDB_LIST" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="attrTypeName" type="xs:string" minOccurs="0" />
    <xs:element name="displayLabel" type="xs:string" />
    <xs:element name="description" type="xs:string" />
    <xs:element name="qualifiers" type="cmtypes:Qualifiers" />
    <xs:element name="defaultValue" type="xs:string" />
  </xs:sequence>
</xs:complexType>

See Also