CmdbTypes Schema
IntListConditions Complex Type
CmdbTypes Schema : IntListConditions Complex Type

Glossary Item Box

Description

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

Base Type

Diagram

intListOperator Element intValues Element name Element Sequence condition Element Sequence intListCondition Element Sequence IntListConditions Complex Type

Overview

IntListConditions Extension of Condition Complex Type
A collection integerList conditions
Sequence
Sequence
Sequence
name xs:string
The property's name
intValues optional intList Complex Type
The condition's list of values to be compared to the CI or Relation's property value
Sequence
intValue 0..∞ xs:integer
intListOperator Restriction of xs:string
Is in list or is null

Used By

Source

<xs:complexType name="IntListConditions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection integerList conditions</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="types:Condition">
      <xs:sequence>
        <xs:element name="intListCondition" type="types:IntListCondition" minOccurs="0" maxOccurs="unbounded" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

See Also