CmdbClassModelTypes Schema
attribute Element
CmdbClassModelTypes Schema > Attributes Complex Type : attribute Element

Glossary Item Box

Description

A declaration of a property that instances of this class have
Namespace http://schemas.hp.com/ucmdb/1/types/classmodel

Type

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 Element

Overview

attribute 0..∞ Attribute Complex Type
A declaration of a property that instances of this class have
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

Source

<xs:element name="attribute" type="cmtypes:Attribute" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
          A declaration of a property that instances of this class have
          </xs:documentation>
  </xs:annotation>
</xs:element>

See Also