lib/metanorma/csa/isodoc.rng in metanorma-csa-2.1.5 vs lib/metanorma/csa/isodoc.rng in metanorma-csa-2.1.6
- old
+ new
@@ -1283,10 +1283,15 @@
</choice>
</element>
</define>
<define name="span">
<element name="span">
- <attribute name="class"/>
+ <optional>
+ <attribute name="class"/>
+ </optional>
+ <optional>
+ <attribute name="style"/>
+ </optional>
<oneOrMore>
<ref name="TextElement"/>
</oneOrMore>
</element>
</define>