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. This element is modelled on an element in the Text Encoding Initiative (TEI) standard.
<elementSpec ident="seriesStmt" module="MEI.header">
<desc>(series statement) – 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>
<p part="N">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>
<p part="N">This element is modelled on an element in the Text Encoding Initiative (TEI) standard.</p>
</remarks>
</elementSpec>