PropertiesSets Schema
CustomProperties Complex Type
PropertiesSets Schema : CustomProperties Complex Type

Glossary Item Box

Description

A list of the names of the properties to be returned for each item in the query result. The list is the union of the propertiesList and predefinedProperties.
Namespace http://schemas.hp.com/ucmdb/1/types/props

Diagram

simplePredefinedProperty Element Sequence simplePredefinedProperties Element qualifierName Element Sequence qualifierProperties Element Sequence predefinedProperties Element propertyName Element Sequence propertiesList Element Sequence CustomProperties Complex Type

Overview

CustomProperties
A list of the names of the properties to be returned for each item in the query result. The list is the union of the propertiesList and predefinedProperties.
Sequence
propertiesList optional PropertiesList Complex Type
A list of property names
Sequence
propertyName 1..∞ xs:string
predefinedProperties optional PredefinedProperties Complex Type
A list of property names generated by the UCMDB based on 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="CustomProperties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A list of the names of the properties to be returned for each item in the query result. The list is the union of the propertiesList and predefinedProperties.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="propertiesList" type="props:PropertiesList" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          A list of property names
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="predefinedProperties" type="props:PredefinedProperties" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          A list of property names generated by the UCMDB based on built-in rules
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also