AREA  Examples

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

<AREA Attribute Description Table

     equalto ="string"
     greaterthan ="string"
     greaterthanorequalto ="string"
     lessthan ="string"
     lessthanorequalto ="string"
     notequalto ="string"
>

     No Child Elements
</AREA >
Bold: Attribute or child element is required.


Description:


Restrictions:


Notes:


Attribute Descriptions for AREA:

Attribute Usage Back to Top
equalto Equal to operator for comparing two values.
greaterthan Greater than operator for comparing two values.
greaterthanorequalto Greater than or equal to operator for comparing two values.
lessthan Less than operator for comparing two values.
lessthanorequalto Less than or equal to operator for comparing two values.
notequalto Eliminates a particular value from the search.
 

Examples for AREA:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_METADATA>
      <SEARCH_METADATA foldermask="4" sort="name">
        <AREA greaterthanorequalto="0" lessthanorequalto="500" />
      </SEARCH_METADATA>
    </GET_METADATA>
  </REQUEST>
</ARCXML>