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
- This element is available only to users who have the role metadata_administrator in the access control list.
Notes
- Can be used to support harvesting, where updates made to a Metadata Service since the last harvest can be mirrored in the harvester's Metadata Service.
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