PropertiesSets Schema
TypedProperties Complex Type
PropertiesSets Schema : TypedProperties Complex Type

Glossary Item Box

Description

A set of properties to apply to items of a specific Configuration Item Type
Namespace http://schemas.hp.com/ucmdb/1/types/props

Diagram

simpleTypedPredefinedProperties Element qualifierProperties Element Sequence predefinedTypedProperties Element propertyName Element Sequence propertiesList Element Sequence properties Element type Element Sequence TypedProperties Complex Type

Overview

TypedProperties
A set of properties to apply to items of a specific Configuration Item Type
Sequence
type xs:string
The class name of the type of item to which the properties are applied
properties CustomTypedProperties Complex Type
A list of properties to be returned for each item in the query result. The list is the union of the propertiesList and predefinedTypedProperties.
Sequence
propertiesList optional PropertiesList Complex Type
A list of property names
Sequence
propertyName 1..∞ xs:string
predefinedTypedProperties optional PredefinedTypedProperties Complex Type
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="TypedProperties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A set of properties to apply to items of a specific Configuration Item Type</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="type" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          The class name of the type of item to which the properties are applied
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="properties" type="props:CustomTypedProperties">
      <xs:annotation>
        <xs:documentation>
          A list of properties to be returned for each item in the query result. The list is the union of the propertiesList and predefinedTypedProperties.
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also