Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Sep 11, 2020
1 parent c5a7c15 commit 5b34344
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 179 deletions.
94 changes: 86 additions & 8 deletions lib/asciidoctor/m3aawg/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -1074,14 +1074,17 @@
<ref name="section-title"/>
</optional>
<group>
<group>
<zeroOrMore>
<ref name="BasicBlock"/>
</zeroOrMore>
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
</group>
<choice>
<group>
<zeroOrMore>
<ref name="BasicBlock"/>
</zeroOrMore>
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
</group>
<ref name="amend"/>
</choice>
<zeroOrMore>
<choice>
<ref name="clause-subsection"/>
Expand Down Expand Up @@ -1532,4 +1535,79 @@
<ref name="CitationType"/>
</element>
</define>
<define name="amend">
<element name="amend">
<optional>
<attribute name="id">
<data type="ID"/>
</attribute>
</optional>
<attribute name="change">
<choice>
<value>add</value>
<value>modify</value>
<value>delete</value>
</choice>
</attribute>
<optional>
<attribute name="path"/>
</optional>
<optional>
<attribute name="path_end"/>
</optional>
<optional>
<attribute name="title"/>
</optional>
<optional>
<element name="location">
<zeroOrMore>
<ref name="locality"/>
</zeroOrMore>
</element>
</optional>
<zeroOrMore>
<ref name="autonumber"/>
</zeroOrMore>
<optional>
<element name="description">
<zeroOrMore>
<ref name="BasicBlock"/>
</zeroOrMore>
</element>
</optional>
<optional>
<element name="newcontent">
<zeroOrMore>
<ref name="BasicBlock"/>
</zeroOrMore>
</element>
</optional>
<optional>
<element name="description">
<zeroOrMore>
<ref name="BasicBlock"/>
</zeroOrMore>
</element>
</optional>
</element>
</define>
<define name="autonumber">
<element name="autonumber">
<attribute name="type">
<choice>
<value>requirement</value>
<value>recommendation</value>
<value>permission</value>
<value>table</value>
<value>figure</value>
<value>admonition</value>
<value>formula</value>
<value>sourcecode</value>
<value>example</value>
<value>note</value>
</choice>
</attribute>
<text/>
</element>
</define>
</grammar>

0 comments on commit 5b34344

Please sign in to comment.