DOCUMENTINFO

Used in

REQUEST  

Servers

Metadata (Browse)  

Parent elements

SEARCH_METADATA 

Syntax

<DOCUMENTINFOAttribute Description Table
     content="liveData | downloadableData | offlineData | staticMapImage | document | application | geographicService | clearinghouse | mapFiles | geographicActivities | unknown"
     name="string"
     owner="string"
>

     No Child Elements
</DOCUMENTINFO >

Description

Specifies the name, owner, and content type of a document. With this information, documents can be searched by a specific name, a certain user, or by content type.

Restrictions


Attribute Descriptions for DOCUMENTINFO

AttributeUsage
contentDocument content type. Searching with the value "unknown" will find documents whose content type was not defined at the time it was published.
nameName that identifies the dataset corresponding to the document.
ownerName identifying the owner of the metadata document.
Back to top 

Examples for DOCUMENTINFO

<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_METADATA>
      <SEARCH_METADATA>
        <SEARCH_METADATA>
          <DOCUMENTINFO name="World" />
        </SEARCH_METADATA>
      <SEARCH_METADATA>
    </GET_METADATA>
  </REQUEST>
</ARCXML>

Back to top