Used in
REQUEST Servers
Metadata (Browse) Parent elements
GET_METADATA Syntax
<GET_CONTENT_INFO > No Attributes
No Child Elements </GET_CONTENT_INFO >
|
Description
Requests whether content in a metadata document is expected to be validated by clients before publishing.
Notes
- See CONTENT_INFO for response.
- The following items of content are central to the operations of searching and viewing search results in the Metadata Explorer. It is recommended that all published documents contain these items: Title, Publisher, Content type, Data theme, and Extent. These items are required if validate is "true" in METADATA_CONTENT.
- METADATA_CONTENT contains the attribute index_words. Information about this attribute is not available through GET_CONTENT_INFO. Only validation information is returned.
Examples for GET_CONTENT_INFO
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<REQUEST>
<GET_METADATA>
<GET_CONTENT_INFO />
</GET_METADATA>
</REQUEST>
</ARCXML> |
Back to top