CmdbClassModelTypes Schema
Attributes Complex Type
CmdbClassModelTypes Schema : Attributes Complex Type

Glossary Item Box

Description

A collection of attribute elements
Namespace http://schemas.hp.com/ucmdb/1/types/classmodel

Diagram

defaultValue Element qualifier Element Sequence qualifiers Element description Element displayLabel Element attrTypeName Element attrType Element name Element Sequence attribute Element Sequence Attributes Complex Type

Overview

Attributes
A collection of attribute elements
Sequence
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
Sequence
defaultValue xs:string

Used By

Source

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

See Also