XML:VariantTitle

From ISFDB
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>Над черной бездной</Subject>
     <Parent>877998</Parent>
     <Title>Над черной бездной</Title>
     <Year>1927-00-00</Year>
     <Storylen>ss</Storylen>
     <TitleType>SHORTFICTION</TitleType>
     <Language>Russian</Language>
     <Note>Originally published as "Над черной бездной", book publication as "Над бездной".</Note>
     <ModNote>Using Russian capitalization rules</ModNote>
     <Authors>
       <Author>Alexander Beliaev</Author>
     </Authors>
   </VariantTitle>
 </IsfdbSubmission>