<series>

<series> (informazioni sulla collana) contiene indicazioni sulla collana in cui un libro o un'altra unità bibliografica sono stati pubblicati. 3.11.2.1 Analytic, Monographic, and Series Levels
Modulocore — 3 Elements Available in All TEI Documents
Attributi
Usato da
Può contenere
Dichiarazione

<rng:element name="series">
<rng:ref name="att.global.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:text/>
  <rng:ref name="model.gLike"/>
  <rng:ref name="title"/>
  <rng:ref name="editor"/>
  <rng:ref name="respStmt"/>
  <rng:ref name="biblScope"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element series
{
   att.global.attributes,
   (
      text
    | model.gLiketitleeditorrespStmtbiblScopemodel.global
   )*
}
Esempio
<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>