DELETED_DATASET

Used in

RESPONSE  

Servers

Metadata (Browse)  

Parent elements

METADATA 

Syntax

<DELETED_DATASETAttribute Description Table
     (r)docid="string"
     (r)updated="string"
>

     No Child Elements
</DELETED_DATASET >
(r): Attribute or child element is required.

Description

Describes a metadata document that was deleted from the metadata repository.

Notes


Attribute Descriptions for DELETED_DATASET

AttributeUsage
docidString used to uniquely identify the document. The characteristics of the string are the same as for fromdocid.
updatedDate when the metadata record was deleted. Format is YYYY-MM-DD hh:mm:ss.
Back to top 

Examples for DELETED_DATASET

<?xml version="1.0" encoding="UTF8" ?>
<ARCXML version="1.1">
  <RESPONSE>
    <METADATA>
      <DELETED_DATASET docid="{B7E1333A-9C34-4BF4-9918-D829A4D3B91E}" updated="2006-02-07 15:22:13" />
      <DELETED_DATASET docid="{690796BF-CCAB-4787-98AB-FDF0FCBC1E3D}" updated="2006-04-03 10:14:00" />
    </METADATA>
  </RESPONSE>
</ARCXML>

Back to top