metanorma-m3aawg 1.7.10 → 1.7.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c22221721fd7f1d5d2bcfa0916606a836311a8d89d1c698cbffb52def53aa57
4
- data.tar.gz: e94670e33058185bd681c67a1da16aa4c97dc9078fe6a1a7dbd1fa455f4f9085
3
+ metadata.gz: 624cebc1c8a570ffe34e2800ff8b2cd5cc93d07d0e87fe9af825ab55b872e6a9
4
+ data.tar.gz: a82f3fa990022f5f66a92b213039ce4acd63b808594d3537f00891e56b9e702b
5
5
  SHA512:
6
- metadata.gz: '058eda527fafac4a954b984bd25b4a6c7461289c45a3c89388a6eb557def3f88bd0a53a468b562dd2f5e7700eaa2f9cbf15c5e52c3667df38c9870d7fc545d46'
7
- data.tar.gz: c59535c304c8f0296bea6145d2e78da35945c79de238f6b48eb90888b46d0f8b34803048ee2b23d3a121b05aa9347677a59e0a74c26f8cf3cf854405f1e32bb7
6
+ metadata.gz: 26e11a68c18b31428e01323362b36e584a5c1724ee8fe4378e873a7dc766f5cab7d7295e6967158de32d2b9ccedc323f2181cfd7c6ed0367c5e1406808c09084
7
+ data.tar.gz: 990de7c55fbc095b91acb1df22438ae5f4e8b391b003848e75ff35232e64a17ebd7233d3ee6859dfcb8185d1e0f263b48832e8b42fea665cbdd9dd3dd449b07f
@@ -990,6 +990,16 @@
990
990
  <data type="boolean"/>
991
991
  </attribute>
992
992
  </optional>
993
+ <optional>
994
+ <attribute name="linkmention">
995
+ <data type="boolean"/>
996
+ </attribute>
997
+ </optional>
998
+ <optional>
999
+ <attribute name="linkref">
1000
+ <data type="boolean"/>
1001
+ </attribute>
1002
+ </optional>
993
1003
  <optional>
994
1004
  <element name="refterm">
995
1005
  <zeroOrMore>
@@ -1700,7 +1710,9 @@
1700
1710
  <zeroOrMore>
1701
1711
  <ref name="termgrammar"/>
1702
1712
  </zeroOrMore>
1703
- <ref name="definition"/>
1713
+ <oneOrMore>
1714
+ <ref name="termdefinition"/>
1715
+ </oneOrMore>
1704
1716
  <zeroOrMore>
1705
1717
  <ref name="termnote"/>
1706
1718
  </zeroOrMore>
@@ -1763,7 +1775,7 @@
1763
1775
  </oneOrMore>
1764
1776
  </element>
1765
1777
  </define>
1766
- <define name="definition">
1778
+ <define name="termdefinition">
1767
1779
  <element name="definition">
1768
1780
  <oneOrMore>
1769
1781
  <choice>
@@ -1772,6 +1784,9 @@
1772
1784
  <ref name="formula"/>
1773
1785
  </choice>
1774
1786
  </oneOrMore>
1787
+ <zeroOrMore>
1788
+ <ref name="termsource"/>
1789
+ </zeroOrMore>
1775
1790
  </element>
1776
1791
  </define>
1777
1792
  <define name="termnote">
@@ -5205,6 +5205,7 @@
5205
5205
  </xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']" priority="4">
5206
5206
  <xsl:variable name="level" select="count(ancestor::*[local-name() = 'ul'])"/>
5207
5207
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5208
+
5208
5209
  <xsl:apply-templates/>
5209
5210
  </fo:block>
5210
5211
  </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
@@ -5205,6 +5205,7 @@
5205
5205
  </xsl:template><xsl:template match="*[local-name() = 'indexsect']//*[local-name() = 'li']" priority="4">
5206
5206
  <xsl:variable name="level" select="count(ancestor::*[local-name() = 'ul'])"/>
5207
5207
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5208
+
5208
5209
  <xsl:apply-templates/>
5209
5210
  </fo:block>
5210
5211
  </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module M3AAWG
3
- VERSION = "1.7.10".freeze
3
+ VERSION = "1.7.11".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-m3aawg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.10
4
+ version: 1.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-30 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities