<seriesStmt>
<seriesStmt> (mention de collection) regroupe toute information relative à la collection (si elle existe) à laquelle appartient une publication. 2.2.5 The Series Statement 2.2 The File Description | |
Module | header — 2 The TEI Header |
Utilisé par | |
Peut contenir | |
Declaration |
element seriesStmt { att.global.attributes, ( model.pLike+ | ( title+, ( idno | respStmt )* ) ) } |
Exemple |
<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> |