PropertiesSets Schema
PredefinedTypedProperties Complex Type
PropertiesSets Schema : PredefinedTypedProperties Complex Type

Glossary Item Box

Description

Sets of property names generated according to built-in rules, to be used to filter items of a specified type
Namespace http://schemas.hp.com/ucmdb/1/types/props

Diagram

name Element Sequence SimpleTypedPredefinedProperty Element Sequence simpleTypedPredefinedProperties Element qualifierName Element Sequence qualifierProperties Element Sequence PredefinedTypedProperties Complex Type

Overview

PredefinedTypedProperties
Sets of property names generated according to built-in rules, to be used to filter items of a specified type
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
simpleTypedPredefinedProperties optional SimpleTypedPredefinedPropertyCollection Complex Type
A collection of sets of properties to be applied according to the type of the CI or Relation
Sequence
SimpleTypedPredefinedProperty 1..∞ SimpleTypedPredefinedProperty Complex Type
A set of properties to be applied according to the type of the CI or Relation
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="PredefinedTypedProperties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Sets of property names generated according to built-in rules, to be used to filter items of a specified type
      </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="simpleTypedPredefinedProperties" type="props:SimpleTypedPredefinedPropertyCollection" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          A collection of sets of properties to be applied according to the type of the CI or Relation
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also