GET_COLLECTION_INFO  Examples

Used in:  REQUEST  
Servers:  Metadata (Browse)  
Parent elements:  GET_METADATA  

<GET_COLLECTION_INFO Attribute Description Table

     collection ="tags"
>

     No Child Elements
</GET_COLLECTION_INFO >
Bold: Attribute or child element is required.


Description:


Restrictions:


Notes:


Attribute Descriptions for GET_COLLECTION_INFO:

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.
 

Examples for GET_COLLECTION_INFO:

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>