METADATA | Examples |
<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. |
Attribute | Usage | Back to Top |
---|---|---|
numresults | 1 Number of datasets returned in the response. | |
startresult | 2 Returns startresult attribute value used in request. | |
total | 3 Total number of datasets found in database for the given search criteria. |
Example 1: | Back to Top |
<?xml version="1.0"
encoding="UTF-8"?> <ARCXML version="1.1"> <RESPONSE> <METADATA numresults="1" startresult="1" total="1" > <METADATA_DATASET name="Addresses" owner="homer" userid="{6754F64F-931F-11D5-99E7-000086460FAA}" gnd="http://mycomputer.esri.com/output/myfile.gnd" onlink="http://out.there.com/website/mywebsite" server="http://out.there.com" service="AddMatch" servicetype="image" content="image" url="http://mycomputer.esri.com/output/myfile.xml" children="false" siblings="false" private="false" folder="false" refcount="1" > <ENVELOPE minx="-98.100000039814" miny="42.9000000090804" maxx="-95.900000067288" maxy="44.100000039814" /> </METADATA_DATASET> </METADATA> </RESPONSE> </ARCXML> |