Music work sections within entries
Capture music works sections within entries using the div1 element with attribute role="musicWork". Capture each music work within its own p tag.
e/section[@role="main"]/textMatter/div1[@role="musicWork"]
|
EMW |
Entry music works |
Example
<section role="main" id="acref-9780199203833-e-250-section-110">
<textMatter>
...
<div1 role="musicWork" doi="10.1093/acref/9780199203833.013.250.021.131" id="acref-9780199203833-e-250-div1-158">
<titleGroup id="acref-9780199203833-e-250-titleGroup-49">
<title>
<p>
<sc>operas:</sc>
</p>
</title>
</titleGroup>
<p><xrefGrp><xref ref="acref-9780199203833-e-10101" type="1">Powder her Face</xref></xrefGrp>, Op.14 (<date isoDate="1995">1995</date>);</p>
<p>The <xrefGrp><xref ref="acref-9780199203833-e-9013" type="1">Tempest</xref></xrefGrp>, Op.22 (<date isoStart="2003" isoEnd="2004">2003–4</date>, rev. <date isoDate="2006">2006</date>).</p>
</div1>
</textMatter>
</section>