XML:VariantTitle

From ISFDB
Revision as of 06:56, 22 May 2008 by Alvonruff (talk | contribs) (→‎Example: syntax highlighting)
Jump to navigation Jump to search

Introduction

This submission is used to add a variant title to the current title. This is useful if you know from a secondary bibliography that a variant title exists, but no publication has every been entered under that title as yet. Usage of this submission type is fairly rare.

Required Tags

The submission contains one required tag:

  • Parent - Specifies which title record which is the parent to the new variant title.

Optional Tags

Since this submission defines a new title, it supports the same optional tags as XML:TitleUpdate.

Example

 <?xml version="1.0" encoding="iso-8859-1" ?>
 <IsfdbSubmission>
   <VariantTitle>
     <Submitter>Ahasuerus</Submitter>
     <Subject>Nad Bezdnoj</Subject>
     <Parent>877998</Parent>
     <Title>Nad Chernoj Bezdnoj</Title>
     <Year>1927-00-00</Year>
     <Storylen>ss</Storylen>
     <TitleType>SHORTFICTION</TitleType>
     <Note>Originally published as "Nad Chernoj Bezdnoj", book publication as "Nad Bezdnoj".</Note>
     <Authors>
       <Author>Alexander Beliaev</Author>
     </Authors>
   </VariantTitle>
 </IsfdbSubmission>