metanorma-iho 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59f36aef90245c741649a7572f2d3d4ece30a68dce3b5f5c2312ee2dd8973489
|
4
|
+
data.tar.gz: b4800adc94e4d30be7d337802135c8813a14e1bf64a3eed5a5f058c6d65731c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec5f2d9687049d4bed1f2204ebb1404eb4a7dadc3926b8130ec3375adf6da85bcea980a729e5e702c6ef2011de31b43628b8ae8b2cb0b44557c9feb929d70af2
|
7
|
+
data.tar.gz: 3432182d41debd97994f003f66fa94c7aec3f6356e9d83ae4ae379b4da823ec292c8f29550eadeb965be82faee472b9424e6a848cf79ad1d5af20e3296cd632e
|
@@ -1356,6 +1356,7 @@
|
|
1356
1356
|
<xsl:variable name="hair_space"> </xsl:variable>
|
1357
1357
|
<xsl:variable name="en_dash">–</xsl:variable>
|
1358
1358
|
<xsl:variable name="em_dash">—</xsl:variable>
|
1359
|
+
<xsl:variable name="nonbreak_space_em_dash_space"> — </xsl:variable>
|
1359
1360
|
<xsl:variable name="cr"> </xsl:variable>
|
1360
1361
|
<xsl:variable name="lf">
|
1361
1362
|
</xsl:variable>
|
@@ -1356,6 +1356,7 @@
|
|
1356
1356
|
<xsl:variable name="hair_space"> </xsl:variable>
|
1357
1357
|
<xsl:variable name="en_dash">–</xsl:variable>
|
1358
1358
|
<xsl:variable name="em_dash">—</xsl:variable>
|
1359
|
+
<xsl:variable name="nonbreak_space_em_dash_space"> — </xsl:variable>
|
1359
1360
|
<xsl:variable name="cr"> </xsl:variable>
|
1360
1361
|
<xsl:variable name="lf">
|
1361
1362
|
</xsl:variable>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
3
|
-
<!-- VERSION v2.0.
|
3
|
+
<!-- VERSION v2.0.6 -->
|
4
4
|
|
5
5
|
<!--
|
6
6
|
ALERT: cannot have root comments, because of https://github.com/metanorma/metanorma/issues/437
|
@@ -801,6 +801,12 @@ titlecase, or lowercase</a:documentation>
|
|
801
801
|
<a:documentation>User-supplied anchor of element; replaced by content-based id, with all references to the anchor updated accordingly</a:documentation>
|
802
802
|
</attribute>
|
803
803
|
</optional>
|
804
|
+
<optional>
|
805
|
+
<attribute name="source">
|
806
|
+
<a:documentation>Sourcing of the current element in an external data model</a:documentation>
|
807
|
+
<ref name="IdRefType"/>
|
808
|
+
</attribute>
|
809
|
+
</optional>
|
804
810
|
</define>
|
805
811
|
<define name="OptionalId" combine="interleave">
|
806
812
|
<optional>
|
@@ -808,6 +814,12 @@ titlecase, or lowercase</a:documentation>
|
|
808
814
|
<a:documentation> User-supplied anchor of element; replaced by content-based id, with all references to the anchor updated accordingly</a:documentation>
|
809
815
|
</attribute>
|
810
816
|
</optional>
|
817
|
+
<optional>
|
818
|
+
<attribute name="source">
|
819
|
+
<a:documentation>Sourcing of the current element in an external data model</a:documentation>
|
820
|
+
<ref name="IdRefType"/>
|
821
|
+
</attribute>
|
822
|
+
</optional>
|
811
823
|
</define>
|
812
824
|
<define name="ObligationType">
|
813
825
|
<a:documentation>The force of a clause in a standard document: whether it has normative or informative effect</a:documentation>
|
@@ -954,6 +966,7 @@ titlecase, or lowercase</a:documentation>
|
|
954
966
|
is used in particular to capture mutually agreed definitions of codepoints in Unicode Private Use Area</a:documentation>
|
955
967
|
</attribute>
|
956
968
|
</optional>
|
969
|
+
<ref name="OptionalId"/>
|
957
970
|
<oneOrMore>
|
958
971
|
<ref name="TextElement">
|
959
972
|
<a:documentation>Textual content of span</a:documentation>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-iho
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-generic
|