Difference between revisions of "XML:VariantTitle"

From ISFDB
Jump to navigation Jump to search
(New page: ==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 publicat...)
 
 
(3 intermediate revisions by 2 users not shown)
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==
  
 +
<source lang="xml">
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <IsfdbSubmission>
 
  <IsfdbSubmission>
 
   <VariantTitle>
 
   <VariantTitle>
 
     <Submitter>Ahasuerus</Submitter>
 
     <Submitter>Ahasuerus</Submitter>
     <Subject>Nad Bezdnoj</Subject>
+
     <Subject>Над черной бездной</Subject>
 
     <Parent>877998</Parent>
 
     <Parent>877998</Parent>
     <Title>Nad Chernoj Bezdnoj</Title>
+
     <Title>Над черной бездной</Title>
 
     <Year>1927-00-00</Year>
 
     <Year>1927-00-00</Year>
 
     <Storylen>ss</Storylen>
 
     <Storylen>ss</Storylen>
 
     <TitleType>SHORTFICTION</TitleType>
 
     <TitleType>SHORTFICTION</TitleType>
     <Note>Originally published as "Nad Chernoj Bezdnoj", book publication as "Nad Bezdnoj".</Note>
+
    <Language>Russian</Language>
 +
     <Note>Originally published as "Над черной бездной", book publication as "Над бездной".</Note>
 +
    <ModNote>Using Russian capitalization rules</ModNote>
 
     <Authors>
 
     <Authors>
 
       <Author>Alexander Beliaev</Author>
 
       <Author>Alexander Beliaev</Author>
Line 25: Line 34:
 
   </VariantTitle>
 
   </VariantTitle>
 
  </IsfdbSubmission>
 
  </IsfdbSubmission>
 +
</source>
 +
 +
[[Category:Data Submission Formats|VariantTitle]]

Latest revision as of 23:56, 13 February 2014

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>