Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 19, 2021
1 parent 444e4a6 commit 8fe6439
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
39 changes: 32 additions & 7 deletions lib/asciidoctor/m3aawg/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,18 @@
</zeroOrMore>
</element>
</define>
<define name="dt">
<element name="dt">
<optional>
<attribute name="id">
<data type="ID"/>
</attribute>
</optional>
<zeroOrMore>
<ref name="TextElement"/>
</zeroOrMore>
</element>
</define>
<define name="example">
<element name="example">
<attribute name="id">
Expand Down Expand Up @@ -899,7 +911,7 @@
</include>
<!-- end overrides -->
<define name="docsubtype">
<element name="docsubtype">
<element name="subdoctype">
<ref name="DocumentSubtype"/>
</element>
</define>
Expand Down Expand Up @@ -954,6 +966,16 @@
</define>
<define name="concept">
<element name="concept">
<optional>
<attribute name="ital">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="ref">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="refterm">
<zeroOrMore>
Expand Down Expand Up @@ -998,6 +1020,9 @@
</attribute>
<attribute name="name"/>
<attribute name="action"/>
<optional>
<attribute name="class"/>
</optional>
<zeroOrMore>
<choice>
<ref name="TextElement"/>
Expand Down Expand Up @@ -1490,26 +1515,26 @@
<optional>
<ref name="section-title"/>
</optional>
<group>
<choice>
<choice>
<group>
<zeroOrMore>
<oneOrMore>
<ref name="BasicBlock"/>
</zeroOrMore>
</oneOrMore>
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
</group>
<ref name="amend"/>
</choice>
<zeroOrMore>
<oneOrMore>
<choice>
<ref name="clause-subsection"/>
<ref name="terms"/>
<ref name="definitions"/>
</choice>
</zeroOrMore>
</group>
</oneOrMore>
</choice>
</define>
<define name="Annex-Section">
<optional>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/m3aawg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module M3AAWG
VERSION = "1.7.6".freeze
VERSION = "1.7.7".freeze
end
end

0 comments on commit 8fe6439

Please sign in to comment.