GET_UUID

Used in

REQUEST  

Servers

Metadata (Publish)  

Parent elements

PUBLISH_METADATA 

Syntax

<GET_UUIDAttribute Description Table
     count="integer" [1]
>

     No Child Elements
</GET_UUID >

Description

Requests a unique ID that can be used as a document ID.

Notes


Attribute Descriptions for GET_UUID

AttributeUsage
countDetermines the number of unique IDs to generate.
Back to top 

Examples for GET_UUID

<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <PUBLISH_METADATA>
      <GET_UUID count="5" />
    </PUBLISH_METADATA>
  </REQUEST>
</ARCXML>

Back to top