<GET_UUID | Attribute Description Table |
count="integer" [1] > No Child Elements </GET_UUID > |
Attribute | Usage |
---|---|
count | Determines the number of unique IDs to generate. |
<?xml version="1.0" encoding="UTF-8" ?> <ARCXML version="1.1"> <REQUEST> <PUBLISH_METADATA> <GET_UUID count="5" /> </PUBLISH_METADATA> </REQUEST> </ARCXML> |