| WORD | Examples |
| <WORD | Attribute
Description Table |
| value ="string"
> No Child Elements </WORD > | |
| Bold: Attribute or child element is
required. | |
| Attribute | Usage | Back to Top |
|---|---|---|
| value | Contains a word from the collection. | |
| 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> | |