CmdbTypes Schema
CmdbContext Complex Type
CmdbTypes Schema : CmdbContext Complex Type

Glossary Item Box

Description

Identifies the invoker of the UCMDB method
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

callerApplication Element Sequence CmdbContext Complex Type

Overview

CmdbContext
Identifies the invoker of the UCMDB method
Sequence
callerApplication xs:string
The invoking application

Used By

Source

<xs:complexType name="CmdbContext" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Identifies the invoker of the UCMDB method</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="callerApplication" type="xs:string">
      <xs:annotation>
        <xs:documentation>
                        The invoking application
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also