USER  Examples

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

<USER Attribute Description Table

     name ="string"
     url ="string"
>

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


Description:


Restrictions:


Notes:


Attribute Descriptions for USER:

Attribute Usage Back to Top
name 1 Name of user.
url 2 URL of Metadata Server's output XML file containing information about the user.
 

Examples for USER:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
  <RESPONSE>
    <METADATA numresults="1" startresult="1" total="1" >
      <USER name="aUser" url="http://www.esri.com/MetadataUseraUser.xml" />
    </METADATA>
  </RESPONSE>
</ARCXML>