The VALUE parameter in the <LI> tag (not the <OL> tag) allows you to reset numbering.
The TYPE parameter can also be used in the <LI> tag, though it's hard to see why one would want to. [Changing TYPE in an <LI> tag of an unordered list (<UL>) is more useful.]
<OL TYPE="I">
<LH>Heading
<LI>First
<LI>Second<BR>
.<BR>
.<BR>
.<BR>
<LI VALUE="8">Eighth
<LI>Ninth<LI>Tenth<LI>Eleventh
</OL>
displays on your browser as
<OL TYPE="i">
<LI VALUE="3998"><BR>-->3998</P>
<LI><BR>-->3999</P>
<LI><BR>-->4000</P>
<LI><BR>-->4001</P>
</OL>
<DL>
<DT>|<-- Left Margin (for definition head term)
<DD>|<-- Shifted Left Margin (for definition)
<OL TYPE="I">
<LH>Heading
<LI VALUE="86">List Item #86
<LI>List Item
<LI>List Item
<LI>List Item
<LI>List Item
<LI>List Item
</OL>
</DL>
<OL TYPE="A">
<LH>Heading
<LI>First
<LI>Second
<BR>.<BR>.<BR>.<BR>
<LI VALUE="25">25 = 26 - 1
<LI><LI><LI>
<BR>.<BR>.<BR>.<BR>
<LI VALUE="700">700
<LI>701
<LI>702 = ((26 × 26) + 26)
<LI>703 (when I first wrote this, browsers typically
crapped out at this point)
<LI>704
<LI><LI TYPE="1">let's switch
</OL>
displays on your browser as
(Click here to return to the relevant AA entry in
the SBF glossary.)
(Click here to return to the relevant OL entry in
the SBF glossary.)