metanorma-bipm 2.6.4 → 2.6.6
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 +330 -65
- data/lib/isodoc/bipm/bipm.guide.xsl +330 -65
- data/lib/isodoc/bipm/bipm.mise-en-pratique.xsl +330 -65
- data/lib/isodoc/bipm/bipm.rapport.xsl +330 -65
- data/lib/isodoc/bipm/jcgm.standard.xsl +340 -67
- data/lib/isodoc/bipm/presentation_blocks.rb +12 -0
- data/lib/metanorma/bipm/basicdoc.rng +14 -8
- data/lib/metanorma/bipm/biblio-standoc.rng +37 -7
- data/lib/metanorma/bipm/biblio.rng +30 -18
- data/lib/metanorma/bipm/bipm.rng +3 -67
- data/lib/metanorma/bipm/converter.rb +2 -2
- data/lib/metanorma/bipm/isodoc.rng +130 -96
- data/lib/metanorma/bipm/relaton-bipm.rng +18 -24
- data/lib/metanorma/bipm/reqt.rng +7 -6
- data/lib/metanorma/bipm/version.rb +1 -1
- data/metanorma.yml +7 -7
- metadata +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
2
|
+
<grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0">
|
3
3
|
<include href="biblio-standoc.rng">
|
4
4
|
<define name="DocumentType">
|
5
5
|
<choice>
|
@@ -44,30 +44,24 @@
|
|
44
44
|
</optional>
|
45
45
|
</element>
|
46
46
|
</define>
|
47
|
-
<define name="BibDataExtensionType">
|
48
|
-
<optional>
|
49
|
-
<attribute name="schema-version"/>
|
50
|
-
</optional>
|
51
|
-
<optional>
|
52
|
-
<ref name="doctype"/>
|
53
|
-
</optional>
|
54
|
-
<optional>
|
55
|
-
<ref name="docsubtype"/>
|
56
|
-
</optional>
|
57
|
-
<ref name="flavor"/>
|
58
|
-
<ref name="editorialgroup"/>
|
59
|
-
<optional>
|
60
|
-
<ref name="comment-period"/>
|
61
|
-
</optional>
|
62
|
-
<optional>
|
63
|
-
<ref name="si-aspect"/>
|
64
|
-
</optional>
|
65
|
-
<optional>
|
66
|
-
<ref name="meeting-note"/>
|
67
|
-
</optional>
|
68
|
-
<ref name="structuredidentifier"/>
|
69
|
-
</define>
|
70
47
|
</include>
|
48
|
+
<define name="BibDataExtensionType" combine="interleave">
|
49
|
+
<optional>
|
50
|
+
<ref name="comment-period">
|
51
|
+
<a:documentation>Period during which comments are allowed on the document draft</a:documentation>
|
52
|
+
</ref>
|
53
|
+
</optional>
|
54
|
+
<optional>
|
55
|
+
<ref name="si-aspect">
|
56
|
+
<a:documentation>The domain of SI covered by the document; used to select logo in PDF cover page. The logo nominates one primary SI base units, and defining consonants for that unit and possibly others as well</a:documentation>
|
57
|
+
</ref>
|
58
|
+
</optional>
|
59
|
+
<optional>
|
60
|
+
<ref name="meeting-note">
|
61
|
+
<a:documentation>Note on when and where a guide was adopted</a:documentation>
|
62
|
+
</ref>
|
63
|
+
</optional>
|
64
|
+
</define>
|
71
65
|
<define name="comment-period">
|
72
66
|
<element name="comment-period">
|
73
67
|
<element name="from">
|
data/lib/metanorma/bipm/reqt.rng
CHANGED
@@ -1,5 +1,11 @@
|
|
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
|
+
<define name="requirement">
|
4
|
+
<element name="requirement">
|
5
|
+
<ref name="RequirementType"/>
|
6
|
+
</element>
|
7
|
+
</define>
|
8
|
+
<!-- ALERT: cannot have root comments, because of https://github.com/metanorma/metanorma/issues/437 -->
|
3
9
|
<!--
|
4
10
|
Presupposes isodoc.rnc, is included in it
|
5
11
|
include "isodoc.rnc" { }
|
@@ -7,14 +13,9 @@
|
|
7
13
|
This is the Metanorma default provisions model; it is overridden by other provisions models,
|
8
14
|
such as Modspec
|
9
15
|
-->
|
10
|
-
<define name="
|
16
|
+
<define name="recommendation">
|
11
17
|
<a:documentation>Specification of an attribute of a subject that is required.
|
12
18
|
NOTE: A requirement can contain other requirements</a:documentation>
|
13
|
-
<element name="requirement">
|
14
|
-
<ref name="RequirementType"/>
|
15
|
-
</element>
|
16
|
-
</define>
|
17
|
-
<define name="recommendation">
|
18
19
|
<a:documentation>Specification of an attribute of a subject that is recommended</a:documentation>
|
19
20
|
<element name="recommendation">
|
20
21
|
<ref name="RequirementType"/>
|
data/metanorma.yml
CHANGED
@@ -98,13 +98,6 @@ committees:
|
|
98
98
|
- INetQI
|
99
99
|
- International Network on Quality Infrastructure
|
100
100
|
metadata_extensions:
|
101
|
-
comment-period:
|
102
|
-
comment-period-from:
|
103
|
-
_output: from
|
104
|
-
comment-period-to:
|
105
|
-
_output: to
|
106
|
-
si-aspect:
|
107
|
-
meeting-note:
|
108
101
|
structuredidentifier:
|
109
102
|
docnumber:
|
110
103
|
partnumber:
|
@@ -113,6 +106,13 @@ metadata_extensions:
|
|
113
106
|
_output: appendix
|
114
107
|
annex-id:
|
115
108
|
_output: annexid
|
109
|
+
comment-period:
|
110
|
+
comment-period-from:
|
111
|
+
_output: from
|
112
|
+
comment-period-to:
|
113
|
+
_output: to
|
114
|
+
si-aspect:
|
115
|
+
meeting-note:
|
116
116
|
relations:
|
117
117
|
- supersedes
|
118
118
|
- superseded-by
|
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.6
|
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-04-
|
11
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-generic
|