WORD  Examples

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

<WORD Attribute Description Table

     value ="string"
>

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


Description:


Restrictions:


Notes:


Attribute Descriptions for WORD:

Attribute Usage Back to Top
value 1 Contains a word from the collection.
 

Examples for WORD:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF8"?>
<ARCXML version="1.1">
  <RESPONSE>
    <METADATA>
      <COLLECTION_INFO>
        <WORD value="data" />
        <WORD value="esri" />
        <WORD value="geographic" />
         ...
      </COLLECTION_INFO>
    </METADATA>
  </RESPONSE>
</ARCXML>