CmdbTypes Schema
ChunkRequest Element
CmdbTypes Schema : ChunkRequest Element

Glossary Item Box

Namespace http://schemas.hp.com/ucmdb/1/types

Type

Diagram

key2 Element key1 Element Sequence chunksKey Element numberOfChunks Element Sequence chunkInfo Element chunkNumber Element Sequence ChunkRequest Element

Overview

Sequence
chunkNumber xs:int
Which chunk to bring, from 1 to the number of chunks
chunkInfo ChunkInfo Complex Type
The ChunkInfo data returned by the server in response to the query identifies the data from which the chunk is to be fetched
Sequence
numberOfChunks xs:int
How many chunks are there to be retrieved by the client
chunksKey ChunkKey Complex Type
The ID of the information stored on the server
Sequence
key1 xs:string
A string generated by the server
key2 xs:string
A string generated by the server

Used By

Source

<xs:element name="ChunkRequest" type="types:ChunkRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema" />

See Also