CmdbTypes Schema
IDs Complex Type
CmdbTypes Schema : IDs Complex Type

Glossary Item Box

Description

Collection of ID elements
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

ID Element Sequence IDs Complex Type

Overview

IDs
Collection of ID elements
Sequence
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.

Used By

Source

<xs:complexType name="IDs" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                Collection of ID elements
            </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ID" type="types:ID" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also