CmdbTypes Schema
intList Complex Type
CmdbTypes Schema : intList Complex Type

Glossary Item Box

Description

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

Diagram

intValue Element Sequence intList Complex Type

Overview

intList
A collection of integers
Sequence
intValue 0..∞ xs:integer

Used By

Source

<xs:complexType name="intList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of integers
            </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="intValue" type="xs:integer" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also