lib/asciidoctor/bipm/isodoc.rng in metanorma-bipm-1.0.5 vs lib/asciidoctor/bipm/isodoc.rng in metanorma-bipm-1.0.6
- old
+ new
@@ -100,11 +100,11 @@
<attribute name="keep-lines-together">
<data type="boolean"/>
</attribute>
</optional>
<oneOrMore>
- <ref name="li"/>
+ <ref name="ul_li"/>
</oneOrMore>
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
</element>
@@ -1712,8 +1712,30 @@
<ref name="hyperlink"/>
<ref name="eref"/>
</choice>
</element>
</zeroOrMore>
+ </element>
+ </define>
+ <define name="ul_li">
+ <element name="li">
+ <optional>
+ <attribute name="id">
+ <data type="ID"/>
+ </attribute>
+ </optional>
+ <optional>
+ <attribute name="uncheckedcheckbox">
+ <data type="boolean"/>
+ </attribute>
+ </optional>
+ <optional>
+ <attribute name="checkedcheckbox">
+ <data type="boolean"/>
+ </attribute>
+ </optional>
+ <oneOrMore>
+ <ref name="BasicBlock"/>
+ </oneOrMore>
</element>
</define>
</grammar>