Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Feb 8, 2021
1 parent 8960a35 commit 19e65c6
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 180 deletions.
63 changes: 63 additions & 0 deletions lib/asciidoctor/m3aawg/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,8 @@
<ref name="requirement"/>
<ref name="recommendation"/>
<ref name="permission"/>
<ref name="imagemap"/>
<ref name="svgmap"/>
</choice>
</define>
<define name="bibliography">
Expand Down Expand Up @@ -1635,4 +1637,65 @@
<text/>
</element>
</define>
<define name="imagemap">
<element name="imagemap">
<ref name="figure"/>
<zeroOrMore>
<element name="area">
<attribute name="type">
<choice>
<value>rect</value>
<value>circle</value>
<value>ellipse</value>
<value>poly</value>
</choice>
</attribute>
<choice>
<ref name="xref"/>
<ref name="hyperlink"/>
<ref name="eref"/>
</choice>
<oneOrMore>
<element name="coords">
<attribute name="x">
<data type="float"/>
</attribute>
<attribute name="y">
<data type="float"/>
</attribute>
</element>
</oneOrMore>
<optional>
<element name="radius">
<attribute name="x">
<data type="float"/>
</attribute>
<optional>
<attribute name="y">
<data type="float"/>
</attribute>
</optional>
</element>
</optional>
</element>
</zeroOrMore>
</element>
</define>
<define name="svgmap">
<element name="svgmap">
<ref name="figure"/>
<zeroOrMore>
<element name="target">
<attribute name="href">
<data type="anyURI"/>
</attribute>
<choice>
<ref name="xref"/>
<ref name="hyperlink"/>
<ref name="eref"/>
</choice>
</element>
</zeroOrMore>
</element>
</define>
</grammar>

0 comments on commit 19e65c6

Please sign in to comment.