CONTENT_INFO

Used in

RESPONSE  

Servers

Metadata (Browse)  

Parent elements

METADATA 

Syntax

<CONTENT_INFOAttribute 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


Attribute Descriptions for CONTENT_INFO

AttributeUsage
validateValidation 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