Difference between revisions of "XML:VariantTitle"

From ISFDB
Jump to navigation Jump to search
m (+cat)
(Tag information)
Line 4: Line 4:
  
 
==Required Tags==
 
==Required Tags==
 +
 +
The submission contains one required tag:
 +
 +
* '''Parent''' - Specifies which title record which is the parent to the new variant title.
  
 
==Optional Tags==
 
==Optional Tags==
 +
 +
Since this submission defines a new title, it supports the same optional tags as [[XML:TitleUpdate]].
  
 
==Example==
 
==Example==

Revision as of 15:30, 21 May 2008

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>