CmdbTypes Schema
StrListConditions Complex Type
CmdbTypes Schema : StrListConditions Complex Type

Glossary Item Box

Description

A collection String List conditions
Namespace http://schemas.hp.com/ucmdb/1/types

Base Type

Diagram

strListOperator Element value Element name Element Sequence condition Element Sequence strListCondition Element Sequence StrListConditions Complex Type

Overview

StrListConditions Extension of Condition Complex Type
A collection String List conditions
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
strListOperator Restriction of xs:string
Is in list or is null

Used By

Source

<xs:complexType name="StrListConditions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection String List conditions</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="types:Condition">
      <xs:sequence>
        <xs:element name="strListCondition" type="types:StrListCondition" minOccurs="0" maxOccurs="unbounded" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

See Also