lib/asciidoctor/mpfd/isodoc.rng in metanorma-mpfd-0.3.20 vs lib/asciidoctor/mpfd/isodoc.rng in metanorma-mpfd-0.3.21
- old
+ new
@@ -51,10 +51,18 @@
</attribute>
</optional>
<optional>
<attribute name="alt"/>
</optional>
+ <optional>
+ <attribute name="case">
+ <choice>
+ <value>capital</value>
+ <value>lowercase</value>
+ </choice>
+ </attribute>
+ </optional>
<text/>
</element>
</define>
<define name="example">
<element name="example">
@@ -900,10 +908,18 @@
<define name="termnote">
<element name="termnote">
<attribute name="id">
<data type="ID"/>
</attribute>
- <ref name="paragraph"/>
+ <oneOrMore>
+ <choice>
+ <ref name="paragraph"/>
+ <ref name="ul"/>
+ <ref name="ol"/>
+ <ref name="dl"/>
+ <ref name="formula"/>
+ </choice>
+ </oneOrMore>
</element>
</define>
<define name="termexample">
<element name="termexample">
<attribute name="id">