CmdbTypes Schema
StrListProps Complex Type
CmdbTypes Schema : StrListProps Complex Type

Glossary Item Box

Description

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

Diagram

strValue Element Sequence strValues Element name Element Sequence strListProp Element Sequence StrListProps Complex Type

Overview

StrListProps
A collection of str list 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="StrListProps" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of str list properties</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="strListProp" type="types:StrListProp" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also