UPDATED

Used in

REQUEST  

Servers

Metadata (Browse)  

Parent elements

SEARCH_METADATA 

Syntax

<UPDATEDAttribute Description Table
     after="string"
     before="string"
>

     No Child Elements
</UPDATED >

Description

Searches documents based on the date when the document was last updated in the Metadata Service. This date is not associated with any dates that may be present within the metadata, such as the date when the content of the metadata was last updated.

Restrictions


Notes


Attribute Descriptions for UPDATED

AttributeUsage
afterSearch for documents newer than the date and time given.
beforeSearch for documents older than the date and time given.
Back to top 

Examples for UPDATED

<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_METADATA>
      <SEARCH_METADATA>
        <SEARCH_METADATA>
          <UPDATED after="2005-01-14"/>
        </SEARCH_METADATA>
      </SEARCH_METADATA>
    </GET_METADATA>
  </REQUEST>
</ARCXML>

Back to top