metanorma-jis 0.6.2 → 0.6.3
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/jis/jis.international-standard.xsl +109 -29
- data/lib/metanorma/jis/biblio-standoc.rng +0 -49
- data/lib/metanorma/jis/biblio.rng +11 -1
- data/lib/metanorma/jis/isodoc.rng +6 -1
- data/lib/metanorma/jis/relaton-jis.rng +0 -42
- data/lib/metanorma/jis/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: 2d87816ed39455d53723bb89d3d1f8c1b5fdf45cc5002db2fe73dc021fb0ef4b
|
4
|
+
data.tar.gz: 768fb228c83267bbe0d213334a8c7b344e4a744d7c147164463999edc6bd725a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7aad42a639546e5ba15e3d718629fc693d9261853b1512febf3fb5925bf819dc7ac86bf9efa95a2c7e2a7e49cbf926013b8a01f7db1a4c4e1ef19efd3a5e2e6e
|
7
|
+
data.tar.gz: 06cc2959e417a407fa2f7e0e0ab5877f0a7396e78263b15e2829a7ac84f4c6ea029d2b61b7e3ac0223e9c2e6d3c6ce639ade8a72f2710936881d297542db18c5
|
@@ -7251,13 +7251,23 @@
|
|
7251
7251
|
<xsl:attribute-set name="copyright-statement-style">
|
7252
7252
|
</xsl:attribute-set> <!-- copyright-statement-style -->
|
7253
7253
|
|
7254
|
+
<xsl:template name="refine_copyright-statement-style">
|
7255
|
+
</xsl:template>
|
7256
|
+
|
7254
7257
|
<xsl:attribute-set name="copyright-statement-title-style">
|
7255
7258
|
</xsl:attribute-set> <!-- copyright-statement-title-style -->
|
7256
7259
|
|
7260
|
+
<xsl:template name="refine_copyright-statement-title-style">
|
7261
|
+
</xsl:template>
|
7262
|
+
|
7257
7263
|
<xsl:attribute-set name="copyright-statement-p-style">
|
7258
7264
|
</xsl:attribute-set> <!-- copyright-statement-p-style -->
|
7259
7265
|
|
7260
|
-
|
7266
|
+
<xsl:template name="refine_copyright-statement-p-style">
|
7267
|
+
|
7268
|
+
</xsl:template>
|
7269
|
+
|
7270
|
+
<xsl:attribute-set name="license-statement-style">
|
7261
7271
|
</xsl:attribute-set> <!-- license-statement-style -->
|
7262
7272
|
|
7263
7273
|
<xsl:attribute-set name="license-statement-title-style">
|
@@ -7267,6 +7277,10 @@
|
|
7267
7277
|
<xsl:attribute-set name="license-statement-p-style">
|
7268
7278
|
</xsl:attribute-set> <!-- license-statement-p-style -->
|
7269
7279
|
|
7280
|
+
<xsl:template name="refine_license-statement-p-style">
|
7281
|
+
|
7282
|
+
</xsl:template>
|
7283
|
+
|
7270
7284
|
<xsl:attribute-set name="legal-statement-style">
|
7271
7285
|
</xsl:attribute-set> <!-- legal-statement-style -->
|
7272
7286
|
|
@@ -7294,6 +7308,8 @@
|
|
7294
7308
|
<!-- ================================= -->
|
7295
7309
|
<xsl:template match="mn:copyright-statement">
|
7296
7310
|
<fo:block xsl:use-attribute-sets="copyright-statement-style" role="SKIP">
|
7311
|
+
<xsl:call-template name="refine_copyright-statement-style"/>
|
7312
|
+
|
7297
7313
|
<xsl:apply-templates/>
|
7298
7314
|
</fo:block>
|
7299
7315
|
</xsl:template> <!-- copyright-statement -->
|
@@ -8386,7 +8402,7 @@
|
|
8386
8402
|
</xsl:otherwise>
|
8387
8403
|
</xsl:choose>
|
8388
8404
|
</xsl:variable>
|
8389
|
-
<xsl:if test="$key = 'font-family' or
|
8405
|
+
<xsl:if test="$key = 'font-family' or $key = 'font-size' or $key = 'color' or $key = 'baseline-shift' or $key = 'line-height' ">
|
8390
8406
|
<style name="{$key}"><xsl:value-of select="$value"/></style>
|
8391
8407
|
</xsl:if>
|
8392
8408
|
<xsl:if test="$key = 'text-indent'">
|
@@ -16159,13 +16175,31 @@
|
|
16159
16175
|
<!-- skip here, see the template 'fmt-review-start' -->
|
16160
16176
|
</xsl:when>
|
16161
16177
|
<xsl:otherwise>
|
16162
|
-
|
16163
|
-
|
16164
|
-
|
16165
|
-
|
16178
|
+
<xsl:choose>
|
16179
|
+
<xsl:when test="parent::mn:example or parent::mn:termexample or parent::mn:note or parent::mn:termnote">
|
16180
|
+
<fo:block font-size="1pt" line-height="0.1">
|
16181
|
+
<xsl:call-template name="fo_inline_bookmark">
|
16182
|
+
<xsl:with-param name="bookmark_id" select="$bookmark_id"/>
|
16183
|
+
</xsl:call-template>
|
16184
|
+
</fo:block>
|
16185
|
+
</xsl:when>
|
16186
|
+
<xsl:otherwise>
|
16187
|
+
<xsl:call-template name="fo_inline_bookmark">
|
16188
|
+
<xsl:with-param name="bookmark_id" select="$bookmark_id"/>
|
16189
|
+
</xsl:call-template>
|
16190
|
+
</xsl:otherwise>
|
16191
|
+
</xsl:choose>
|
16166
16192
|
</xsl:otherwise>
|
16167
16193
|
</xsl:choose>
|
16168
16194
|
</xsl:template>
|
16195
|
+
|
16196
|
+
<xsl:template name="fo_inline_bookmark">
|
16197
|
+
<xsl:param name="bookmark_id"/>
|
16198
|
+
<!-- <fo:inline id="{@id}" font-size="1pt"/> -->
|
16199
|
+
<fo:inline id="{@id}" font-size="1pt"><xsl:if test="preceding-sibling::node()[self::mn:fmt-annotation-start][@source = $bookmark_id] and following-sibling::node()[self::mn:fmt-annotation-end][@source = $bookmark_id]"><xsl:attribute name="line-height">0.1</xsl:attribute></xsl:if><xsl:value-of select="$hair_space"/></fo:inline>
|
16200
|
+
<!-- we need to add zero-width space, otherwise this fo:inline is missing in IF xml -->
|
16201
|
+
<xsl:if test="not(following-sibling::node()[normalize-space() != ''])"><fo:inline font-size="1pt"> </fo:inline></xsl:if>
|
16202
|
+
</xsl:template>
|
16169
16203
|
<!-- =================== -->
|
16170
16204
|
<!-- End of Index processing -->
|
16171
16205
|
<!-- =================== -->
|
@@ -18054,11 +18088,35 @@
|
|
18054
18088
|
|
18055
18089
|
<xsl:template match="mn:svgmap"/>
|
18056
18090
|
|
18091
|
+
<xsl:template match="mn:name[following-sibling::*[1][self::mn:fmt-name]]"/>
|
18092
|
+
|
18057
18093
|
<!-- for correct rendering combining chars, added in mode="update_xml_step2" -->
|
18058
18094
|
<xsl:template match="*[local-name() = 'lang_none']">
|
18059
18095
|
<fo:inline xml:lang="none"><xsl:value-of select="."/></fo:inline>
|
18060
18096
|
</xsl:template>
|
18061
18097
|
|
18098
|
+
<xsl:template name="addTagElementT">
|
18099
|
+
<xsl:variable name="title_">
|
18100
|
+
<xsl:apply-templates select="mn:fmt-title"/>
|
18101
|
+
</xsl:variable>
|
18102
|
+
<xsl:variable name="title__">
|
18103
|
+
<xsl:for-each select="xalan:nodeset($title_)/*/node()">
|
18104
|
+
<xsl:choose>
|
18105
|
+
<xsl:when test="self::text()"><xsl:text> </xsl:text><xsl:value-of select="."/><xsl:text> </xsl:text></xsl:when>
|
18106
|
+
<xsl:otherwise><xsl:text> </xsl:text><xsl:copy-of select="."/><xsl:text> </xsl:text></xsl:otherwise>
|
18107
|
+
</xsl:choose>
|
18108
|
+
</xsl:for-each>
|
18109
|
+
</xsl:variable>
|
18110
|
+
<xsl:variable name="title" select="normalize-space($title__)"/>
|
18111
|
+
<xsl:if test="$title != ''">
|
18112
|
+
<xsl:attribute name="fox:title">
|
18113
|
+
<xsl:if test="ancestor::mn:sections">
|
18114
|
+
<xsl:text>Section </xsl:text>
|
18115
|
+
</xsl:if>
|
18116
|
+
<xsl:value-of select="$title"/></xsl:attribute>
|
18117
|
+
</xsl:if>
|
18118
|
+
</xsl:template>
|
18119
|
+
|
18062
18120
|
<xsl:template name="replaceChar">
|
18063
18121
|
<xsl:param name="text"/>
|
18064
18122
|
<xsl:param name="replace"/>
|
@@ -18849,6 +18907,13 @@
|
|
18849
18907
|
<xsl:with-param name="default" select="$text_align_default"/>
|
18850
18908
|
</xsl:call-template>
|
18851
18909
|
<xsl:call-template name="setKeepAttributes"/>
|
18910
|
+
<xsl:if test="node()[1][self::mn:span][contains(@style, 'line-height')]">
|
18911
|
+
<xsl:variable name="styles">
|
18912
|
+
<xsl:apply-templates select="*[1]"/>
|
18913
|
+
</xsl:variable>
|
18914
|
+
<!-- move attribute line-height from inline to block -->
|
18915
|
+
<xsl:attribute name="line-height"><xsl:value-of select="xalan:nodeset($styles)//*/@line-height"/></xsl:attribute>
|
18916
|
+
</xsl:if>
|
18852
18917
|
</xsl:template>
|
18853
18918
|
|
18854
18919
|
<xsl:template name="setKeepAttributes">
|
@@ -18874,34 +18939,41 @@
|
|
18874
18939
|
<fo:block-container absolute-position="fixed" left="0mm" top="0mm" font-size="0" id="__internal_layout__coverpage{$suffix}_{$name}_{$number}_{generate-id()}">
|
18875
18940
|
<fo:block>
|
18876
18941
|
<xsl:for-each select="/mn:metanorma/mn:metanorma-extension/mn:presentation-metadata[mn:name = $name][1]/mn:value/mn:image[$num]">
|
18877
|
-
|
18878
|
-
|
18879
|
-
|
18880
|
-
<xsl:attribute name="content-height"><xsl:value-of select="$pageHeight"/>mm</xsl:attribute>
|
18881
|
-
<xsl:call-template name="getSVG"/>
|
18882
|
-
</fo:instream-foreign-object>
|
18883
|
-
</xsl:when>
|
18884
|
-
<xsl:when test="starts-with(@src, 'data:application/pdf;base64')">
|
18885
|
-
<fo:external-graphic src="{@src}" fox:alt-text="Image Front"/>
|
18886
|
-
</xsl:when>
|
18887
|
-
<xsl:otherwise> <!-- bitmap image -->
|
18888
|
-
<xsl:variable name="coverimage_src" select="normalize-space(@src)"/>
|
18889
|
-
<xsl:if test="$coverimage_src != ''">
|
18890
|
-
<xsl:variable name="coverpage">
|
18891
|
-
<xsl:call-template name="getImageURL">
|
18892
|
-
<xsl:with-param name="src" select="$coverimage_src"/>
|
18893
|
-
</xsl:call-template>
|
18894
|
-
</xsl:variable>
|
18895
|
-
<!-- <xsl:variable name="coverpage" select="concat('url(file:',$basepath, 'coverpage1.png', ')')"/> --> <!-- for DEBUG -->
|
18896
|
-
<fo:external-graphic src="{$coverpage}" width="{$pageWidth}mm" content-height="scale-to-fit" scaling="uniform" fox:alt-text="Image Front"/>
|
18897
|
-
</xsl:if>
|
18898
|
-
</xsl:otherwise>
|
18899
|
-
</xsl:choose>
|
18942
|
+
|
18943
|
+
<xsl:call-template name="insertPageImage"/>
|
18944
|
+
|
18900
18945
|
</xsl:for-each>
|
18901
18946
|
</fo:block>
|
18902
18947
|
</fo:block-container>
|
18903
18948
|
</xsl:template>
|
18904
18949
|
|
18950
|
+
<xsl:template name="insertPageImage">
|
18951
|
+
<xsl:param name="svg_content_height" select="$pageHeight"/>
|
18952
|
+
<xsl:param name="bitmap_width" select="$pageWidth"/>
|
18953
|
+
<xsl:choose>
|
18954
|
+
<xsl:when test="*[local-name() = 'svg'] or java:endsWith(java:java.lang.String.new(@src), '.svg')">
|
18955
|
+
<fo:instream-foreign-object fox:alt-text="Image Front">
|
18956
|
+
<xsl:attribute name="content-height"><xsl:value-of select="$svg_content_height"/>mm</xsl:attribute>
|
18957
|
+
<xsl:call-template name="getSVG"/>
|
18958
|
+
</fo:instream-foreign-object>
|
18959
|
+
</xsl:when>
|
18960
|
+
<xsl:when test="starts-with(@src, 'data:application/pdf;base64')">
|
18961
|
+
<fo:external-graphic src="{@src}" fox:alt-text="Image Front"/>
|
18962
|
+
</xsl:when>
|
18963
|
+
<xsl:otherwise> <!-- bitmap image -->
|
18964
|
+
<xsl:variable name="coverimage_src" select="normalize-space(@src)"/>
|
18965
|
+
<xsl:if test="$coverimage_src != ''">
|
18966
|
+
<xsl:variable name="coverpage">
|
18967
|
+
<xsl:call-template name="getImageURL">
|
18968
|
+
<xsl:with-param name="src" select="$coverimage_src"/>
|
18969
|
+
</xsl:call-template>
|
18970
|
+
</xsl:variable>
|
18971
|
+
<fo:external-graphic src="{$coverpage}" width="{$bitmap_width}mm" content-height="scale-to-fit" scaling="uniform" fox:alt-text="Image Front"/>
|
18972
|
+
</xsl:if>
|
18973
|
+
</xsl:otherwise>
|
18974
|
+
</xsl:choose>
|
18975
|
+
</xsl:template>
|
18976
|
+
|
18905
18977
|
<xsl:template name="getImageURL">
|
18906
18978
|
<xsl:param name="src"/>
|
18907
18979
|
<xsl:choose>
|
@@ -19329,6 +19401,14 @@
|
|
19329
19401
|
</xsl:attribute>
|
19330
19402
|
</xsl:template>
|
19331
19403
|
|
19404
|
+
<xsl:template name="getCharByCodePoint">
|
19405
|
+
<xsl:param name="codepoint"/>
|
19406
|
+
<xsl:param name="radix">16</xsl:param>
|
19407
|
+
<xsl:variable name="codepointInt" select="java:java.lang.Integer.parseInt($codepoint,$radix)"/>
|
19408
|
+
<xsl:variable name="chars" select="java:java.lang.Character.toChars($codepointInt)"/>
|
19409
|
+
<xsl:value-of select="java:java.lang.String.new($chars)"/>
|
19410
|
+
</xsl:template>
|
19411
|
+
|
19332
19412
|
<xsl:template name="substring-after-last">
|
19333
19413
|
<xsl:param name="value"/>
|
19334
19414
|
<xsl:param name="delimiter"/>
|
@@ -76,12 +76,6 @@ from other documents in the same doctype</a:documentation>
|
|
76
76
|
<ref name="flavor">
|
77
77
|
<a:documentation>Flavour of Metanorma used to process this document</a:documentation>
|
78
78
|
</ref>
|
79
|
-
<optional>
|
80
|
-
<ref name="editorialgroup">
|
81
|
-
<a:documentation>Groups associated with the production of the standards document, typically within
|
82
|
-
a standards definition organization</a:documentation>
|
83
|
-
</ref>
|
84
|
-
</optional>
|
85
79
|
<zeroOrMore>
|
86
80
|
<ref name="ics">
|
87
81
|
<a:documentation>Classification of the document contents taken from the International Classification of Standards</a:documentation>
|
@@ -130,49 +124,6 @@ a standards definition organization</a:documentation>
|
|
130
124
|
However we prefer not to hardcode it, given ongoing extension.</a:documentation>
|
131
125
|
<text/>
|
132
126
|
</define>
|
133
|
-
<define name="editorialgroup">
|
134
|
-
<a:documentation>A group associated with the production of the standards document, typically within
|
135
|
-
a standards definition organization</a:documentation>
|
136
|
-
<element name="editorialgroup">
|
137
|
-
<oneOrMore>
|
138
|
-
<ref name="technical-committee">
|
139
|
-
<a:documentation>A technical committee associated with the production of the standards document</a:documentation>
|
140
|
-
</ref>
|
141
|
-
</oneOrMore>
|
142
|
-
</element>
|
143
|
-
</define>
|
144
|
-
<define name="technical-committee">
|
145
|
-
<a:documentation>Technical committee associated with the production of a standards document</a:documentation>
|
146
|
-
<element name="technical-committee">
|
147
|
-
<ref name="IsoWorkgroup"/>
|
148
|
-
</element>
|
149
|
-
</define>
|
150
|
-
<define name="IsoWorkgroup">
|
151
|
-
<optional>
|
152
|
-
<attribute name="number">
|
153
|
-
<a:documentation>Numeric identifier of the technical committee</a:documentation>
|
154
|
-
</attribute>
|
155
|
-
</optional>
|
156
|
-
<optional>
|
157
|
-
<attribute name="type">
|
158
|
-
<a:documentation>Type of the technical committee, used in identifying the technical committee</a:documentation>
|
159
|
-
</attribute>
|
160
|
-
</optional>
|
161
|
-
<optional>
|
162
|
-
<attribute name="identifier">
|
163
|
-
<a:documentation>Non-numeric, complete identifier of the technical committee</a:documentation>
|
164
|
-
</attribute>
|
165
|
-
</optional>
|
166
|
-
<optional>
|
167
|
-
<attribute name="prefix">
|
168
|
-
<a:documentation>Disambiguating prefix added to number to form the identifier of the technical committee,
|
169
|
-
typically indicating its type</a:documentation>
|
170
|
-
</attribute>
|
171
|
-
</optional>
|
172
|
-
<text>
|
173
|
-
<a:documentation>Name of the technical committee</a:documentation>
|
174
|
-
</text>
|
175
|
-
</define>
|
176
127
|
<define name="ics">
|
177
128
|
<a:documentation>Classification taken from the International Classification of Standards.
|
178
129
|
ICS is defined by ISO here -- https://www.iso.org/publication/PUB100033.html</a:documentation>
|
@@ -242,6 +242,8 @@ Detailed in https://www.relaton.org/model/creator/</a:documentation>
|
|
242
242
|
</choice>
|
243
243
|
</define>
|
244
244
|
<define name="roledescription">
|
245
|
+
<a:documentation>A more detailed description of the role of the contributor
|
246
|
+
Some descriptions are reserved words; in particular, the editorial committee of a standard has the role description "committee"</a:documentation>
|
245
247
|
<element name="description">
|
246
248
|
<ref name="LocalizedMarkedUpString"/>
|
247
249
|
</element>
|
@@ -443,7 +445,10 @@ real names (if the person is named with a pseudonym or user name); previous lega
|
|
443
445
|
</oneOrMore>
|
444
446
|
<zeroOrMore>
|
445
447
|
<ref name="subdivision">
|
446
|
-
<a:documentation>The subdivision of the organization directly involved with the production of the bibliographic item
|
448
|
+
<a:documentation>The subdivision of the organization directly involved with the production of the bibliographic item.
|
449
|
+
Multiple subdivisions can be specified for an organization, with no implication of hierarchical
|
450
|
+
relation between them
|
451
|
+
Editorial and advisory groups are represented as consecutive subdivisions of the SDO</a:documentation>
|
447
452
|
</ref>
|
448
453
|
</zeroOrMore>
|
449
454
|
<optional>
|
@@ -485,6 +490,11 @@ real names (if the person is named with a pseudonym or user name); previous lega
|
|
485
490
|
<a:documentation>The type of subdivision</a:documentation>
|
486
491
|
</attribute>
|
487
492
|
</optional>
|
493
|
+
<optional>
|
494
|
+
<attribute name="subtype">
|
495
|
+
<a:documentation>The subtype of subdivision; e.g. different types of technical committee</a:documentation>
|
496
|
+
</attribute>
|
497
|
+
</optional>
|
488
498
|
<ref name="OrganizationType">
|
489
499
|
<a:documentation>The subdivision, modelled recursively as an organization</a:documentation>
|
490
500
|
</ref>
|
@@ -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.1.
|
3
|
+
<!-- VERSION v2.1.1 -->
|
4
4
|
|
5
5
|
<!--
|
6
6
|
ALERT: cannot have root comments, because of https://github.com/metanorma/metanorma/issues/437
|
@@ -2233,6 +2233,11 @@ used in document amendments</a:documentation>
|
|
2233
2233
|
<ref name="RequiredId"/>
|
2234
2234
|
<ref name="NumberingAttributes"/>
|
2235
2235
|
<ref name="BlockAttributes"/>
|
2236
|
+
<optional>
|
2237
|
+
<attribute name="type">
|
2238
|
+
<a:documentation>Semantic classification of note</a:documentation>
|
2239
|
+
</attribute>
|
2240
|
+
</optional>
|
2236
2241
|
<oneOrMore>
|
2237
2242
|
<choice>
|
2238
2243
|
<a:documentation>Content of the term note</a:documentation>
|
@@ -22,11 +22,6 @@
|
|
22
22
|
</group>
|
23
23
|
</element>
|
24
24
|
</define>
|
25
|
-
<define name="editorialgroup">
|
26
|
-
<element name="editorialgroup">
|
27
|
-
<ref name="ISOProjectGroup"/>
|
28
|
-
</element>
|
29
|
-
</define>
|
30
25
|
</include>
|
31
26
|
<define name="BibDataExtensionType" combine="interleave">
|
32
27
|
<optional>
|
@@ -35,28 +30,6 @@
|
|
35
30
|
</ref>
|
36
31
|
</optional>
|
37
32
|
</define>
|
38
|
-
<define name="ISOProjectGroup">
|
39
|
-
<zeroOrMore>
|
40
|
-
<ref name="agency"/>
|
41
|
-
</zeroOrMore>
|
42
|
-
<oneOrMore>
|
43
|
-
<ref name="technical-committee"/>
|
44
|
-
</oneOrMore>
|
45
|
-
<zeroOrMore>
|
46
|
-
<ref name="subcommittee"/>
|
47
|
-
</zeroOrMore>
|
48
|
-
<zeroOrMore>
|
49
|
-
<ref name="workgroup"/>
|
50
|
-
</zeroOrMore>
|
51
|
-
<optional>
|
52
|
-
<ref name="secretariat"/>
|
53
|
-
</optional>
|
54
|
-
</define>
|
55
|
-
<define name="agency">
|
56
|
-
<element name="agency">
|
57
|
-
<text/>
|
58
|
-
</element>
|
59
|
-
</define>
|
60
33
|
<define name="documentnumber">
|
61
34
|
<element name="project-number">
|
62
35
|
<optional>
|
@@ -92,21 +65,6 @@
|
|
92
65
|
<data type="int"/>
|
93
66
|
</element>
|
94
67
|
</define>
|
95
|
-
<define name="subcommittee">
|
96
|
-
<element name="subcommittee">
|
97
|
-
<ref name="IsoWorkgroup"/>
|
98
|
-
</element>
|
99
|
-
</define>
|
100
|
-
<define name="workgroup">
|
101
|
-
<element name="workgroup">
|
102
|
-
<ref name="IsoWorkgroup"/>
|
103
|
-
</element>
|
104
|
-
</define>
|
105
|
-
<define name="secretariat">
|
106
|
-
<element name="secretariat">
|
107
|
-
<text/>
|
108
|
-
</element>
|
109
|
-
</define>
|
110
68
|
<define name="stagename">
|
111
69
|
<element name="stagename">
|
112
70
|
<optional>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-jis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: japanese_calendar
|