CmdbTypes Schema
IntListProps Complex Type
CmdbTypes Schema : IntListProps Complex Type

Glossary Item Box

Description

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

Diagram

intValue Element Sequence intValues Element name Element Sequence intListProp Element Sequence IntListProps Complex Type

Overview

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

See Also