<GET_COLLECTION_INFO | Attribute Description Table |
(r)collection="tags" > No Child Elements </GET_COLLECTION_INFO > | |
(r): Attribute or child element is required. |
Attribute | Usage |
---|---|
collection | A collection is a set of zero or more published documents. A document is the set of metadata describing a dataset that is either unpublished or published. Unpublished documents coexist with datasets on local file systems or in geodatabases. Published documents are accessible over the Internet through catalog services. The information returned in the collection describes the individual elements within the published documents that can be searched and how those elements are indexed. |
<?xml version="1.0" encoding="UTF-8" ?> <ARCXML version="1.1"> <REQUEST> <GET_METADATA> <GET_COLLECTION_INFO collection="tags" /> </GET_METADATA> </REQUEST> </ARCXML> |