CmdbTypes Schema
StrListParams Complex Type
CmdbTypes Schema : StrListParams Complex Type

Glossary Item Box

Description

A collection of list of strings properties
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

strValue Element Sequence strValues Element name Element Sequence strListParam Element Sequence StrListParams Complex Type

Overview

StrListParams
A collection of list of strings properties
Sequence
Sequence
name xs:string
The property's name
strValues optional strList Complex Type
The list of condition values to be compared to the CI or Relation's property value
Sequence
strValue 0..∞ xs:string

Used By

Source

<xs:complexType name="StrListParams" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of list of strings properties</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="strListParam" type="types:StrListProp" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also