METADATA  Examples

Used in:  RESPONSE  
Servers:  Metadata (Browse)  
Parent elements:  RESPONSE  

<METADATA Attribute Description Table

     numresults ="integer"
     startresult ="string"
     total ="integer"
>

     <COLLECTION_INFO... />  [Or]
     <CONTENT_INFO... />  [Or]
     (m) <METADATA_DATASET... />  [Or]
     <USER... />  [Or]
     (m) <UUID... />  [Or]

</METADATA >
Bold: Attribute or child element is required.
(m):  Child element can be used multiple times.


Description:


Restrictions:


Notes:


Attribute Descriptions for METADATA:

Attribute Usage Back to Top
numresults Number of datasets returned in the response.
startresult Returns startresult attribute value used in request.
total Total number of datasets found in database for the given search criteria.
 

Examples for METADATA:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF8" ?>
<ARCXML version="1.1">
  <RESPONSE>
    <METADATA numresults="1" startresult="0" total="1">
      <METADATA_DATASET name="metadata" owner="author" docid="{CD4AEFEF-896E-45EC-9A7E-EEBA823370C5}" content="unknown" url="http://mymachine.domain.com/output/OracleMetadata_P375_T437_D18.xml" children="true" siblings="false" private="false" folder="true" index_status="indexed" refcount="1" updated="2002-02-11 14:51:14" >
        <ENVELOPE minx="-141.001235918609" miny="41.3912889520516" maxx="-71.2933350698463" maxy="68.6637039277661" />
      </METADATA_DATASET>
    </METADATA>
  </RESPONSE>
</ARCXML>