CmdbTypes Schema
ChunkKey Complex Type
CmdbTypes Schema : ChunkKey Complex Type

Glossary Item Box

Description

The server's key identifying the response data
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

key2 Element key1 Element Sequence ChunkKey Complex Type

Overview

ChunkKey
The server's key identifying the response data
Sequence
key1 xs:string
A string generated by the server
key2 xs:string
A string generated by the server

Used By

Source

<xs:complexType name="ChunkKey" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The server's key identifying the response data
            </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="key1" type="xs:string">
      <xs:annotation>
        <xs:documentation>
                        A string generated by the server
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="key2" type="xs:string">
      <xs:annotation>
        <xs:documentation>
                        A string generated by the server
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also