Difference between revisions of "XML:AwardDelete"

From ISFDB
Jump to navigation Jump to search
(New)
 
(→‎Example: syntax highlighting)
 
Line 12: Line 12:
 
==Example==
 
==Example==
  
 +
<source lang="xml">
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <IsfdbSubmission>
 
  <IsfdbSubmission>
Line 21: Line 22:
 
   </AwardDelete>
 
   </AwardDelete>
 
  </IsfdbSubmission>
 
  </IsfdbSubmission>
 +
</source>
  
 
[[Category:Data Submission Formats|AwardDelete]]
 
[[Category:Data Submission Formats|AwardDelete]]

Latest revision as of 07:00, 22 May 2008

Introduction

The AwardDelete submission deletes the indicated award record.

Required Tags

The submission contains two required tags:

  • Record - Required tag. Record number of the award.
  • Reason - The reason for deletion. This is a plain text field.

Example

 <?xml version="1.0" encoding="iso-8859-1" ?>
 <IsfdbSubmission>
   <AwardDelete>
     <Subject>New Worlds</Subject>
     <Submitter>Alvonruff</Submitter>
     <Record>17232</Record>
     <Reason>Wrong title</Reason>
   </AwardDelete>
 </IsfdbSubmission>