metanorma-iec 2.7.2 → 2.7.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/iec/iec.international-standard.xsl +182 -66
- data/lib/isodoc/iec/metadata.rb +2 -7
- data/lib/metanorma/iec/biblio-standoc.rng +0 -49
- data/lib/metanorma/iec/biblio.rng +11 -1
- data/lib/metanorma/iec/front.rb +0 -2
- data/lib/metanorma/iec/isodoc.rng +6 -1
- data/lib/metanorma/iec/relaton-iec.rng +0 -47
- data/lib/metanorma/iec/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: e4fda4b3446bca7aa245ca0810c5d7a855d8bef91258ed297058a02d30c3f65e
|
4
|
+
data.tar.gz: 2d4d74fe370b61622f9ea492bcfba37d3a0a5d068a3ff26177e0c3537bdf6bdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d932f75547afa4e26e0d23563bfdffd3e6718e9c7ca41adc804081cbb7c51030e86f9383d098311fcb5ad9e6baa5ddfd7fd096878e52c2349dd5058dfe6f4ec3
|
7
|
+
data.tar.gz: 4b52977515bcdb6c99e8bc16acd24cd670529f2065a1ea7625f4a44458e2004587601cab057ebe14e5973c0c477ef2282da44a89548b3e460c02f9540a82e3ea
|
@@ -36,6 +36,9 @@
|
|
36
36
|
<xsl:variable name="substage" select="number(//mn:metanorma/mn:bibdata/mn:status/mn:substage)"/>
|
37
37
|
<xsl:variable name="stagename" select="normalize-space(//mn:metanorma/mn:bibdata/mn:ext/mn:stagename)"/>
|
38
38
|
<xsl:variable name="abbreviation" select="normalize-space(//mn:metanorma/mn:bibdata/mn:status/mn:stage/@abbreviation)"/>
|
39
|
+
<!-- https://github.com/metanorma/metanorma-csa/issues/329 -->
|
40
|
+
<!-- if stage >= 60 -->
|
41
|
+
<xsl:variable name="stage_published" select="normalize-space(//mn:metanorma/mn:metanorma-extension/mn:semantic-metadata/mn:stage-published)"/>
|
39
42
|
|
40
43
|
<xsl:variable name="stage-abbreviation">
|
41
44
|
<xsl:choose>
|
@@ -292,8 +295,29 @@
|
|
292
295
|
</xsl:template>
|
293
296
|
|
294
297
|
<xsl:template name="cover-page">
|
298
|
+
|
299
|
+
<xsl:variable name="document1_boilerplate">
|
300
|
+
<xsl:copy-of select="(//mn:metanorma)[1]/mn:boilerplate"/>
|
301
|
+
</xsl:variable>
|
302
|
+
<xsl:variable name="updated_document1_boilerplate_">
|
303
|
+
<xsl:for-each select="xalan:nodeset($document1_boilerplate)">
|
304
|
+
<xsl:call-template name="updateXML"/>
|
305
|
+
</xsl:for-each>
|
306
|
+
</xsl:variable>
|
307
|
+
<xsl:variable name="updated_document1_boilerplate" select="xalan:nodeset($updated_document1_boilerplate_)"/>
|
308
|
+
|
309
|
+
<xsl:variable name="document2_boilerplate">
|
310
|
+
<xsl:copy-of select="(//mn:metanorma)[2]/mn:boilerplate"/>
|
311
|
+
</xsl:variable>
|
312
|
+
<xsl:variable name="updated_document2_boilerplate_">
|
313
|
+
<xsl:for-each select="xalan:nodeset($document2_boilerplate)">
|
314
|
+
<xsl:call-template name="updateXML"/>
|
315
|
+
</xsl:for-each>
|
316
|
+
</xsl:variable>
|
317
|
+
<xsl:variable name="updated_document2_boilerplate" select="xalan:nodeset($updated_document2_boilerplate_)"/>
|
318
|
+
|
295
319
|
<!-- For 'Published' documents insert two cover pages -->
|
296
|
-
<xsl:if test="$
|
320
|
+
<xsl:if test="$stage_published = 'true'">
|
297
321
|
|
298
322
|
<!-- 1st Cover Page -->
|
299
323
|
<fo:page-sequence master-reference="cover" force-page-count="no-force">
|
@@ -335,7 +359,7 @@
|
|
335
359
|
<fo:block margin-bottom="3pt">THIS PUBLICATION IS COPYRIGHT PROTECTED</fo:block>
|
336
360
|
<fo:block margin-bottom="10pt">
|
337
361
|
<!-- Example: Copyright © 2014 IEC, Geneva, Switzerland -->
|
338
|
-
<xsl:apply-templates select="
|
362
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-year')]"/>
|
339
363
|
</fo:block>
|
340
364
|
</fo:table-cell>
|
341
365
|
</fo:table-row>
|
@@ -348,7 +372,7 @@
|
|
348
372
|
either IEC or IEC's member National Committee in the country of the requester. If you have any questions about IEC
|
349
373
|
copyright or have an enquiry about obtaining additional rights to this publication, please contact the address below or
|
350
374
|
your local IEC member National Committee for further information. -->
|
351
|
-
<xsl:apply-templates select="
|
375
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-message')]"/>
|
352
376
|
</fo:block>
|
353
377
|
<!-- Droits de reproduction réservés. Sauf indication contraire, aucune partie de cette publication ne peut être reproduite
|
354
378
|
ni utilisée sous quelque forme que ce soit et par aucun procédé, électronique ou mécanique, y compris la photocopie
|
@@ -356,10 +380,10 @@
|
|
356
380
|
questions sur le copyright de l'IEC ou si vous désirez obtenir des droits supplémentaires sur cette publication, utilisez
|
357
381
|
les coordonnées ci-après ou contactez le Comité national de l'IEC de votre pays de résidence. -->
|
358
382
|
<fo:block margin-bottom="8pt" text-align="justify">
|
359
|
-
<xsl:apply-templates select="
|
383
|
+
<xsl:apply-templates select="$updated_document2_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-message')]"/>
|
360
384
|
</fo:block>
|
361
385
|
|
362
|
-
<xsl:variable name="telpos" select="count(
|
386
|
+
<xsl:variable name="telpos" select="count($updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-address')]/text()[contains(., 'Tel.')]/preceding-sibling::node())"/>
|
363
387
|
<fo:table table-layout="fixed" width="100%">
|
364
388
|
<fo:table-column column-width="59mm"/>
|
365
389
|
<fo:table-column column-width="90mm"/>
|
@@ -371,13 +395,13 @@
|
|
371
395
|
3, rue de Varembé
|
372
396
|
CH-1211 Geneva 20
|
373
397
|
Switzerland -->
|
374
|
-
<xsl:apply-templates select="
|
398
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-name')]" mode="coverpage"/>
|
375
399
|
<xsl:choose>
|
376
400
|
<xsl:when test="$telpos != 0">
|
377
|
-
<xsl:apply-templates select="
|
401
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-address')]/node()[position() < $telpos]" mode="coverpage"/>
|
378
402
|
</xsl:when>
|
379
403
|
<xsl:otherwise>
|
380
|
-
<xsl:apply-templates select="
|
404
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-address')]" mode="coverpage"/>
|
381
405
|
</xsl:otherwise>
|
382
406
|
</xsl:choose>
|
383
407
|
</fo:block>
|
@@ -390,7 +414,7 @@
|
|
390
414
|
www.iec.ch -->
|
391
415
|
<xsl:choose>
|
392
416
|
<xsl:when test="$telpos != 0">
|
393
|
-
<xsl:apply-templates select="
|
417
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-address')]/node()[position() > $telpos]" mode="coverpage"/>
|
394
418
|
</xsl:when>
|
395
419
|
<xsl:otherwise> </xsl:otherwise>
|
396
420
|
</xsl:choose>
|
@@ -406,7 +430,7 @@
|
|
406
430
|
</fo:block-container>
|
407
431
|
</fo:block>
|
408
432
|
|
409
|
-
<xsl:apply-templates select="
|
433
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:feedback-statement"/> <!-- //mn:clause[not(@id) or @id != 'boilerplate-cenelec-attention'] -->
|
410
434
|
<fo:block span="all" border-bottom="0.5pt solid black"/>
|
411
435
|
<!-- About the IEC
|
412
436
|
The International Electrotechnical Commission (IEC) is the leading global organization that prepares and publishes
|
@@ -416,8 +440,8 @@
|
|
416
440
|
latest edition, a corrigenda or an amendment might have been published.
|
417
441
|
...
|
418
442
|
-->
|
419
|
-
<xsl:if test="
|
420
|
-
<xsl:apply-templates select="
|
443
|
+
<xsl:if test="$updated_document2_boilerplate/mn:boilerplate/mn:feedback-statement">
|
444
|
+
<xsl:apply-templates select="$updated_document2_boilerplate/mn:boilerplate/mn:feedback-statement"/>
|
421
445
|
<fo:block span="all"/>
|
422
446
|
</xsl:if>
|
423
447
|
|
@@ -427,7 +451,7 @@
|
|
427
451
|
<xsl:variable name="lang_second" select="(//mn:metanorma)[2]/mn:bibdata/mn:language[@current = 'true']"/>
|
428
452
|
<!-- For 'Published' documents insert 3rd Cover Page
|
429
453
|
OR insert first Cover Page for FDIS -->
|
430
|
-
<xsl:if test="$
|
454
|
+
<xsl:if test="$stage_published = 'true' or $stage-abbreviation = 'FDIS'">
|
431
455
|
<fo:page-sequence master-reference="cover" force-page-count="no-force">
|
432
456
|
<fo:flow flow-name="xsl-region-body">
|
433
457
|
<xsl:call-template name="insertCoverPart1"/>
|
@@ -552,7 +576,7 @@
|
|
552
576
|
<fo:block-container background-color="rgb(236, 232, 232)" padding="2mm" border="1.5pt solid white">
|
553
577
|
<fo:block font-size="8pt" margin-bottom="6pt">
|
554
578
|
|
555
|
-
<xsl:apply-templates select="
|
579
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[not(@id)]"/>
|
556
580
|
|
557
581
|
</fo:block>
|
558
582
|
</fo:block-container>
|
@@ -661,7 +685,7 @@
|
|
661
685
|
<fo:table-row height="4mm">
|
662
686
|
<fo:table-cell number-columns-spanned="2" border="1.5pt solid {$border-color}" padding="1.5mm" padding-bottom="0mm">
|
663
687
|
<xsl:variable name="contributor_author_">
|
664
|
-
<xsl:copy-of select="//mn:metanorma/mn:bibdata/mn:contributor[mn:role[@type = 'author' and mn:description[normalize-space(@language) = ''] = '
|
688
|
+
<xsl:copy-of select="//mn:metanorma/mn:bibdata/mn:contributor[mn:role[@type = 'author' and mn:description[normalize-space(@language) = ''] = 'committee']]/node()"/>
|
665
689
|
</xsl:variable>
|
666
690
|
<xsl:variable name="contributor_author" select="xalan:nodeset($contributor_author_)"/>
|
667
691
|
<!-- https://github.com/metanorma/metanorma-iec/issues/440 -->
|
@@ -714,7 +738,8 @@
|
|
714
738
|
</fo:block>
|
715
739
|
<fo:block font-size="9pt">
|
716
740
|
<xsl:call-template name="addLetterSpacing">
|
717
|
-
<xsl:with-param name="text" select="//mn:metanorma/mn:bibdata/mn:ext/mn:editorialgroup/mn:secretariat"/>
|
741
|
+
<!-- <xsl:with-param name="text" select="//mn:metanorma/mn:bibdata/mn:ext/mn:editorialgroup/mn:secretariat"/> -->
|
742
|
+
<xsl:with-param name="text" select="normalize-space(//mn:metanorma/mn:bibdata/mn:contributor[mn:role/mn:description = 'secretariat']/mn:organization/mn:subdivision)"/>
|
718
743
|
</xsl:call-template>
|
719
744
|
</fo:block>
|
720
745
|
</fo:table-cell>
|
@@ -872,7 +897,7 @@
|
|
872
897
|
</xsl:call-template>
|
873
898
|
</fo:block>
|
874
899
|
|
875
|
-
<xsl:apply-templates select="
|
900
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:feedback-statement/mn:clause[@id = 'boilerplate-cenelec-attention']"/>
|
876
901
|
|
877
902
|
</fo:table-cell>
|
878
903
|
<fo:table-cell border="1.5pt solid {$border-color}" padding="1.5mm" padding-bottom="0mm">
|
@@ -899,7 +924,7 @@
|
|
899
924
|
|
900
925
|
<fo:block-container font-size="8pt" background-color="rgb(236, 232, 232)" margin-top="5mm" padding="2mm" text-align="justify" border="1.5pt solid white">
|
901
926
|
<fo:block>
|
902
|
-
<xsl:apply-templates select="
|
927
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:license-statement" mode="cover-page-internal"/>
|
903
928
|
</fo:block>
|
904
929
|
</fo:block-container>
|
905
930
|
|
@@ -984,7 +1009,7 @@
|
|
984
1009
|
<xsl:call-template name="outputLogo"/>
|
985
1010
|
<fo:inline font-size="8pt" padding-left="0.5mm" color="rgb(88, 88, 90)">
|
986
1011
|
<xsl:choose>
|
987
|
-
<xsl:when test="count((//mn:metanorma)[1]/mn:bibdata/mn:copyright) = 1 and count((//mn:metanorma)[1]/mn:bibdata/mn:contributor[mn:role[@type = 'author']/mn:description[normalize-space(@language) = ''] = '
|
1012
|
+
<xsl:when test="count((//mn:metanorma)[1]/mn:bibdata/mn:copyright) = 1 and count((//mn:metanorma)[1]/mn:bibdata/mn:contributor[mn:role[@type = 'author']/mn:description[normalize-space(@language) = ''] = 'committee']) <=1">®</xsl:when>
|
988
1013
|
<xsl:otherwise><xsl:attribute name="padding-left">1mm</xsl:attribute> </xsl:otherwise>
|
989
1014
|
</xsl:choose>
|
990
1015
|
</fo:inline>
|
@@ -1019,7 +1044,7 @@
|
|
1019
1044
|
<fo:block-container font-size="30pt" font-weight="bold" height="56mm" margin-left="7.5mm" line-height="115%">
|
1020
1045
|
<fo:block-container margin-left="0mm">
|
1021
1046
|
<fo:block-container height="25mm" display-align="after">
|
1022
|
-
<xsl:if test="$
|
1047
|
+
<xsl:if test="$stage_published = 'true'">
|
1023
1048
|
<xsl:attribute name="width">100mm</xsl:attribute>
|
1024
1049
|
</xsl:if>
|
1025
1050
|
<fo:block color="{$color_blue}">
|
@@ -1027,7 +1052,7 @@
|
|
1027
1052
|
<xsl:when test="$stage-abbreviation = 'FDIS'">
|
1028
1053
|
<xsl:text>PRE-RELEASE VERSION (FDIS)</xsl:text>
|
1029
1054
|
</xsl:when>
|
1030
|
-
<xsl:when test="$
|
1055
|
+
<xsl:when test="$stage_published = 'true'">
|
1031
1056
|
<xsl:variable name="doctype_uppercased" select="java:toUpperCase(java:java.lang.String.new((//mn:metanorma)[1]/mn:bibdata/mn:ext/mn:doctype[@language = $lang]))"/>
|
1032
1057
|
<xsl:value-of select="$doctype_uppercased"/>
|
1033
1058
|
</xsl:when>
|
@@ -1041,11 +1066,11 @@
|
|
1041
1066
|
|
1042
1067
|
<xsl:if test="//mn:metanorma/mn:bibdata/mn:title[@language = $lang_second]">
|
1043
1068
|
<fo:block-container height="26mm" margin-top="10pt" display-align="after">
|
1044
|
-
<xsl:if test="$
|
1069
|
+
<xsl:if test="$stage_published = 'true'">
|
1045
1070
|
<xsl:attribute name="width">100mm</xsl:attribute>
|
1046
1071
|
</xsl:if>
|
1047
1072
|
<fo:block color="{$color_gray}">
|
1048
|
-
<xsl:if test="$
|
1073
|
+
<xsl:if test="$stage_published = 'true'">
|
1049
1074
|
<!-- <xsl:text>NORME INTERNATIONALE</xsl:text> -->
|
1050
1075
|
<xsl:value-of select="java:toUpperCase(java:java.lang.String.new(//mn:metanorma/mn:bibdata/mn:ext/mn:doctype[@language = $lang_second]))"/>
|
1051
1076
|
</xsl:if>
|
@@ -1183,9 +1208,9 @@
|
|
1183
1208
|
<xsl:template name="outputLogo">
|
1184
1209
|
<!-- <fo:external-graphic src="{concat('data:image/png;base64,', normalize-space($Image-Logo-IEC))}" width="18mm" content-height="scale-to-fit" scaling="uniform" fox:alt-text="Image Logo IEC"/> -->
|
1185
1210
|
<xsl:choose>
|
1186
|
-
<xsl:when test="(//mn:metanorma)[1]/mn:bibdata/mn:contributor[mn:role[@type = 'author']/mn:description[normalize-space(@language) = ''] = '
|
1211
|
+
<xsl:when test="(//mn:metanorma)[1]/mn:bibdata/mn:contributor[mn:role[@type = 'author']/mn:description[normalize-space(@language) = ''] = 'committee']/mn:organization/mn:abbreviation">
|
1187
1212
|
<!-- https://github.com/metanorma/metanorma-iec/issues/190#issuecomment-3122029444 -->
|
1188
|
-
<xsl:for-each select="(//mn:metanorma)[1]/mn:bibdata/mn:contributor[mn:role[@type = 'author']/mn:description[normalize-space(@language) = ''] = '
|
1213
|
+
<xsl:for-each select="(//mn:metanorma)[1]/mn:bibdata/mn:contributor[mn:role[@type = 'author']/mn:description[normalize-space(@language) = ''] = 'committee']/mn:organization/mn:abbreviation">
|
1189
1214
|
<xsl:variable name="copyright_year" select="ancestor::mn:bibdata/mn:copyright/mn:from"/>
|
1190
1215
|
<xsl:variable name="items">
|
1191
1216
|
<xsl:choose>
|
@@ -1730,13 +1755,9 @@
|
|
1730
1755
|
</xsl:template>
|
1731
1756
|
|
1732
1757
|
<xsl:template match="mn:copyright-statement//mn:p" priority="2">
|
1733
|
-
<fo:block>
|
1734
|
-
<xsl:
|
1735
|
-
|
1736
|
-
</xsl:if>
|
1737
|
-
<xsl:if test="not(following-sibling::mn:p)">
|
1738
|
-
<xsl:attribute name="margin-left">4mm</xsl:attribute>
|
1739
|
-
</xsl:if>
|
1758
|
+
<fo:block xsl:use-attribute-sets="copyright-statement-p-style">
|
1759
|
+
<xsl:call-template name="refine_copyright-statement-p-style"/>
|
1760
|
+
|
1740
1761
|
<xsl:apply-templates/>
|
1741
1762
|
</fo:block>
|
1742
1763
|
</xsl:template>
|
@@ -2046,7 +2067,7 @@
|
|
2046
2067
|
</xsl:template>
|
2047
2068
|
|
2048
2069
|
<xsl:template name="back-page">
|
2049
|
-
<xsl:if test="$
|
2070
|
+
<xsl:if test="$stage_published = 'true'">
|
2050
2071
|
<fo:page-sequence master-reference="blank-page">
|
2051
2072
|
<fo:flow flow-name="xsl-region-body">
|
2052
2073
|
<fo:block> </fo:block>
|
@@ -2076,16 +2097,25 @@
|
|
2076
2097
|
Fax: + 41 22 919 03 00
|
2077
2098
|
info@iec.ch
|
2078
2099
|
www.iec.ch -->
|
2079
|
-
<xsl:variable name="
|
2100
|
+
<xsl:variable name="document1_boilerplate">
|
2101
|
+
<xsl:copy-of select="(//mn:metanorma)[1]/mn:boilerplate"/>
|
2102
|
+
</xsl:variable>
|
2103
|
+
<xsl:variable name="updated_document1_boilerplate_">
|
2104
|
+
<xsl:for-each select="xalan:nodeset($document1_boilerplate)">
|
2105
|
+
<xsl:call-template name="updateXML"/>
|
2106
|
+
</xsl:for-each>
|
2107
|
+
</xsl:variable>
|
2108
|
+
<xsl:variable name="updated_document1_boilerplate" select="xalan:nodeset($updated_document1_boilerplate_)"/>
|
2109
|
+
<xsl:variable name="telpos" select="count($updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-address')]/text()[contains(., 'Tel.')]/preceding-sibling::node())"/>
|
2080
2110
|
<xsl:choose>
|
2081
2111
|
<xsl:when test="$telpos != 0">
|
2082
|
-
<xsl:apply-templates select="
|
2083
|
-
<xsl:apply-templates select="
|
2112
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-address')]/node()[position() <= $telpos]" mode="coverpage"/>
|
2113
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-address')]/node()[position() >= $telpos]" mode="coverpage">
|
2084
2114
|
<xsl:with-param name="lastpage">true</xsl:with-param>
|
2085
2115
|
</xsl:apply-templates>
|
2086
2116
|
</xsl:when>
|
2087
2117
|
<xsl:otherwise>
|
2088
|
-
<xsl:apply-templates select="
|
2118
|
+
<xsl:apply-templates select="$updated_document1_boilerplate/mn:boilerplate/mn:copyright-statement/mn:clause/mn:p[contains(@id, 'boilerplate-address')]" mode="coverpage"/>
|
2089
2119
|
</xsl:otherwise>
|
2090
2120
|
</xsl:choose>
|
2091
2121
|
</fo:block>
|
@@ -3814,13 +3844,29 @@
|
|
3814
3844
|
<xsl:attribute-set name="copyright-statement-style">
|
3815
3845
|
</xsl:attribute-set> <!-- copyright-statement-style -->
|
3816
3846
|
|
3847
|
+
<xsl:template name="refine_copyright-statement-style">
|
3848
|
+
</xsl:template>
|
3849
|
+
|
3817
3850
|
<xsl:attribute-set name="copyright-statement-title-style">
|
3818
3851
|
</xsl:attribute-set> <!-- copyright-statement-title-style -->
|
3819
3852
|
|
3853
|
+
<xsl:template name="refine_copyright-statement-title-style">
|
3854
|
+
</xsl:template>
|
3855
|
+
|
3820
3856
|
<xsl:attribute-set name="copyright-statement-p-style">
|
3821
3857
|
</xsl:attribute-set> <!-- copyright-statement-p-style -->
|
3822
3858
|
|
3823
|
-
|
3859
|
+
<xsl:template name="refine_copyright-statement-p-style">
|
3860
|
+
<xsl:if test="following-sibling::mn:p">
|
3861
|
+
<xsl:attribute name="margin-bottom">3pt</xsl:attribute>
|
3862
|
+
</xsl:if>
|
3863
|
+
<xsl:if test="not(following-sibling::mn:p)">
|
3864
|
+
<xsl:attribute name="margin-left">4mm</xsl:attribute>
|
3865
|
+
</xsl:if>
|
3866
|
+
|
3867
|
+
</xsl:template>
|
3868
|
+
|
3869
|
+
<xsl:attribute-set name="license-statement-style">
|
3824
3870
|
</xsl:attribute-set> <!-- license-statement-style -->
|
3825
3871
|
|
3826
3872
|
<xsl:attribute-set name="license-statement-title-style">
|
@@ -3830,6 +3876,10 @@
|
|
3830
3876
|
<xsl:attribute-set name="license-statement-p-style">
|
3831
3877
|
</xsl:attribute-set> <!-- license-statement-p-style -->
|
3832
3878
|
|
3879
|
+
<xsl:template name="refine_license-statement-p-style">
|
3880
|
+
|
3881
|
+
</xsl:template>
|
3882
|
+
|
3833
3883
|
<xsl:attribute-set name="legal-statement-style">
|
3834
3884
|
</xsl:attribute-set> <!-- legal-statement-style -->
|
3835
3885
|
|
@@ -3859,6 +3909,8 @@
|
|
3859
3909
|
<!-- ================================= -->
|
3860
3910
|
<xsl:template match="mn:copyright-statement">
|
3861
3911
|
<fo:block xsl:use-attribute-sets="copyright-statement-style" role="SKIP">
|
3912
|
+
<xsl:call-template name="refine_copyright-statement-style"/>
|
3913
|
+
|
3862
3914
|
<xsl:apply-templates/>
|
3863
3915
|
</fo:block>
|
3864
3916
|
</xsl:template> <!-- copyright-statement -->
|
@@ -4962,7 +5014,7 @@
|
|
4962
5014
|
</xsl:otherwise>
|
4963
5015
|
</xsl:choose>
|
4964
5016
|
</xsl:variable>
|
4965
|
-
<xsl:if test="$key = 'font-family' or
|
5017
|
+
<xsl:if test="$key = 'font-family' or $key = 'font-size' or $key = 'color' or $key = 'baseline-shift' or $key = 'line-height' ">
|
4966
5018
|
<style name="{$key}"><xsl:value-of select="$value"/></style>
|
4967
5019
|
</xsl:if>
|
4968
5020
|
<xsl:if test="$key = 'text-indent'">
|
@@ -12609,13 +12661,31 @@
|
|
12609
12661
|
<!-- skip here, see the template 'fmt-review-start' -->
|
12610
12662
|
</xsl:when>
|
12611
12663
|
<xsl:otherwise>
|
12612
|
-
|
12613
|
-
|
12614
|
-
|
12615
|
-
|
12664
|
+
<xsl:choose>
|
12665
|
+
<xsl:when test="parent::mn:example or parent::mn:termexample or parent::mn:note or parent::mn:termnote">
|
12666
|
+
<fo:block font-size="1pt" line-height="0.1">
|
12667
|
+
<xsl:call-template name="fo_inline_bookmark">
|
12668
|
+
<xsl:with-param name="bookmark_id" select="$bookmark_id"/>
|
12669
|
+
</xsl:call-template>
|
12670
|
+
</fo:block>
|
12671
|
+
</xsl:when>
|
12672
|
+
<xsl:otherwise>
|
12673
|
+
<xsl:call-template name="fo_inline_bookmark">
|
12674
|
+
<xsl:with-param name="bookmark_id" select="$bookmark_id"/>
|
12675
|
+
</xsl:call-template>
|
12676
|
+
</xsl:otherwise>
|
12677
|
+
</xsl:choose>
|
12616
12678
|
</xsl:otherwise>
|
12617
12679
|
</xsl:choose>
|
12618
12680
|
</xsl:template>
|
12681
|
+
|
12682
|
+
<xsl:template name="fo_inline_bookmark">
|
12683
|
+
<xsl:param name="bookmark_id"/>
|
12684
|
+
<!-- <fo:inline id="{@id}" font-size="1pt"/> -->
|
12685
|
+
<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>
|
12686
|
+
<!-- we need to add zero-width space, otherwise this fo:inline is missing in IF xml -->
|
12687
|
+
<xsl:if test="not(following-sibling::node()[normalize-space() != ''])"><fo:inline font-size="1pt"> </fo:inline></xsl:if>
|
12688
|
+
</xsl:template>
|
12619
12689
|
<!-- =================== -->
|
12620
12690
|
<!-- End of Index processing -->
|
12621
12691
|
<!-- =================== -->
|
@@ -14531,11 +14601,35 @@
|
|
14531
14601
|
|
14532
14602
|
<xsl:template match="mn:svgmap"/>
|
14533
14603
|
|
14604
|
+
<xsl:template match="mn:name[following-sibling::*[1][self::mn:fmt-name]]"/>
|
14605
|
+
|
14534
14606
|
<!-- for correct rendering combining chars, added in mode="update_xml_step2" -->
|
14535
14607
|
<xsl:template match="*[local-name() = 'lang_none']">
|
14536
14608
|
<fo:inline xml:lang="none"><xsl:value-of select="."/></fo:inline>
|
14537
14609
|
</xsl:template>
|
14538
14610
|
|
14611
|
+
<xsl:template name="addTagElementT">
|
14612
|
+
<xsl:variable name="title_">
|
14613
|
+
<xsl:apply-templates select="mn:fmt-title"/>
|
14614
|
+
</xsl:variable>
|
14615
|
+
<xsl:variable name="title__">
|
14616
|
+
<xsl:for-each select="xalan:nodeset($title_)/*/node()">
|
14617
|
+
<xsl:choose>
|
14618
|
+
<xsl:when test="self::text()"><xsl:text> </xsl:text><xsl:value-of select="."/><xsl:text> </xsl:text></xsl:when>
|
14619
|
+
<xsl:otherwise><xsl:text> </xsl:text><xsl:copy-of select="."/><xsl:text> </xsl:text></xsl:otherwise>
|
14620
|
+
</xsl:choose>
|
14621
|
+
</xsl:for-each>
|
14622
|
+
</xsl:variable>
|
14623
|
+
<xsl:variable name="title" select="normalize-space($title__)"/>
|
14624
|
+
<xsl:if test="$title != ''">
|
14625
|
+
<xsl:attribute name="fox:title">
|
14626
|
+
<xsl:if test="ancestor::mn:sections">
|
14627
|
+
<xsl:text>Section </xsl:text>
|
14628
|
+
</xsl:if>
|
14629
|
+
<xsl:value-of select="$title"/></xsl:attribute>
|
14630
|
+
</xsl:if>
|
14631
|
+
</xsl:template>
|
14632
|
+
|
14539
14633
|
<xsl:template name="replaceChar">
|
14540
14634
|
<xsl:param name="text"/>
|
14541
14635
|
<xsl:param name="replace"/>
|
@@ -15326,6 +15420,13 @@
|
|
15326
15420
|
<xsl:with-param name="default" select="$text_align_default"/>
|
15327
15421
|
</xsl:call-template>
|
15328
15422
|
<xsl:call-template name="setKeepAttributes"/>
|
15423
|
+
<xsl:if test="node()[1][self::mn:span][contains(@style, 'line-height')]">
|
15424
|
+
<xsl:variable name="styles">
|
15425
|
+
<xsl:apply-templates select="*[1]"/>
|
15426
|
+
</xsl:variable>
|
15427
|
+
<!-- move attribute line-height from inline to block -->
|
15428
|
+
<xsl:attribute name="line-height"><xsl:value-of select="xalan:nodeset($styles)//*/@line-height"/></xsl:attribute>
|
15429
|
+
</xsl:if>
|
15329
15430
|
</xsl:template>
|
15330
15431
|
|
15331
15432
|
<xsl:template name="setKeepAttributes">
|
@@ -15351,34 +15452,41 @@
|
|
15351
15452
|
<fo:block-container absolute-position="fixed" left="0mm" top="0mm" font-size="0" id="__internal_layout__coverpage{$suffix}_{$name}_{$number}_{generate-id()}">
|
15352
15453
|
<fo:block>
|
15353
15454
|
<xsl:for-each select="/mn:metanorma/mn:metanorma-extension/mn:presentation-metadata[mn:name = $name][1]/mn:value/mn:image[$num]">
|
15354
|
-
|
15355
|
-
|
15356
|
-
|
15357
|
-
<xsl:attribute name="content-height"><xsl:value-of select="$pageHeight"/>mm</xsl:attribute>
|
15358
|
-
<xsl:call-template name="getSVG"/>
|
15359
|
-
</fo:instream-foreign-object>
|
15360
|
-
</xsl:when>
|
15361
|
-
<xsl:when test="starts-with(@src, 'data:application/pdf;base64')">
|
15362
|
-
<fo:external-graphic src="{@src}" fox:alt-text="Image Front"/>
|
15363
|
-
</xsl:when>
|
15364
|
-
<xsl:otherwise> <!-- bitmap image -->
|
15365
|
-
<xsl:variable name="coverimage_src" select="normalize-space(@src)"/>
|
15366
|
-
<xsl:if test="$coverimage_src != ''">
|
15367
|
-
<xsl:variable name="coverpage">
|
15368
|
-
<xsl:call-template name="getImageURL">
|
15369
|
-
<xsl:with-param name="src" select="$coverimage_src"/>
|
15370
|
-
</xsl:call-template>
|
15371
|
-
</xsl:variable>
|
15372
|
-
<!-- <xsl:variable name="coverpage" select="concat('url(file:',$basepath, 'coverpage1.png', ')')"/> --> <!-- for DEBUG -->
|
15373
|
-
<fo:external-graphic src="{$coverpage}" width="{$pageWidth}mm" content-height="scale-to-fit" scaling="uniform" fox:alt-text="Image Front"/>
|
15374
|
-
</xsl:if>
|
15375
|
-
</xsl:otherwise>
|
15376
|
-
</xsl:choose>
|
15455
|
+
|
15456
|
+
<xsl:call-template name="insertPageImage"/>
|
15457
|
+
|
15377
15458
|
</xsl:for-each>
|
15378
15459
|
</fo:block>
|
15379
15460
|
</fo:block-container>
|
15380
15461
|
</xsl:template>
|
15381
15462
|
|
15463
|
+
<xsl:template name="insertPageImage">
|
15464
|
+
<xsl:param name="svg_content_height" select="$pageHeight"/>
|
15465
|
+
<xsl:param name="bitmap_width" select="$pageWidth"/>
|
15466
|
+
<xsl:choose>
|
15467
|
+
<xsl:when test="*[local-name() = 'svg'] or java:endsWith(java:java.lang.String.new(@src), '.svg')">
|
15468
|
+
<fo:instream-foreign-object fox:alt-text="Image Front">
|
15469
|
+
<xsl:attribute name="content-height"><xsl:value-of select="$svg_content_height"/>mm</xsl:attribute>
|
15470
|
+
<xsl:call-template name="getSVG"/>
|
15471
|
+
</fo:instream-foreign-object>
|
15472
|
+
</xsl:when>
|
15473
|
+
<xsl:when test="starts-with(@src, 'data:application/pdf;base64')">
|
15474
|
+
<fo:external-graphic src="{@src}" fox:alt-text="Image Front"/>
|
15475
|
+
</xsl:when>
|
15476
|
+
<xsl:otherwise> <!-- bitmap image -->
|
15477
|
+
<xsl:variable name="coverimage_src" select="normalize-space(@src)"/>
|
15478
|
+
<xsl:if test="$coverimage_src != ''">
|
15479
|
+
<xsl:variable name="coverpage">
|
15480
|
+
<xsl:call-template name="getImageURL">
|
15481
|
+
<xsl:with-param name="src" select="$coverimage_src"/>
|
15482
|
+
</xsl:call-template>
|
15483
|
+
</xsl:variable>
|
15484
|
+
<fo:external-graphic src="{$coverpage}" width="{$bitmap_width}mm" content-height="scale-to-fit" scaling="uniform" fox:alt-text="Image Front"/>
|
15485
|
+
</xsl:if>
|
15486
|
+
</xsl:otherwise>
|
15487
|
+
</xsl:choose>
|
15488
|
+
</xsl:template>
|
15489
|
+
|
15382
15490
|
<xsl:template name="getImageURL">
|
15383
15491
|
<xsl:param name="src"/>
|
15384
15492
|
<xsl:choose>
|
@@ -15806,6 +15914,14 @@
|
|
15806
15914
|
</xsl:attribute>
|
15807
15915
|
</xsl:template>
|
15808
15916
|
|
15917
|
+
<xsl:template name="getCharByCodePoint">
|
15918
|
+
<xsl:param name="codepoint"/>
|
15919
|
+
<xsl:param name="radix">16</xsl:param>
|
15920
|
+
<xsl:variable name="codepointInt" select="java:java.lang.Integer.parseInt($codepoint,$radix)"/>
|
15921
|
+
<xsl:variable name="chars" select="java:java.lang.Character.toChars($codepointInt)"/>
|
15922
|
+
<xsl:value-of select="java:java.lang.String.new($chars)"/>
|
15923
|
+
</xsl:template>
|
15924
|
+
|
15809
15925
|
<xsl:template name="substring-after-last">
|
15810
15926
|
<xsl:param name="value"/>
|
15811
15927
|
<xsl:param name="delimiter"/>
|
data/lib/isodoc/iec/metadata.rb
CHANGED
@@ -7,13 +7,12 @@ module IsoDoc
|
|
7
7
|
def docstatus(isoxml, _out)
|
8
8
|
docstatus = isoxml.at(ns("//bibdata/status/stage"))
|
9
9
|
substage = isoxml.at(ns("//bibdata/status/substage"))
|
10
|
-
published_default(isoxml)
|
10
|
+
published = published_default(isoxml)
|
11
11
|
if docstatus
|
12
12
|
set(:stage, docstatus.text)
|
13
13
|
set(:stage_int, docstatus.text.to_i)
|
14
14
|
set(:statusabbr, substage["abbreviation"])
|
15
|
-
|
16
|
-
set(:stageabbr, docstatus["abbreviation"])
|
15
|
+
!published and set(:stageabbr, docstatus["abbreviation"])
|
17
16
|
end
|
18
17
|
revdate = isoxml.at(ns("//bibdata/version/revision-date"))
|
19
18
|
set(:revdate, revdate&.text)
|
@@ -51,10 +50,6 @@ module IsoDoc
|
|
51
50
|
b1 = isoxml&.at(ns("//bibdata/ext/horizontal[@language = 'fr']"))&.text
|
52
51
|
b1 and set(:horizontal_fr, status_print(b1))
|
53
52
|
end
|
54
|
-
|
55
|
-
def unpublished(status)
|
56
|
-
status.to_i.positive? && status.to_i < 60
|
57
|
-
end
|
58
53
|
end
|
59
54
|
end
|
60
55
|
end
|
@@ -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>
|
data/lib/metanorma/iec/front.rb
CHANGED
@@ -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>
|
@@ -63,11 +63,6 @@
|
|
63
63
|
</group>
|
64
64
|
</element>
|
65
65
|
</define>
|
66
|
-
<define name="editorialgroup">
|
67
|
-
<element name="editorialgroup">
|
68
|
-
<ref name="ISOProjectGroup"/>
|
69
|
-
</element>
|
70
|
-
</define>
|
71
66
|
</include>
|
72
67
|
<define name="BibDataExtensionType" combine="interleave">
|
73
68
|
<optional>
|
@@ -130,33 +125,6 @@ Used for legacy ISO documents</a:documentation>
|
|
130
125
|
<ref name="DocumentType"/>
|
131
126
|
</element>
|
132
127
|
</define>
|
133
|
-
<define name="ISOProjectGroup">
|
134
|
-
<zeroOrMore>
|
135
|
-
<ref name="agency"/>
|
136
|
-
</zeroOrMore>
|
137
|
-
<oneOrMore>
|
138
|
-
<ref name="technical-committee"/>
|
139
|
-
</oneOrMore>
|
140
|
-
<zeroOrMore>
|
141
|
-
<ref name="subcommittee"/>
|
142
|
-
</zeroOrMore>
|
143
|
-
<zeroOrMore>
|
144
|
-
<ref name="workgroup"/>
|
145
|
-
</zeroOrMore>
|
146
|
-
<optional>
|
147
|
-
<ref name="secretariat"/>
|
148
|
-
</optional>
|
149
|
-
</define>
|
150
|
-
<define name="approvalgroup">
|
151
|
-
<element name="approvalgroup">
|
152
|
-
<ref name="ISOProjectGroup"/>
|
153
|
-
</element>
|
154
|
-
</define>
|
155
|
-
<define name="agency">
|
156
|
-
<element name="agency">
|
157
|
-
<text/>
|
158
|
-
</element>
|
159
|
-
</define>
|
160
128
|
<define name="fast_track">
|
161
129
|
<element name="fast-track">
|
162
130
|
<data type="boolean"/>
|
@@ -202,21 +170,6 @@ Used for legacy ISO documents</a:documentation>
|
|
202
170
|
<data type="int"/>
|
203
171
|
</element>
|
204
172
|
</define>
|
205
|
-
<define name="subcommittee">
|
206
|
-
<element name="subcommittee">
|
207
|
-
<ref name="IsoWorkgroup"/>
|
208
|
-
</element>
|
209
|
-
</define>
|
210
|
-
<define name="workgroup">
|
211
|
-
<element name="workgroup">
|
212
|
-
<ref name="IsoWorkgroup"/>
|
213
|
-
</element>
|
214
|
-
</define>
|
215
|
-
<define name="secretariat">
|
216
|
-
<element name="secretariat">
|
217
|
-
<text/>
|
218
|
-
</element>
|
219
|
-
</define>
|
220
173
|
<define name="stagename">
|
221
174
|
<element name="stagename">
|
222
175
|
<optional>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-iec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.7.
|
4
|
+
version: 2.7.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: metanorma-iso
|