COTUS Monographs preamble as part front matter
Capture text that falls between the part heading and the first chapter in a partFrontMatter element using the appropriate div[1-7,N] divisions structure.
COTUS Monographs Example
COTUS Monographs XML
<part>
<titleGroup><title>
<p>
<enumerator>Part two</enumerator> Nevada Constitution and Commentary</p></title>
</titleGroup>
<partFrontMatter><textMatter>
<div1 role="prelim">
<p>Part II provides a section-by-section ... </p>
</div1>
<div1>
<titleGroup>
<title>
<p>Preliminary Action</p>
</title>
</titleGroup>
<p>WHEREAS, The Act of Congress ... </p>
</div1></textMatter>
</partFrontMatter>
<textMatter><!-- Content skipped for brevity -->
</textMatter>
</part>