metanorma-itu 2.6.3 → 2.6.4
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/itu/base_convert.rb +2 -1
- data/lib/isodoc/itu/itu.implementers-guide.xsl +171 -45
- data/lib/isodoc/itu/itu.in-force.xsl +171 -45
- data/lib/isodoc/itu/itu.recommendation-annex.xsl +171 -45
- data/lib/isodoc/itu/itu.recommendation-supplement.xsl +171 -45
- data/lib/isodoc/itu/itu.recommendation.xsl +171 -45
- data/lib/isodoc/itu/itu.resolution.xsl +171 -45
- data/lib/isodoc/itu/itu.service-publication.xsl +171 -45
- data/lib/isodoc/itu/itu.technical-paper.xsl +171 -45
- data/lib/isodoc/itu/itu.technical-report.xsl +171 -45
- data/lib/isodoc/itu/presentation_section.rb +9 -16
- data/lib/isodoc/itu/presentation_xml_convert.rb +2 -10
- data/lib/isodoc/itu/xref.rb +19 -1
- data/lib/isodoc/itu/xref_section.rb +12 -28
- data/lib/metanorma/itu/basicdoc.rng +14 -8
- data/lib/metanorma/itu/biblio-standoc.rng +37 -7
- data/lib/metanorma/itu/biblio.rng +30 -18
- data/lib/metanorma/itu/converter.rb +2 -4
- data/lib/metanorma/itu/front.rb +1 -2
- data/lib/metanorma/itu/isodoc.rng +115 -96
- data/lib/metanorma/itu/itu.rng +3 -63
- data/lib/metanorma/itu/relaton-itu.rng +43 -46
- data/lib/metanorma/itu/reqt.rng +7 -6
- data/lib/metanorma/itu/version.rb +1 -1
- metadata +2 -2
data/lib/metanorma/itu/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"/>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-itu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.4
|
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-
|
11
|
+
date: 2025-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-standoc
|