Hello all,
All ideas would be appreciated, but I'm particularly interested in the larger structural questions. Specifically, it has been suggested to me that this provision could be modeled with two or three levels of hcontainers within Subsection 4, all the way down to and including the (a) and (b) of the first where clause. That doesn't feel right to me. I'm inclined to give Subsection 4 its own <content> and represent everything inside it with a block or block container. But I'd love to hear your thoughts.
Regards,Jim
PS. My instincts are to do something roughly like the following:
<subsection eId="section-81-4">
<num>(4)</num>
<content>
<p>The amount of a carer's allowance supplement is to be calculated according to the following formula—</p>
<tblock uk:name="formula">
<foreign>
</foreign>
<tblock uk:name="where">
<p>where—</p>
<blockList>
<item class="whereClause">
<p>JSA is whichever is the higher of—</p>
<blockList>
<item>
<num>(a)</num>
<p>the weekly amount ...</p>
</item>
<item>
<num>(b)</num>
<p>that amount as ...</p>
</item>
</blockList>
</item>
<item class="whereClause">
<p>CA is the weekly rate ...</p>
</item>
</blockList>
</tblock>
</tblock>
</content>
</subsection>