Use this element to provide an enumeration of the contents of a bibliographic entity, like that often found in a table of contents. When a detailed bibliographic description of included material is desired, use the componentList element instead.
<elementSpec ident="contents" module="MEI.header">
<desc xml:lang="en">List of the material contained within a resource.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.bibl"/>
<memberOf key="att.pointing"/>
<memberOf key="model.titlePagePart"/>
</classes>
<content>
</content>
<constraintSpec ident="checkContentsLabels" scheme="schematron">
<constraint>
<sch:rule context="mei:contents[mei:label]">
<sch:assert role="warning" test="count(mei:label) = count(mei:contentItem)">When labels
are used, usually each content item has one.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
<exemplum>
<egXML xml:space="preserve">
<contents>
<p>A suitable tone ; Left hand coloring ; Rhythm and accent ; Tempo ;
Flexibility ; Ornaments</p>
</contents>
</egXML>
</exemplum>
<exemplum>
<egXML xml:space="preserve">
<contents>
<head>Contents</head>
<label>1.</label>
<contentItem>Sonata in D major, op. V, no. 1 /
Corelli</contentItem>
<label>2.</label>
<contentItem>Sonata in G minor / Purcell (with Robert Donington,
gamba)</contentItem>
<label>3.</label>
<contentItem>Forlane from Concert royal no. 3 /
Couperin</contentItem>
</contents>
</egXML>
</exemplum>
<exemplum>
<egXML xml:space="preserve">
<contents target="http://www.contentProvider.org/toc/toc01.html"/>
</egXML>
</exemplum>
<remarks xml:lang="en">
<p>Use this element to provide an enumeration of the contents of a bibliographic entity,
like
that often found in a table of contents. When a detailed bibliographic description
of
included material is desired, use the <gi scheme="MEI">componentList</gi> element
instead.</p>
</remarks>
</elementSpec>