metanorma-ogc 2.3.9 → 2.3.10
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/ogc/metadata.rb +10 -0
- data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +626 -237
- data/lib/isodoc/ogc/ogc.best-practice.xsl +626 -237
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +626 -237
- data/lib/isodoc/ogc/ogc.community-practice.xsl +626 -237
- data/lib/isodoc/ogc/ogc.community-standard.xsl +626 -237
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +626 -237
- data/lib/isodoc/ogc/ogc.draft-standard.xsl +626 -237
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +626 -237
- data/lib/isodoc/ogc/ogc.other.xsl +626 -237
- data/lib/isodoc/ogc/ogc.policy.xsl +626 -237
- data/lib/isodoc/ogc/ogc.reference-model.xsl +626 -237
- data/lib/isodoc/ogc/ogc.release-notes.xsl +626 -237
- data/lib/isodoc/ogc/ogc.standard.xsl +626 -237
- data/lib/isodoc/ogc/ogc.test-suite.xsl +626 -237
- data/lib/isodoc/ogc/ogc.user-guide.xsl +626 -237
- data/lib/isodoc/ogc/ogc.white-paper.xsl +588 -193
- data/lib/metanorma/ogc/boilerplate.xml +1 -1
- data/lib/metanorma/ogc/isodoc.rng +5 -1
- data/lib/metanorma/ogc/version.rb +1 -1
- metadata +2 -2
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<title>Copyright notice</title>
|
|
5
5
|
|
|
6
6
|
<p align="center">Copyright
|
|
7
|
-
© {{ docyear }}
|
|
7
|
+
© {{ docyear }} {{ copyright_holder }}<br/>
|
|
8
8
|
To obtain additional rights of use, visit
|
|
9
9
|
<link target="https://www.ogc.org/legal">https://www.ogc.org/legal</link>
|
|
10
10
|
</p>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
these elements; we just want one namespace for any child grammars
|
|
18
18
|
of this.
|
|
19
19
|
-->
|
|
20
|
-
<!-- VERSION v1.2.
|
|
20
|
+
<!-- VERSION v1.2.2 -->
|
|
21
21
|
<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">
|
|
22
22
|
<include href="reqt.rng"/>
|
|
23
23
|
<include href="basicdoc.rng">
|
|
@@ -211,6 +211,9 @@
|
|
|
211
211
|
<data type="boolean"/>
|
|
212
212
|
</attribute>
|
|
213
213
|
</optional>
|
|
214
|
+
<optional>
|
|
215
|
+
<attribute name="style"/>
|
|
216
|
+
</optional>
|
|
214
217
|
<ref name="CitationType"/>
|
|
215
218
|
<oneOrMore>
|
|
216
219
|
<ref name="PureTextElement"/>
|
|
@@ -2136,6 +2139,7 @@
|
|
|
2136
2139
|
<choice>
|
|
2137
2140
|
<value>identical</value>
|
|
2138
2141
|
<value>modified</value>
|
|
2142
|
+
<value>adapted</value>
|
|
2139
2143
|
<value>restyled</value>
|
|
2140
2144
|
<value>context-added</value>
|
|
2141
2145
|
<value>generalisation</value>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-ogc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: iso-639
|