<series>
<series> (series information) contains information about the series in which a book or other bibliographic item has appeared. [3.12.2.1 Analytic, Monographic, and Series Levels] | |
Module | core — Elements Available in All TEI Documents |
Attributes | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Member of | |
Contained by |
core: bibl biblStruct
|
May contain | |
Example |
<series xml:lang="de">
<title level="s">Halbgraue Reihe zur Historischen Fachinformatik</title> <respStmt> <resp>Herausgegeben von</resp> <name type="person">Manfred Thaller</name> <name type="org">Max-Planck-Institut für Geschichte</name> </respStmt> <title level="s">Serie A: Historische Quellenkunden</title> <biblScope>Band 11</biblScope> </series> |
Content model |
<content> |
Schema Declaration |
<rng:element name="series"> element series { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( text | model.gLike | title | model.ptrLike | editor | respStmt | biblScope | idno | textLang | model.global | availability )* } |