GET_METADATA_DOCUMENT

Used in

REQUEST  

Servers

Metadata (Browse)  

Parent elements

GET_METADATA 

Syntax

<GET_METADATA_DOCUMENTAttribute Description Table
     (r)docid="string"
>

     No Child Elements
</GET_METADATA_DOCUMENT >
(r): Attribute or child element is required.

Description

Used by a client to retrieve a metadata document from the server.

Notes


Attribute Descriptions for GET_METADATA_DOCUMENT

AttributeUsage
docidString used to uniquely identify a document. The client used to publish the metadata is responsible for creating the document ID. This ID is automatically assigned when using ArcCatalog. If another client is used, GET_UUID can be used to request a valid ID. The format for an ID is the following:
{HHHHHHHH-HHHH-HHHH-HHHH-HHHHHHHHHHHH}
where H is a hexadecimal digit (0-9,a-f,A-F). The ID is limited to 38 characters.
Back to top 

Examples for GET_METADATA_DOCUMENT

<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_METADATA>
      <GET_METADATA_DOCUMENT docid="{1D4C8198-9409-11D5-99E8-000086460FA0}" />
    </GET_METADATA>
  </REQUEST>
</ARCXML>

Back to top