QueryTypes Schema
CICountNode Complex Type
QueryTypes Schema : CICountNode Complex Type

Glossary Item Box

Description

A Map data unit, consisting of a node label and the collection of configuration items to which the label applies
Namespace http://schemas.hp.com/ucmdb/1/types/query

Diagram

amount Element label Element Sequence CICountNode Complex Type

Overview

CICountNode
A Map data unit, consisting of a node label and the collection of configuration items to which the label applies
Sequence
amount xs:integer

Used By

Source

<xs:complexType name="CICountNode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A Map data unit, consisting of a node label and the collection of configuration items to which the label applies</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="label" />
    <xs:element name="amount" type="xs:integer" />
  </xs:sequence>
</xs:complexType>

See Also