GET_COLLECTION_INFO | Examples |
<GET_COLLECTION_INFO | Attribute
Description Table |
collection ="tags"
> No Child Elements </GET_COLLECTION_INFO > | |
Bold: Attribute or child element is
required. |
Attribute | Usage | Back to Top |
---|---|---|
collection | A collection is a set of zero or more published documents. A document is the set of metadata describing a dataset. A document is either unpublished or published. Unpublished documents coexist with datasets on local file systems. Published documents are accessible over the Internet through catalog services. |
Example 1: | Back to Top |
<?xml version="1.0"
encoding="UTF-8" ?> <ARCXML version="1.1"> <REQUEST> <GET_METADATA> <GET_COLLECTION_INFO collection="tags" /> </GET_METADATA> </REQUEST> </ARCXML> |