DOCUMENTINFO  Examples

Used in:  REQUEST  
Servers:  Metadata (Browse)  
Parent elements:  SEARCH_METADATA  

<DOCUMENTINFO Attribute Description Table

     name ="string"
     owner ="string"
>

     No Child Elements
</DOCUMENTINFO >


Description:


Restrictions:


Notes:


Attribute Descriptions for DOCUMENTINFO:

Attribute Usage Back to Top
name 1 Name that identifies the dataset corresponding to the document.
owner 2 Name identifying the owner of the metadata document.
 

Examples for DOCUMENTINFO:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_METADATA>
      <SEARCH_METADATA>
        <DOCUMENTINFO name="World" />
      </SEARCH_METADATA>
    </GET_METADATA>
  </REQUEST>
</ARCXML>