Difference between revisions of "XML:PubDelete"

From ISFDB
Jump to navigation Jump to search
m (+cat)
(→‎Example: syntax highlighting)
 
Line 17: Line 17:
 
==Example==
 
==Example==
  
 +
<source lang="xml">
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <IsfdbSubmission>
 
  <IsfdbSubmission>
Line 26: Line 27:
 
   </PubDelete>
 
   </PubDelete>
 
  </IsfdbSubmission>
 
  </IsfdbSubmission>
 +
</source>
  
 
[[Category:Data Submission Formats|PubDelete]]
 
[[Category:Data Submission Formats|PubDelete]]

Latest revision as of 06:42, 22 May 2008

Introduction

The PubDelete submission deletes the specified publication record.

Required Tags

The submission contains one required tag:

  • Record - Required tag. Specifies which author record to delete.

Optional Tags

Optional tag:

  • Reason - The reason the publication is being deleted.

Example

 <?xml version="1.0" encoding="iso-8859-1" ?>
 <IsfdbSubmission>
   <PubDelete>
     <Subject>Mutants</Subject>
     <Submitter>Mhhutchins</Submitter>
     <Record>179041</Record>
     <Reason>No reason given.</Reason>
   </PubDelete>
 </IsfdbSubmission>