DOCUMENTINFO | Examples |
<DOCUMENTINFO | Attribute
Description Table |
content
="liveData | downloadableData | offlineData | staticMapImage | document |
application | geographicService | clearinghouse | mapFiles |
geographicActivities" name ="string" owner ="string" > No Child Elements </DOCUMENTINFO > |
Attribute | Usage | Back to Top |
---|---|---|
content | Document content type. | |
name | Name that identifies the dataset corresponding to the document. | |
owner | 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> |