USER

Used in

RESPONSE  

Servers

Metadata (Browse)  

Parent elements

METADATA 

Syntax

<USERAttribute Description Table
     (r)name="string"
>

     No Child Elements
</USER >
(r): Attribute or child element is required.

Description

Contains a user name from the metadata USER table.

Notes


Attribute Descriptions for USER

AttributeUsage
nameName of user from the metadata USER table.
Back to top 

Examples for USER

<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
  <RESPONSE>
    <METADATA numresults="1" startresult="1" total="1" >
      <USER name="aUser1"/>
      <USER name="aUser2"/>
      <USER name="aUser3"/>
    </METADATA>
  </RESPONSE>
</ARCXML>

Back to top