CmdbTypes Schema
LongProps Complex Type
CmdbTypes Schema : LongProps Complex Type

Glossary Item Box

Description

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

Diagram

value Element name Element Sequence longProp Element Sequence LongProps Complex Type

Overview

LongProps
A collection of long properties
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

Used By

Source

<xs:complexType name="LongProps" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of long properties</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="longProp" type="types:LongProp" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also