Example: <seriesStmt> (series statement)

These search results reproduce every example of the use of <seriesStmt> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <seriesStmt> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

2 The TEI Header


2.2 The File Description

<teiHeader>
 <fileDesc>
  <titleStmt>
   <title>
<!-- title of the resource -->
   </title>
  </titleStmt>
  <editionStmt>
   <p>
<!-- information about the edition of the resource -->
   </p>
  </editionStmt>
  <extent>
<!-- description of the size of the resource -->
  </extent>
  <publicationStmt>
   <p>
<!-- information about the distribution of the resource -->
   </p>
  </publicationStmt>
  <seriesStmt>
   <p>
<!-- information about any series to which the resource belongs -->
   </p>
  </seriesStmt>
  <notesStmt>
   <note>
<!-- notes on other aspects of the resource -->
   </note>
  </notesStmt>
  <sourceDesc>
   <p>
<!-- information about the source from which the resource was derived -->
   </p>
  </sourceDesc>
 </fileDesc>
</teiHeader>

2.2.5 The Series Statement

<seriesStmt>
 <title level="s">Machine-Readable Texts for the Study of
     Indian Literature</title>
 <respStmt>
  <resp>ed. by</resp>
  <name>Jan Gonda</name>
 </respStmt>
 <biblScope unit="vol">1.2</biblScope>
 <idno type="ISSN">0 345 6789</idno>
</seriesStmt>

<seriesStmt>

<seriesStmt>
 <title>Machine-Readable Texts for the Study of Indian Literature</title>
 <respStmt>
  <resp>ed. by</resp>
  <name>Jan Gonda</name>
 </respStmt>
 <biblScope unit="volume">1.2</biblScope>
 <idno type="ISSN">0 345 6789</idno>
</seriesStmt>

<seriesStmt>

<seriesStmt>
 <title>Babel</title>
 <respStmt>
  <resp>directeur de collection</resp>
  <name>Jacques Dubois</name>
 </respStmt>
 <respStmt>
  <resp>directeur de collection</resp>
  <name>Hubert Nyssen</name>
 </respStmt>
 <idno type="ISSN">1140-3853</idno>
</seriesStmt>

<seriesStmt>

<seriesStmt>
 <title>《印度文學研究》的電腦可讀文件</title>
 <respStmt>
  <resp>編者</resp>
  <name>珍.崗妲</name>
 </respStmt>
 <idno type="ISSN">0 345 6789</idno>
 <biblScope unit="volume">1.2</biblScope>
</seriesStmt>