metanorma-ogc 2.2.3 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +1 -1
- data/lib/isodoc/ogc/ogc.best-practice.xsl +1 -1
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +1 -1
- data/lib/isodoc/ogc/ogc.community-practice.xsl +1 -1
- data/lib/isodoc/ogc/ogc.community-standard.xsl +1 -1
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +1 -1
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +1 -1
- data/lib/isodoc/ogc/ogc.other.xsl +1 -1
- data/lib/isodoc/ogc/ogc.policy.xsl +1 -1
- data/lib/isodoc/ogc/ogc.reference-model.xsl +1 -1
- data/lib/isodoc/ogc/ogc.release-notes.xsl +1 -1
- data/lib/isodoc/ogc/ogc.standard.xsl +1 -1
- data/lib/isodoc/ogc/ogc.test-suite.xsl +1 -1
- data/lib/isodoc/ogc/ogc.user-guide.xsl +1 -1
- data/lib/isodoc/ogc/ogc.white-paper.xsl +1 -1
- data/lib/metanorma/ogc/isodoc.rng +9 -0
- data/lib/metanorma/ogc/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: 7adf6c461b7ddc359300a52c69478423152abe1ab12aacf0daa4187d814a94dc
|
4
|
+
data.tar.gz: 21d7f093725809a37a91ca06f7c6ecb650c18b9bfd111bc93b4d8255a57aac55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de3a8519a85c8f430f9e175622618f9674a1d249f9b0a99a112be0ba7e2c84f3847ff0f8c975b849a1c07156a16584a592064a303fda786558d0fbfd5a5b0525
|
7
|
+
data.tar.gz: 5067835db0ef0a9686e75e028505141b542b022d52789c5b8f69b9d2f80e5d88832f36006310e97533f5bc2950315e21866a5dc573c0cba8761529817ab637bc
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -8384,7 +8384,7 @@
|
|
8384
8384
|
<!-- ====== -->
|
8385
8385
|
<!-- eref -->
|
8386
8386
|
<!-- ====== -->
|
8387
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8387
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8388
8388
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8389
8389
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8390
8390
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -7543,7 +7543,7 @@
|
|
7543
7543
|
<!-- ====== -->
|
7544
7544
|
<!-- eref -->
|
7545
7545
|
<!-- ====== -->
|
7546
|
-
<xsl:template match="*[local-name() = 'eref']">
|
7546
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
7547
7547
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
7548
7548
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
7549
7549
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -205,6 +205,15 @@
|
|
205
205
|
<data type="boolean"/>
|
206
206
|
</attribute>
|
207
207
|
</optional>
|
208
|
+
<optional>
|
209
|
+
<attribute name="style">
|
210
|
+
<choice>
|
211
|
+
<value>basic</value>
|
212
|
+
<value>full</value>
|
213
|
+
<value>short</value>
|
214
|
+
</choice>
|
215
|
+
</attribute>
|
216
|
+
</optional>
|
208
217
|
<ref name="XrefBody"/>
|
209
218
|
</element>
|
210
219
|
</define>
|
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.2.
|
4
|
+
version: 2.2.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: 2022-
|
11
|
+
date: 2022-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: iso-639
|