CmdbTypes Schema
IntListProp Complex Type
CmdbTypes Schema : IntListProp Complex Type

Glossary Item Box

Description

Property of Type integers list
Namespace http://schemas.hp.com/ucmdb/1/types

Base Type

Extension of CIProp Complex Type

Diagram

intValue Element Sequence intValues Element name Element Sequence IntListProp Complex Type

Overview

IntListProp Extension of CIProp Complex Type
Property of Type integers list
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="IntListProp" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Property of Type integers list</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="types:CIProp">
      <xs:sequence>
        <xs:element name="intValues" type="types:intList" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>
                                The condition's list of values to be compared to the CI or Relation's property value
                            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

See Also