CmdbTypes Schema
IntListParams Complex Type
CmdbTypes Schema : IntListParams Complex Type

Glossary Item Box

Description

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

Diagram

intValue Element Sequence intValues Element name Element Sequence intListParam Element Sequence IntListParams Complex Type

Overview

IntListParams
A collection of list of integers properties
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

Used By

Source

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

See Also