Difference between revisions of "XML:SeriesUpdate"

From ISFDB
Jump to navigation Jump to search
(→‎Example: syntax highlighting)
 
Line 15: Line 15:
 
* '''Name''' - The name of the series.
 
* '''Name''' - The name of the series.
 
* '''Parent''' - The name of the parent series (if any).
 
* '''Parent''' - The name of the parent series (if any).
 +
* '''Parentposition''' - The relative position of this series within the the parent series.
 +
* '''Note''' - A free text note associated with this series.
 +
* '''Webpages''' - If specified, should contain at least one Webpage tag -- see below.
 +
** '''Webpages''' - URL of a Web page associated with this series.
  
 
==Example==
 
==Example==
Line 27: Line 31:
 
     <Name>Forgotten Realms: The Citadels</Name>
 
     <Name>Forgotten Realms: The Citadels</Name>
 
     <Parent>Forgotten Realms Universe</Parent>
 
     <Parent>Forgotten Realms Universe</Parent>
 +
    <Parentposition>12</Parentposition>
 +
    <Note>The exact position with the parent series is unknown.</Note>
 +
    <Webpages>
 +
      <Webpage>http://www.thecitadels.com</Webpage>
 +
    </Webpages>
 
   </SeriesUpdate>
 
   </SeriesUpdate>
 
  </IsfdbSubmission>
 
  </IsfdbSubmission>

Latest revision as of 23:07, 13 February 2014

Introduction

The SeriesUpdate submission updates the specified series record.

Required Tags

The submission contains one required tag:

  • Record - Specifies which series record to update.

Optional Tags

The following optional tags are supported:

  • Name - The name of the series.
  • Parent - The name of the parent series (if any).
  • Parentposition - The relative position of this series within the the parent series.
  • Note - A free text note associated with this series.
  • Webpages - If specified, should contain at least one Webpage tag -- see below.
    • Webpages - URL of a Web page associated with this series.

Example

 <?xml version="1.0" encoding="iso-8859-1" ?>
 <IsfdbSubmission>
   <SeriesUpdate>
     <Submitter>Alvonruff</Submitter>
     <Subject>The Citadels</Subject>
     <Record>24530</Record>
     <Name>Forgotten Realms: The Citadels</Name>
     <Parent>Forgotten Realms Universe</Parent>
     <Parentposition>12</Parentposition>
     <Note>The exact position with the parent series is unknown.</Note>
     <Webpages>
      <Webpage>http://www.thecitadels.com</Webpage>
     </Webpages>
   </SeriesUpdate>
 </IsfdbSubmission>