UPDATED  Examples

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

<UPDATED Attribute Description Table

     after ="string"
     before ="string"
>

     No Child Elements
</UPDATED >


Description:


Restrictions:


Notes:


Attribute Descriptions for UPDATED:

Attribute Usage Back to Top
after Search for documents newer than the date and time given.
before Search for documents older than the date and time given.
 

Examples for UPDATED:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_METADATA>
      <SEARCH_METADATA>
        <UPDATED after="2002-1-14"/>
      </SEARCH_METADATA>
    </GET_METADATA>
  </REQUEST>
</ARCXML>