PropertiesSets Schema
PredefinedProperties Complex Type
PropertiesSets Schema : PredefinedProperties Complex Type

Glossary Item Box

Description

Collections of names of properties created by the UCMDB according to built-in rules.
Namespace http://schemas.hp.com/ucmdb/1/types/props

Diagram

name Element Sequence simplePredefinedProperty Element Sequence simplePredefinedProperties Element qualifierName Element Sequence qualifierProperties Element Sequence PredefinedProperties Complex Type

Overview

PredefinedProperties
Collections of names of properties created by the UCMDB according to built-in rules.
Sequence
qualifierProperties optional QualifierProperties Complex Type
The set of properties that are modified with the specifed qualifiers
Sequence
qualifierName 1..∞ xs:string
The name of a qualifier
simplePredefinedProperties optional SimplePredefinedPropertyCollection Complex Type
A collection of sets of property names created using one of the rules: CONCRETE, DERIVED, or NAMING.
Sequence
simplePredefinedProperty 1..∞ SimplePredefinedProperty Complex Type
A set of property names created using a specified rule
Sequence
name Restriction of xs:string
The name of the built-in rule used to create the list of property names

Used By

Source

<xs:complexType name="PredefinedProperties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Collections of names of properties created by the UCMDB according to built-in rules.
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="qualifierProperties" type="props:QualifierProperties" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          The set of properties that are modified with the specifed qualifiers
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="simplePredefinedProperties" type="props:SimplePredefinedPropertyCollection" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          A collection of sets of property names created using one of the rules: CONCRETE, DERIVED, or NAMING.
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also