GET_CONTENT_INFO

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

 

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