DOCUMENTINFO | Examples |
<DOCUMENTINFO | Attribute
Description Table |
name ="string" owner ="string" > No Child Elements </DOCUMENTINFO > |
Attribute | Usage | Back to Top |
---|---|---|
name | 1 Name that identifies the dataset corresponding to the document. | |
owner | 2 Name identifying the owner of the metadata document. |
Example 1: | Back to Top |
<?xml version="1.0"
encoding="UTF-8" ?> <ARCXML version="1.1"> <REQUEST> <GET_METADATA> <SEARCH_METADATA> <DOCUMENTINFO name="World" /> </SEARCH_METADATA> </GET_METADATA> </REQUEST> </ARCXML> |