PropertiesSets Schema
QualifierProperties Complex Type
PropertiesSets Schema : QualifierProperties Complex Type

Glossary Item Box

Description

A set of qualifier names. The UCMDB creates the set of the properties of the type that have at least one of these qualifiers
Namespace http://schemas.hp.com/ucmdb/1/types/props

Diagram

qualifierName Element Sequence QualifierProperties Complex Type

Overview

QualifierProperties
A set of qualifier names. The UCMDB creates the set of the properties of the type that have at least one of these qualifiers
Sequence
qualifierName 1..∞ xs:string
The name of a qualifier

Used By

Source

<xs:complexType name="QualifierProperties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A set of qualifier names. The UCMDB creates the set of the properties of the type that have at least one of these qualifiers
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="qualifierName" type="xs:string" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          The name of a qualifier
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also