GET_RELATIONSHIPS

Used in

REQUEST  

Servers

Metadata (Browse)  

Parent elements

GET_METADATA 

Syntax

<GET_RELATIONSHIPS >
     No Attributes

     No Child Elements
</GET_RELATIONSHIPS >

Description

Retrieves relationships between metadata documents in the metadata repository.

Restrictions


Notes

 

Examples for GET_RELATIONSHIPS

<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_METADATA>
      <GET_RELATIONSHIPS/>
    </GET_METADATA>
  </REQUEST>
</ARCXML>

Back to top