The title sub-element records the series title, the respStmt element records the person or group responsible for the series, and the identifier element contains a series identifier. The contents element should be used when it is necessary to enumerate the content of the series, but not describe each component. The seriesStmt element is provided within seriesStmt for the description of a sub-series.
The model of this element is based on the seriesStmt element of the Text Encoding Initiative (TEI).
<elementSpec ident="seriesStmt" module="MEI.header">
<gloss versionDate="2022-05-18" xml:lang="en">series statement</gloss>
<desc xml:lang="en">Groups information about the series, if any, to which a publication
belongs.</desc>
<content>
<rng:zeroOrMore>
</rng:zeroOrMore>
<rng:zeroOrMore>
<rng:choice>
<rng:ref name="model.identifierLike"/>
<rng:ref name="biblScope"/>
<rng:ref name="contents"/>
<rng:ref name="seriesStmt"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<remarks xml:lang="en">
<p>The <gi scheme="MEI">title</gi> sub-element records the series title, the <gi scheme="MEI">respStmt</gi> element records the person or group responsible for the series, and the <gi scheme="MEI">identifier</gi> element contains a series identifier. The <gi scheme="MEI">contents</gi> element should be used when it is necessary to enumerate the content of the
series, but not describe each component. The <gi scheme="MEI">seriesStmt</gi> element is
provided within seriesStmt for the description of a sub-series.</p>
</remarks>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-seriesStmt.html">seriesStmt</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>