CmdbTypes Schema
ID Complex Type
CmdbTypes Schema : ID Complex Type

Glossary Item Box

Description

CI's or Relation's ID
Namespace http://schemas.hp.com/ucmdb/1/types

Base Type

Extension of xs:string

Diagram

ID Complex Type

Overview

ID Extension of xs:string
CI's or Relation's ID
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.

Used By

Attributes

NameTypeUseDefaultFixedDescription
tempxs:booleanoptionalfalse If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.

Source

<xs:complexType name="ID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>CI's or Relation's ID</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="temp" type="xs:boolean" use="optional" default="false">
        <xs:annotation>
          <xs:documentation>
                            If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
                        </xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

See Also