Used in
RESPONSE Servers
Metadata (Browse) Parent elements
METADATA Syntax
<CONTENT_INFO | Attribute Description Table |
(r)validate="true | false" [true] >
No Child Elements </CONTENT_INFO >
|
(r): Attribute or child element is required.
|
Description
Response indicating if content in a metadata document is expected to be validated by clients before publishing.
Notes
- See GET_CONTENT_INFO for request.
- 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.
- ArcCatalog validates documents before publishing them when documents are published by copying and pasting or dragging and dropping a document onto a Metadata Service. Documents published using the Metadata Publisher geoprocessing tool are not automatically validated following the same rules; however, they can be validated when combined in a model or script that performs validation before passing the metadata to the Metadata Publisher tool. When not published in ArcCatalog by copying and pasting or dragging and dropping, documents are published even if they do not validate unless the tool performs its own validation on the documents before sending a PUT_METADATA request.
Attribute Descriptions for CONTENT_INFO
Attribute | Usage |
---|
validate | Validation is set to "true" by default. If set to "false", clients do not validate which items of content are available. |
Back to top Examples for CONTENT_INFO
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<METADATA>
<CONTENT_INFO validate="true" />
</METADATA>
</RESPONSE>
</ARCXML> |
Back to top