metanorma-bipm 2.6.7 → 2.6.8
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 +4 -4
- data/lib/isodoc/bipm/bipm.brochure.xsl +1 -0
- data/lib/isodoc/bipm/bipm.guide.xsl +1 -0
- data/lib/isodoc/bipm/bipm.mise-en-pratique.xsl +1 -0
- data/lib/isodoc/bipm/bipm.rapport.xsl +1 -0
- data/lib/isodoc/bipm/html/htmlstyle.css +0 -2
- data/lib/isodoc/bipm/jcgm.standard.xsl +1 -0
- data/lib/metanorma/bipm/isodoc.rng +14 -1
- data/lib/metanorma/bipm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30c93dd23a82576f2293e2a262231a97863606e8d25865c1ed0834aa37ef7cff
|
4
|
+
data.tar.gz: cb427f38aba491348804fa39b10536c5b0fc6f2fdbcd08b87176c97b6b62a34a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 959acec65a61d899816a54b8cd1509141d10f9977a4bbec1a5be9f12ea29e324d240ef984c09c5bd21d43b3d309d7bb041ed5a70cc655057f8c2c2c60d706658
|
7
|
+
data.tar.gz: 0a84ca638101bdb92da514b356dc67a39f654e1efa6517a1f242c0b8786210d834b44835d8af3c60c21671ab81e3a3e2f23eaf2eb00b8884e6726486f73b9c77
|
@@ -4300,6 +4300,7 @@
|
|
4300
4300
|
<xsl:variable name="hair_space"> </xsl:variable>
|
4301
4301
|
<xsl:variable name="en_dash">–</xsl:variable>
|
4302
4302
|
<xsl:variable name="em_dash">—</xsl:variable>
|
4303
|
+
<xsl:variable name="nonbreak_space_em_dash_space"> — </xsl:variable>
|
4303
4304
|
<xsl:variable name="cr"> </xsl:variable>
|
4304
4305
|
<xsl:variable name="lf">
|
4305
4306
|
</xsl:variable>
|
@@ -4300,6 +4300,7 @@
|
|
4300
4300
|
<xsl:variable name="hair_space"> </xsl:variable>
|
4301
4301
|
<xsl:variable name="en_dash">–</xsl:variable>
|
4302
4302
|
<xsl:variable name="em_dash">—</xsl:variable>
|
4303
|
+
<xsl:variable name="nonbreak_space_em_dash_space"> — </xsl:variable>
|
4303
4304
|
<xsl:variable name="cr"> </xsl:variable>
|
4304
4305
|
<xsl:variable name="lf">
|
4305
4306
|
</xsl:variable>
|
@@ -4300,6 +4300,7 @@
|
|
4300
4300
|
<xsl:variable name="hair_space"> </xsl:variable>
|
4301
4301
|
<xsl:variable name="en_dash">–</xsl:variable>
|
4302
4302
|
<xsl:variable name="em_dash">—</xsl:variable>
|
4303
|
+
<xsl:variable name="nonbreak_space_em_dash_space"> — </xsl:variable>
|
4303
4304
|
<xsl:variable name="cr"> </xsl:variable>
|
4304
4305
|
<xsl:variable name="lf">
|
4305
4306
|
</xsl:variable>
|
@@ -4300,6 +4300,7 @@
|
|
4300
4300
|
<xsl:variable name="hair_space"> </xsl:variable>
|
4301
4301
|
<xsl:variable name="en_dash">–</xsl:variable>
|
4302
4302
|
<xsl:variable name="em_dash">—</xsl:variable>
|
4303
|
+
<xsl:variable name="nonbreak_space_em_dash_space"> — </xsl:variable>
|
4303
4304
|
<xsl:variable name="cr"> </xsl:variable>
|
4304
4305
|
<xsl:variable name="lf">
|
4305
4306
|
</xsl:variable>
|
@@ -2234,6 +2234,7 @@
|
|
2234
2234
|
<xsl:variable name="hair_space"> </xsl:variable>
|
2235
2235
|
<xsl:variable name="en_dash">–</xsl:variable>
|
2236
2236
|
<xsl:variable name="em_dash">—</xsl:variable>
|
2237
|
+
<xsl:variable name="nonbreak_space_em_dash_space"> — </xsl:variable>
|
2237
2238
|
<xsl:variable name="cr"> </xsl:variable>
|
2238
2239
|
<xsl:variable name="lf">
|
2239
2240
|
</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-bipm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.8
|
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
|