CmdbTypes Schema
CIProperties Complex Type
CmdbTypes Schema : CIProperties Complex Type

Glossary Item Box

Description

Properties collection, the type attributes with the item values
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

value Element name Element Sequence booleanProp Element Sequence booleanProps Element value Element name Element Sequence xmlProp Element Sequence xmlProps Element value Element name Element Sequence bytesProp Element Sequence bytesProps Element value Element name Element Sequence longProp Element Sequence longProps Element strValues Element name Element Sequence strListProp Element Sequence strListProps Element value Element name Element Sequence strProp Element Sequence strProps Element value Element name Element Sequence intProp Element Sequence intProps Element intValues Element name Element Sequence intListProp Element Sequence intListProps Element value Element name Element Sequence floatProp Element Sequence floatProps Element value Element name Element Sequence doubleProp Element Sequence doubleProps Element value Element name Element Sequence dateProp Element Sequence dateProps Element Sequence CIProperties Complex Type

Overview

CIProperties
Properties collection, the type attributes with the item values
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:dateTime
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:double
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:float
The condition value to be compared to the CI or Relation's property value
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
Sequence
Sequence
name xs:string
The property's name
value optional xs:integer
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
strValues optional strList Complex Type
The list of condition values to be compared to the CI or Relation's property value
Sequence
strValue 0..∞ xs:string
Sequence
Sequence
name xs:string
The property's name
value optional xs:long
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:base64Binary
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
Sequence
Sequence
name xs:string
The property's name
value optional xs:boolean
The condition value to be compared to the CI or Relation's property value

Used By

Source

<xs:complexType name="CIProperties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Properties collection, the type attributes with the item values</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="dateProps" type="types:DateProps" minOccurs="0" />
    <xs:element name="doubleProps" type="types:DoubleProps" minOccurs="0" />
    <xs:element name="floatProps" type="types:FloatProps" minOccurs="0" />
    <xs:element name="intListProps" type="types:IntListProps" minOccurs="0" />
    <xs:element name="intProps" type="types:IntProps" minOccurs="0" />
    <xs:element name="strProps" type="types:StrProps" minOccurs="0" />
    <xs:element name="strListProps" type="types:StrListProps" minOccurs="0" />
    <xs:element name="longProps" type="types:LongProps" minOccurs="0" />
    <xs:element name="bytesProps" type="types:BytesProps" minOccurs="0" />
    <xs:element name="xmlProps" type="types:XmlProps" minOccurs="0" />
    <xs:element name="booleanProps" type="types:BooleanProps" minOccurs="0" />
  </xs:sequence>
</xs:complexType>

See Also