USER | Examples |
<USER | Attribute
Description Table |
name ="string"
url ="string" > No Child Elements </USER > | |
Bold: Attribute or child element is
required. |
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. |
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> |