<seriesStmt>
<seriesStmt> (dichiarazione sulla serie) raggruppa le informazioni circa la serie alla quale eventualmente la pubblicazione appartiene. [2.2.5 The Series Statement 2.2 The File Description] | |
Modulo | header — 2 The TEI Header |
Attributi | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) |
Usato da | |
Contenuto in | |
Può contenere | |
Dichiarazione |
element seriesStmt { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, ( model.pLike+ | ( title+, ( editor | respStmt )*, ( idno | biblScope )* ) ) } |
Esempio | <seriesStmt> <title>Machine-Readable Texts for the Study of Indian Literature</title> <respStmt> <resp>ed. by</resp> <name>Jan Gonda</name> </respStmt> <biblScope type="vol">1.2</biblScope> <idno type="ISSN">0 345 6789</idno> </seriesStmt> |