enumerator elements and altNum attributes
Capture altNum attributes within the enumerator element of a title element.
Where section headings include numbers or letters indicating hierarchy, capture this in an enumerator element with an altNum attribute.
The altNum attribute should inherit the hierarchy from the parent element
Roman numerals in section headings must be converted to arabic numbers in the altNum
Act 1, Scene 5
<titleGroup>
<title><p>
<enumerator role="scene" altNum="1.5">Scene V</enumerator>
</p>
</title>
</titleGroup>
Book 1, Ode 5
<titleGroup>
<title><p>
<enumerator altNum="1.5">Book 1, Ode 5</enumerator>
</p>
</title>
</titleGroup>
Book 3, Part B
<titleGroup>
<title><p>
<enumerator altNum="3.B">Part B</enumerator>
</p>
</title>
</titleGroup>