PropertiesSets Schema
PropertiesList Complex Type
PropertiesSets Schema : PropertiesList 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 created by the client application.
Namespace http://schemas.hp.com/ucmdb/1/types/props

Diagram

propertyName Element Sequence PropertiesList Complex Type

Overview

PropertiesList
A list of the names of the properties to be returned for each item in the query result. The list is created by the client application.
Sequence
propertyName 1..∞ xs:string

Used By

Source

<xs:complexType name="PropertiesList" 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 created by the client application. </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="propertyName" type="xs:string" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also