metanorma-cc 2.1.10 → 2.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/cc/cc.standard.xsl +139 -20
- data/lib/isodoc/cc/html/htmlstyle.css +1 -1
- data/lib/metanorma/cc/basicdoc.rng +0 -27
- data/lib/metanorma/cc/biblio-standoc.rng +164 -0
- data/lib/metanorma/cc/biblio.rng +50 -18
- data/lib/metanorma/cc/cc.rng +1 -40
- data/lib/metanorma/cc/isodoc.rng +68 -206
- data/lib/metanorma/cc/relaton-cc.rng +48 -0
- data/lib/metanorma/cc/version.rb +1 -1
- data/metanorma-cc.gemspec +3 -2
- metadata +6 -10
- data/.github/workflows/rake.yml +0 -15
- data/.github/workflows/release.yml +0 -24
- data/Rakefile +0 -8
- data/bin/console +0 -14
- data/bin/rspec +0 -18
- data/bin/setup +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0a3a076ac239dae426f5d4533cdec584903265dec65a586859c81ee8c8cd7c2
|
4
|
+
data.tar.gz: bd6c76442ca4e6fb057706f471b0b93423ed25ddec0985633da38a3fc40baca9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c952e3c62a9f92e920617705ddfda775ba82cdcdbe67ee4b3febdef5edd73df8bad5be7875aea169c5f24dc2fd0a82f2570afa829a043c63365fad567fa9090
|
7
|
+
data.tar.gz: 9af922db601ed277c3b3db860a79cb397d772af0ffab69f30917a86b4fd4207fc0aab8d54a50ef27891cd2186a2ff957dc22225f62af92e9c0fd2c5f560df4b6
|
@@ -973,6 +973,14 @@
|
|
973
973
|
|
974
974
|
</xsl:attribute-set>
|
975
975
|
|
976
|
+
<xsl:attribute-set name="pre-style">
|
977
|
+
<xsl:attribute name="font-family">Courier New, <xsl:value-of select="$font_noto_sans_mono"/></xsl:attribute>
|
978
|
+
<xsl:attribute name="margin-bottom">6pt</xsl:attribute>
|
979
|
+
|
980
|
+
<xsl:attribute name="font-family"><xsl:value-of select="$font_noto_sans_mono"/></xsl:attribute>
|
981
|
+
|
982
|
+
</xsl:attribute-set>
|
983
|
+
|
976
984
|
<xsl:attribute-set name="permission-style">
|
977
985
|
|
978
986
|
</xsl:attribute-set>
|
@@ -1081,6 +1089,11 @@
|
|
1081
1089
|
</xsl:variable>
|
1082
1090
|
<xsl:variable name="table-border" select="normalize-space($table-border_)"/>
|
1083
1091
|
|
1092
|
+
<xsl:variable name="table-cell-border_">
|
1093
|
+
|
1094
|
+
</xsl:variable>
|
1095
|
+
<xsl:variable name="table-cell-border" select="normalize-space($table-cell-border_)"/>
|
1096
|
+
|
1084
1097
|
<xsl:attribute-set name="table-container-style">
|
1085
1098
|
<xsl:attribute name="margin-left">0mm</xsl:attribute>
|
1086
1099
|
<xsl:attribute name="margin-right">0mm</xsl:attribute>
|
@@ -1092,8 +1105,6 @@
|
|
1092
1105
|
<xsl:attribute-set name="table-style">
|
1093
1106
|
<xsl:attribute name="table-omit-footer-at-break">true</xsl:attribute>
|
1094
1107
|
<xsl:attribute name="table-layout">fixed</xsl:attribute>
|
1095
|
-
<xsl:attribute name="margin-left">0mm</xsl:attribute>
|
1096
|
-
<xsl:attribute name="margin-right">0mm</xsl:attribute>
|
1097
1108
|
|
1098
1109
|
</xsl:attribute-set><!-- table-style -->
|
1099
1110
|
|
@@ -2178,10 +2189,18 @@
|
|
2178
2189
|
<xsl:variable name="table_attributes">
|
2179
2190
|
|
2180
2191
|
<xsl:element name="table_attributes" use-attribute-sets="table-style">
|
2192
|
+
|
2193
|
+
<xsl:if test="$margin-side != 0">
|
2194
|
+
<xsl:attribute name="margin-left">0mm</xsl:attribute>
|
2195
|
+
<xsl:attribute name="margin-right">0mm</xsl:attribute>
|
2196
|
+
</xsl:if>
|
2197
|
+
|
2181
2198
|
<xsl:attribute name="width"><xsl:value-of select="normalize-space($table_width)"/></xsl:attribute>
|
2182
2199
|
|
2183
|
-
<xsl:
|
2184
|
-
|
2200
|
+
<xsl:if test="$margin-side != 0">
|
2201
|
+
<xsl:attribute name="margin-left"><xsl:value-of select="$margin-side"/>mm</xsl:attribute>
|
2202
|
+
<xsl:attribute name="margin-right"><xsl:value-of select="$margin-side"/>mm</xsl:attribute>
|
2203
|
+
</xsl:if>
|
2185
2204
|
|
2186
2205
|
</xsl:element>
|
2187
2206
|
</xsl:variable>
|
@@ -2937,6 +2956,10 @@
|
|
2937
2956
|
<xsl:template match="*[local-name()='tr']">
|
2938
2957
|
<fo:table-row xsl:use-attribute-sets="table-body-row-style">
|
2939
2958
|
|
2959
|
+
<xsl:if test="*[local-name() = 'th']">
|
2960
|
+
<xsl:attribute name="keep-with-next">always</xsl:attribute>
|
2961
|
+
</xsl:if>
|
2962
|
+
|
2940
2963
|
<xsl:call-template name="setTableRowAttributes"/>
|
2941
2964
|
<xsl:apply-templates/>
|
2942
2965
|
</fo:table-row>
|
@@ -3975,8 +3998,17 @@
|
|
3975
3998
|
</fo:inline>
|
3976
3999
|
</xsl:template> <!-- tt -->
|
3977
4000
|
|
4001
|
+
<xsl:variable name="regex_url_start">^(http://|https://|www\.)?(.*)</xsl:variable>
|
3978
4002
|
<xsl:template match="*[local-name()='tt']/text()" priority="2">
|
3979
|
-
<xsl:
|
4003
|
+
<xsl:choose>
|
4004
|
+
<xsl:when test="java:replaceAll(java:java.lang.String.new(.), '$2', '') != ''">
|
4005
|
+
<!-- url -->
|
4006
|
+
<xsl:call-template name="add-zero-spaces-link-java"/>
|
4007
|
+
</xsl:when>
|
4008
|
+
<xsl:otherwise>
|
4009
|
+
<xsl:call-template name="add_spaces_to_sourcecode"/>
|
4010
|
+
</xsl:otherwise>
|
4011
|
+
</xsl:choose>
|
3980
4012
|
</xsl:template>
|
3981
4013
|
|
3982
4014
|
<xsl:template match="*[local-name()='underline']">
|
@@ -4332,8 +4364,11 @@
|
|
4332
4364
|
|
4333
4365
|
<xsl:template name="add-zero-spaces-link-java">
|
4334
4366
|
<xsl:param name="text" select="."/>
|
4367
|
+
|
4368
|
+
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($text), $regex_url_start, '$1')"/> <!-- http://. https:// or www. -->
|
4369
|
+
<xsl:variable name="url_continue" select="java:replaceAll(java:java.lang.String.new($text), $regex_url_start, '$2')"/>
|
4335
4370
|
<!-- add zero-width space (#x200B) after characters: dash, dot, colon, equal, underscore, em dash, thin space -->
|
4336
|
-
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($
|
4371
|
+
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($url_continue),'(-|\.|:|=|_|—| |,|/)','$1')"/>
|
4337
4372
|
</xsl:template>
|
4338
4373
|
|
4339
4374
|
<!-- add zero space after dash character (for table's entries) -->
|
@@ -4890,6 +4925,9 @@
|
|
4890
4925
|
<xsl:value-of select="substring($str, 2)"/>
|
4891
4926
|
</xsl:template>
|
4892
4927
|
|
4928
|
+
<!-- ======================================= -->
|
4929
|
+
<!-- math -->
|
4930
|
+
<!-- ======================================= -->
|
4893
4931
|
<xsl:template match="mathml:math">
|
4894
4932
|
<xsl:variable name="isAdded" select="@added"/>
|
4895
4933
|
<xsl:variable name="isDeleted" select="@deleted"/>
|
@@ -4940,14 +4978,57 @@
|
|
4940
4978
|
<xsl:value-of select="$comment_text"/>
|
4941
4979
|
</xsl:template>
|
4942
4980
|
|
4981
|
+
<xsl:template match="*[local-name() = 'asciimath']">
|
4982
|
+
<xsl:param name="process" select="'false'"/>
|
4983
|
+
<xsl:if test="$process = 'true'">
|
4984
|
+
<xsl:apply-templates/>
|
4985
|
+
</xsl:if>
|
4986
|
+
</xsl:template>
|
4987
|
+
|
4988
|
+
<xsl:template match="*[local-name() = 'latexmath']"/>
|
4989
|
+
|
4990
|
+
<xsl:template name="getMathml_asciimath_text">
|
4991
|
+
<xsl:variable name="asciimath" select="../*[local-name() = 'asciimath']"/>
|
4992
|
+
<xsl:variable name="latexmath">
|
4993
|
+
|
4994
|
+
</xsl:variable>
|
4995
|
+
<xsl:variable name="asciimath_text_following">
|
4996
|
+
<xsl:choose>
|
4997
|
+
<xsl:when test="normalize-space($latexmath) != ''">
|
4998
|
+
<xsl:value-of select="$latexmath"/>
|
4999
|
+
</xsl:when>
|
5000
|
+
<xsl:when test="normalize-space($asciimath) != ''">
|
5001
|
+
<xsl:value-of select="$asciimath"/>
|
5002
|
+
</xsl:when>
|
5003
|
+
<xsl:otherwise>
|
5004
|
+
<xsl:value-of select="following-sibling::node()[1][self::comment()]"/>
|
5005
|
+
</xsl:otherwise>
|
5006
|
+
</xsl:choose>
|
5007
|
+
</xsl:variable>
|
5008
|
+
<xsl:variable name="asciimath_text_">
|
5009
|
+
<xsl:choose>
|
5010
|
+
<xsl:when test="normalize-space($asciimath_text_following) != ''">
|
5011
|
+
<xsl:value-of select="$asciimath_text_following"/>
|
5012
|
+
</xsl:when>
|
5013
|
+
<xsl:otherwise>
|
5014
|
+
<xsl:value-of select="normalize-space(translate(.,' ',' '))"/>
|
5015
|
+
</xsl:otherwise>
|
5016
|
+
</xsl:choose>
|
5017
|
+
</xsl:variable>
|
5018
|
+
<xsl:variable name="asciimath_text_2" select="java:org.metanorma.fop.Util.unescape($asciimath_text_)"/>
|
5019
|
+
<xsl:variable name="asciimath_text" select="java:trim(java:java.lang.String.new($asciimath_text_2))"/>
|
5020
|
+
<xsl:value-of select="$asciimath_text"/>
|
5021
|
+
</xsl:template>
|
5022
|
+
|
4943
5023
|
<xsl:template name="mathml_instream_object">
|
4944
|
-
<xsl:param name="
|
5024
|
+
<xsl:param name="asciimath_text"/>
|
4945
5025
|
<xsl:param name="mathml_content"/>
|
4946
5026
|
|
4947
|
-
<xsl:variable name="
|
5027
|
+
<xsl:variable name="asciimath_text_">
|
4948
5028
|
<xsl:choose>
|
4949
|
-
<xsl:when test="normalize-space($
|
4950
|
-
<xsl:otherwise><xsl:call-template name="getMathml_comment_text"/></xsl:otherwise>
|
5029
|
+
<xsl:when test="normalize-space($asciimath_text) != ''"><xsl:value-of select="$asciimath_text"/></xsl:when>
|
5030
|
+
<!-- <xsl:otherwise><xsl:call-template name="getMathml_comment_text"/></xsl:otherwise> -->
|
5031
|
+
<xsl:otherwise><xsl:call-template name="getMathml_asciimath_text"/></xsl:otherwise>
|
4951
5032
|
</xsl:choose>
|
4952
5033
|
</xsl:variable>
|
4953
5034
|
|
@@ -4964,10 +5045,10 @@
|
|
4964
5045
|
</xsl:attribute>
|
4965
5046
|
|
4966
5047
|
<!-- <xsl:if test="$add_math_as_text = 'true'"> -->
|
4967
|
-
<xsl:if test="normalize-space($
|
5048
|
+
<xsl:if test="normalize-space($asciimath_text_) != ''">
|
4968
5049
|
<!-- put Mathin Alternate Text -->
|
4969
5050
|
<xsl:attribute name="fox:alt-text">
|
4970
|
-
<xsl:value-of select="$
|
5051
|
+
<xsl:value-of select="$asciimath_text_"/>
|
4971
5052
|
</xsl:attribute>
|
4972
5053
|
</xsl:if>
|
4973
5054
|
<!-- </xsl:if> -->
|
@@ -5040,6 +5121,29 @@
|
|
5040
5121
|
<xsl:value-of select="."/><xsl:value-of select="$zero_width_space"/>
|
5041
5122
|
</xsl:template>
|
5042
5123
|
|
5124
|
+
<!-- Examples:
|
5125
|
+
<stem type="AsciiMath">x = 1</stem>
|
5126
|
+
<stem type="AsciiMath"><asciimath>x = 1</asciimath></stem>
|
5127
|
+
<stem type="AsciiMath"><asciimath>x = 1</asciimath><latexmath>x = 1</latexmath></stem>
|
5128
|
+
-->
|
5129
|
+
<xsl:template match="*[local-name() = 'stem'][@type = 'AsciiMath'][count(*) = 0]/text() | *[local-name() = 'stem'][@type = 'AsciiMath'][*[local-name() = 'asciimath']]" priority="3">
|
5130
|
+
<fo:inline xsl:use-attribute-sets="mathml-style">
|
5131
|
+
|
5132
|
+
<xsl:choose>
|
5133
|
+
<xsl:when test="self::text()"><xsl:value-of select="."/></xsl:when>
|
5134
|
+
<xsl:otherwise>
|
5135
|
+
<xsl:apply-templates>
|
5136
|
+
<xsl:with-param name="process">true</xsl:with-param>
|
5137
|
+
</xsl:apply-templates>
|
5138
|
+
</xsl:otherwise>
|
5139
|
+
</xsl:choose>
|
5140
|
+
|
5141
|
+
</fo:inline>
|
5142
|
+
</xsl:template>
|
5143
|
+
<!-- ======================================= -->
|
5144
|
+
<!-- END: math -->
|
5145
|
+
<!-- ======================================= -->
|
5146
|
+
|
5043
5147
|
<xsl:template match="*[local-name()='localityStack']"/>
|
5044
5148
|
|
5045
5149
|
<xsl:template match="*[local-name()='link']" name="link">
|
@@ -6376,9 +6480,9 @@
|
|
6376
6480
|
<xsl:apply-templates mode="contents_item"/>
|
6377
6481
|
</xsl:template>
|
6378
6482
|
|
6379
|
-
<!--
|
6380
|
-
<!-- sourcecode
|
6381
|
-
<!--
|
6483
|
+
<!-- =============== -->
|
6484
|
+
<!-- sourcecode -->
|
6485
|
+
<!-- =============== -->
|
6382
6486
|
<xsl:template match="*[local-name()='sourcecode']" name="sourcecode">
|
6383
6487
|
|
6384
6488
|
<fo:block-container xsl:use-attribute-sets="sourcecode-container-style">
|
@@ -6678,8 +6782,22 @@
|
|
6678
6782
|
</fo:block>
|
6679
6783
|
</xsl:if>
|
6680
6784
|
</xsl:template>
|
6681
|
-
<!--
|
6682
|
-
<!--
|
6785
|
+
<!-- =============== -->
|
6786
|
+
<!-- END sourcecode -->
|
6787
|
+
<!-- =============== -->
|
6788
|
+
|
6789
|
+
<!-- =============== -->
|
6790
|
+
<!-- pre -->
|
6791
|
+
<!-- =============== -->
|
6792
|
+
<xsl:template match="*[local-name()='pre']" name="pre">
|
6793
|
+
<fo:block xsl:use-attribute-sets="pre-style">
|
6794
|
+
<xsl:copy-of select="@id"/>
|
6795
|
+
<xsl:apply-templates/>
|
6796
|
+
</fo:block>
|
6797
|
+
</xsl:template>
|
6798
|
+
<!-- =============== -->
|
6799
|
+
<!-- pre -->
|
6800
|
+
<!-- =============== -->
|
6683
6801
|
|
6684
6802
|
<!-- ========== -->
|
6685
6803
|
<!-- permission -->
|
@@ -8768,7 +8886,7 @@
|
|
8768
8886
|
|
8769
8887
|
<xsl:variable name="element_name_keep-together_within-line">keep-together_within-line</xsl:variable>
|
8770
8888
|
|
8771
|
-
<xsl:template match="text()[not(ancestor::*[local-name() = 'bibdata'] or ancestor::*[local-name() = 'sourcecode'] or
|
8889
|
+
<xsl:template match="text()[not(ancestor::*[local-name() = 'bibdata'] or ancestor::*[local-name() = 'link'][not(contains(.,' '))] or ancestor::*[local-name() = 'sourcecode'] or ancestor::*[local-name() = 'math'] or starts-with(., 'http://') or starts-with(., 'https://') or starts-with(., 'www.') )]" name="keep_together_standard_number" mode="update_xml_enclose_keep-together_within-line">
|
8772
8890
|
|
8773
8891
|
<!-- enclose standard's number into tag 'keep-together_within-line' -->
|
8774
8892
|
<xsl:variable name="regex_standard_reference">([A-Z]{2,}(/[A-Z]{2,})* \d+(-\d+)*(:\d{4})?)</xsl:variable>
|
@@ -9244,13 +9362,14 @@
|
|
9244
9362
|
</xsl:template>
|
9245
9363
|
|
9246
9364
|
<xsl:template name="setId">
|
9365
|
+
<xsl:param name="prefix"/>
|
9247
9366
|
<xsl:attribute name="id">
|
9248
9367
|
<xsl:choose>
|
9249
9368
|
<xsl:when test="@id">
|
9250
|
-
<xsl:value-of select="@id"/>
|
9369
|
+
<xsl:value-of select="concat($prefix, @id)"/>
|
9251
9370
|
</xsl:when>
|
9252
9371
|
<xsl:otherwise>
|
9253
|
-
<xsl:value-of select="generate-id()"/>
|
9372
|
+
<xsl:value-of select="concat($prefix, generate-id())"/>
|
9254
9373
|
</xsl:otherwise>
|
9255
9374
|
</xsl:choose>
|
9256
9375
|
</xsl:attribute>
|
@@ -1,10 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
3
|
-
<include href="biblio.rng">
|
4
|
-
<start>
|
5
|
-
<ref name="document"/>
|
6
|
-
</start>
|
7
|
-
</include>
|
8
3
|
<define name="document">
|
9
4
|
<element name="document">
|
10
5
|
<optional>
|
@@ -1125,26 +1120,4 @@
|
|
1125
1120
|
</zeroOrMore>
|
1126
1121
|
</element>
|
1127
1122
|
</define>
|
1128
|
-
<define name="ext">
|
1129
|
-
<element name="ext">
|
1130
|
-
<ref name="BibDataExtensionType"/>
|
1131
|
-
</element>
|
1132
|
-
</define>
|
1133
|
-
<define name="BibDataExtensionType">
|
1134
|
-
<ref name="doctype"/>
|
1135
|
-
</define>
|
1136
|
-
<define name="doctype">
|
1137
|
-
<element name="doctype">
|
1138
|
-
<ref name="DocumentType"/>
|
1139
|
-
</element>
|
1140
|
-
</define>
|
1141
|
-
<define name="DocumentType">
|
1142
|
-
<value>document</value>
|
1143
|
-
</define>
|
1144
|
-
<define name="BibData">
|
1145
|
-
<ref name="BibliographicItem"/>
|
1146
|
-
<optional>
|
1147
|
-
<ref name="ext"/>
|
1148
|
-
</optional>
|
1149
|
-
</define>
|
1150
1123
|
</grammar>
|
@@ -0,0 +1,164 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
3
|
+
<!--
|
4
|
+
Add-ons to biblio.rnc for standoc model: defines the extension point BibDataExtensionType
|
5
|
+
of relaton
|
6
|
+
|
7
|
+
Specialisations as for biblio.rnc. Extension point can be redefined completely for a flavour of standoc
|
8
|
+
(SDO); but other elements in Bibdata can only be extended (more specialised vocabularies for Bibdata)
|
9
|
+
-->
|
10
|
+
<include href="biblio.rng">
|
11
|
+
<define name="BibData">
|
12
|
+
<ref name="BibliographicItem"/>
|
13
|
+
<optional>
|
14
|
+
<ref name="ext"/>
|
15
|
+
</optional>
|
16
|
+
</define>
|
17
|
+
</include>
|
18
|
+
<define name="ext">
|
19
|
+
<element name="ext">
|
20
|
+
<ref name="BibDataExtensionType"/>
|
21
|
+
</element>
|
22
|
+
</define>
|
23
|
+
<define name="BibDataExtensionType">
|
24
|
+
<optional>
|
25
|
+
<attribute name="schema-version"/>
|
26
|
+
</optional>
|
27
|
+
<ref name="doctype"/>
|
28
|
+
<optional>
|
29
|
+
<ref name="docsubtype"/>
|
30
|
+
</optional>
|
31
|
+
<optional>
|
32
|
+
<ref name="editorialgroup"/>
|
33
|
+
</optional>
|
34
|
+
<zeroOrMore>
|
35
|
+
<ref name="ics"/>
|
36
|
+
</zeroOrMore>
|
37
|
+
<zeroOrMore>
|
38
|
+
<ref name="structuredidentifier"/>
|
39
|
+
</zeroOrMore>
|
40
|
+
</define>
|
41
|
+
<define name="doctype">
|
42
|
+
<element name="doctype">
|
43
|
+
<optional>
|
44
|
+
<attribute name="abbreviation"/>
|
45
|
+
</optional>
|
46
|
+
<ref name="DocumentType"/>
|
47
|
+
</element>
|
48
|
+
</define>
|
49
|
+
<define name="DocumentType">
|
50
|
+
<value>document</value>
|
51
|
+
</define>
|
52
|
+
<define name="docsubtype">
|
53
|
+
<element name="subdoctype">
|
54
|
+
<ref name="DocumentSubtype"/>
|
55
|
+
</element>
|
56
|
+
</define>
|
57
|
+
<define name="DocumentSubtype">
|
58
|
+
<text/>
|
59
|
+
</define>
|
60
|
+
<define name="editorialgroup">
|
61
|
+
<element name="editorialgroup">
|
62
|
+
<oneOrMore>
|
63
|
+
<ref name="technical-committee"/>
|
64
|
+
</oneOrMore>
|
65
|
+
</element>
|
66
|
+
</define>
|
67
|
+
<define name="technical-committee">
|
68
|
+
<element name="technical-committee">
|
69
|
+
<ref name="IsoWorkgroup"/>
|
70
|
+
</element>
|
71
|
+
</define>
|
72
|
+
<define name="IsoWorkgroup">
|
73
|
+
<optional>
|
74
|
+
<attribute name="number"/>
|
75
|
+
</optional>
|
76
|
+
<optional>
|
77
|
+
<attribute name="type"/>
|
78
|
+
</optional>
|
79
|
+
<optional>
|
80
|
+
<attribute name="identifier"/>
|
81
|
+
</optional>
|
82
|
+
<optional>
|
83
|
+
<attribute name="prefix"/>
|
84
|
+
</optional>
|
85
|
+
<text/>
|
86
|
+
</define>
|
87
|
+
<define name="ics">
|
88
|
+
<element name="ics">
|
89
|
+
<element name="code">
|
90
|
+
<text/>
|
91
|
+
</element>
|
92
|
+
<optional>
|
93
|
+
<element name="text">
|
94
|
+
<text/>
|
95
|
+
</element>
|
96
|
+
</optional>
|
97
|
+
</element>
|
98
|
+
</define>
|
99
|
+
<define name="structuredidentifier">
|
100
|
+
<element name="structuredidentifier">
|
101
|
+
<optional>
|
102
|
+
<attribute name="type"/>
|
103
|
+
</optional>
|
104
|
+
<oneOrMore>
|
105
|
+
<element name="agency">
|
106
|
+
<text/>
|
107
|
+
</element>
|
108
|
+
</oneOrMore>
|
109
|
+
<optional>
|
110
|
+
<element name="class">
|
111
|
+
<text/>
|
112
|
+
</element>
|
113
|
+
</optional>
|
114
|
+
<element name="docnumber">
|
115
|
+
<text/>
|
116
|
+
</element>
|
117
|
+
<optional>
|
118
|
+
<element name="partnumber">
|
119
|
+
<text/>
|
120
|
+
</element>
|
121
|
+
</optional>
|
122
|
+
<optional>
|
123
|
+
<element name="edition">
|
124
|
+
<text/>
|
125
|
+
</element>
|
126
|
+
</optional>
|
127
|
+
<optional>
|
128
|
+
<element name="version">
|
129
|
+
<text/>
|
130
|
+
</element>
|
131
|
+
</optional>
|
132
|
+
<optional>
|
133
|
+
<element name="supplementtype">
|
134
|
+
<text/>
|
135
|
+
</element>
|
136
|
+
</optional>
|
137
|
+
<optional>
|
138
|
+
<element name="supplementnumber">
|
139
|
+
<text/>
|
140
|
+
</element>
|
141
|
+
</optional>
|
142
|
+
<optional>
|
143
|
+
<element name="amendment">
|
144
|
+
<text/>
|
145
|
+
</element>
|
146
|
+
</optional>
|
147
|
+
<optional>
|
148
|
+
<element name="corrigendum">
|
149
|
+
<text/>
|
150
|
+
</element>
|
151
|
+
</optional>
|
152
|
+
<optional>
|
153
|
+
<element name="language">
|
154
|
+
<text/>
|
155
|
+
</element>
|
156
|
+
</optional>
|
157
|
+
<optional>
|
158
|
+
<element name="year">
|
159
|
+
<text/>
|
160
|
+
</element>
|
161
|
+
</optional>
|
162
|
+
</element>
|
163
|
+
</define>
|
164
|
+
</grammar>
|
data/lib/metanorma/cc/biblio.rng
CHANGED
@@ -33,9 +33,10 @@
|
|
33
33
|
<param name="pattern">([\+\-]?\d{4})((-?)((0[1-9]|1[0-2])((-?)([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6]))))?</param>
|
34
34
|
</data>
|
35
35
|
</define>
|
36
|
-
|
37
|
-
|
38
|
-
|
36
|
+
<!-- start = bibitem -->
|
37
|
+
<define name="BibData">
|
38
|
+
<ref name="BibliographicItem"/>
|
39
|
+
</define>
|
39
40
|
<define name="status">
|
40
41
|
<element name="status">
|
41
42
|
<ref name="stage"/>
|
@@ -170,27 +171,30 @@
|
|
170
171
|
</define>
|
171
172
|
<define name="contributor">
|
172
173
|
<element name="contributor">
|
173
|
-
<
|
174
|
+
<oneOrMore>
|
174
175
|
<ref name="role"/>
|
175
|
-
</
|
176
|
+
</oneOrMore>
|
176
177
|
<ref name="ContributorInfo"/>
|
177
178
|
</element>
|
178
179
|
</define>
|
179
180
|
<define name="role">
|
180
181
|
<element name="role">
|
181
|
-
<
|
182
|
-
<
|
183
|
-
<
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
</
|
192
|
-
|
193
|
-
|
182
|
+
<attribute name="type">
|
183
|
+
<choice>
|
184
|
+
<value>author</value>
|
185
|
+
<value>performer</value>
|
186
|
+
<value>publisher</value>
|
187
|
+
<value>editor</value>
|
188
|
+
<value>adapter</value>
|
189
|
+
<value>translator</value>
|
190
|
+
<value>distributor</value>
|
191
|
+
<value>realizer</value>
|
192
|
+
<value>owner</value>
|
193
|
+
<value>authorizer</value>
|
194
|
+
<value>enabler</value>
|
195
|
+
<value>subject</value>
|
196
|
+
</choice>
|
197
|
+
</attribute>
|
194
198
|
<zeroOrMore>
|
195
199
|
<ref name="roledescription"/>
|
196
200
|
</zeroOrMore>
|
@@ -512,6 +516,17 @@
|
|
512
516
|
</define>
|
513
517
|
<define name="localityStack">
|
514
518
|
<element name="localityStack">
|
519
|
+
<optional>
|
520
|
+
<attribute name="connective">
|
521
|
+
<choice>
|
522
|
+
<value>and</value>
|
523
|
+
<value>or</value>
|
524
|
+
<value>from</value>
|
525
|
+
<value>to</value>
|
526
|
+
<value/>
|
527
|
+
</choice>
|
528
|
+
</attribute>
|
529
|
+
</optional>
|
515
530
|
<zeroOrMore>
|
516
531
|
<ref name="locality"/>
|
517
532
|
</zeroOrMore>
|
@@ -524,6 +539,17 @@
|
|
524
539
|
</define>
|
525
540
|
<define name="sourceLocalityStack">
|
526
541
|
<element name="sourceLocalityStack">
|
542
|
+
<optional>
|
543
|
+
<attribute name="connective">
|
544
|
+
<choice>
|
545
|
+
<value>and</value>
|
546
|
+
<value>or</value>
|
547
|
+
<value>from</value>
|
548
|
+
<value>to</value>
|
549
|
+
<value/>
|
550
|
+
</choice>
|
551
|
+
</attribute>
|
552
|
+
</optional>
|
527
553
|
<zeroOrMore>
|
528
554
|
<ref name="sourceLocality"/>
|
529
555
|
</zeroOrMore>
|
@@ -626,6 +652,9 @@
|
|
626
652
|
<ref name="BibItemType"/>
|
627
653
|
</attribute>
|
628
654
|
</optional>
|
655
|
+
<optional>
|
656
|
+
<attribute name="schema-version"/>
|
657
|
+
</optional>
|
629
658
|
<optional>
|
630
659
|
<ref name="fetched"/>
|
631
660
|
</optional>
|
@@ -720,6 +749,9 @@
|
|
720
749
|
<ref name="BibItemType"/>
|
721
750
|
</attribute>
|
722
751
|
</optional>
|
752
|
+
<optional>
|
753
|
+
<attribute name="schema-version"/>
|
754
|
+
</optional>
|
723
755
|
<optional>
|
724
756
|
<ref name="fetched"/>
|
725
757
|
</optional>
|
data/lib/metanorma/cc/cc.rng
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
we cannot have a new default namespace: we will end up with a grammar with two different
|
7
7
|
namespaces, one for isostandard and one for csd additions. And we do not want that.
|
8
8
|
-->
|
9
|
+
<include href="relaton-cc.rng"/>
|
9
10
|
<include href="isodoc.rng">
|
10
11
|
<start>
|
11
12
|
<ref name="csd-standard"/>
|
@@ -56,46 +57,6 @@
|
|
56
57
|
</choice>
|
57
58
|
</element>
|
58
59
|
</define>
|
59
|
-
<define name="DocumentType">
|
60
|
-
<choice>
|
61
|
-
<value>directive</value>
|
62
|
-
<value>guide</value>
|
63
|
-
<value>specification</value>
|
64
|
-
<value>standard</value>
|
65
|
-
<value>report</value>
|
66
|
-
<value>administrative</value>
|
67
|
-
<value>amendment</value>
|
68
|
-
<value>technical corrigendum</value>
|
69
|
-
<value>advisory</value>
|
70
|
-
</choice>
|
71
|
-
</define>
|
72
|
-
<define name="BibDataExtensionType">
|
73
|
-
<optional>
|
74
|
-
<ref name="doctype"/>
|
75
|
-
</optional>
|
76
|
-
<optional>
|
77
|
-
<ref name="docsubtype"/>
|
78
|
-
</optional>
|
79
|
-
<ref name="editorialgroup"/>
|
80
|
-
<zeroOrMore>
|
81
|
-
<ref name="ics"/>
|
82
|
-
</zeroOrMore>
|
83
|
-
</define>
|
84
|
-
<define name="editorialgroup">
|
85
|
-
<element name="editorialgroup">
|
86
|
-
<oneOrMore>
|
87
|
-
<ref name="technical-committee"/>
|
88
|
-
</oneOrMore>
|
89
|
-
</element>
|
90
|
-
</define>
|
91
|
-
<define name="technical-committee">
|
92
|
-
<element name="committee">
|
93
|
-
<optional>
|
94
|
-
<attribute name="type"/>
|
95
|
-
</optional>
|
96
|
-
<text/>
|
97
|
-
</element>
|
98
|
-
</define>
|
99
60
|
</include>
|
100
61
|
<define name="csd-standard">
|
101
62
|
<element name="csd-standard">
|
data/lib/metanorma/cc/isodoc.rng
CHANGED
@@ -19,19 +19,7 @@
|
|
19
19
|
-->
|
20
20
|
<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">
|
21
21
|
<include href="reqt.rng"/>
|
22
|
-
<!-- include "biblio.rnc" { } -->
|
23
22
|
<include href="basicdoc.rng">
|
24
|
-
<start>
|
25
|
-
<ref name="standard-document"/>
|
26
|
-
</start>
|
27
|
-
<define name="doctype">
|
28
|
-
<element name="doctype">
|
29
|
-
<optional>
|
30
|
-
<attribute name="abbreviation"/>
|
31
|
-
</optional>
|
32
|
-
<ref name="DocumentType"/>
|
33
|
-
</element>
|
34
|
-
</define>
|
35
23
|
<define name="admonition">
|
36
24
|
<element name="admonition">
|
37
25
|
<attribute name="type">
|
@@ -117,24 +105,6 @@
|
|
117
105
|
</optional>
|
118
106
|
</element>
|
119
107
|
</define>
|
120
|
-
<define name="bibitem">
|
121
|
-
<element name="bibitem">
|
122
|
-
<attribute name="id">
|
123
|
-
<data type="ID"/>
|
124
|
-
</attribute>
|
125
|
-
<optional>
|
126
|
-
<attribute name="hidden">
|
127
|
-
<data type="boolean"/>
|
128
|
-
</attribute>
|
129
|
-
</optional>
|
130
|
-
<optional>
|
131
|
-
<attribute name="suppress_identifier">
|
132
|
-
<data type="boolean"/>
|
133
|
-
</attribute>
|
134
|
-
</optional>
|
135
|
-
<ref name="BibliographicItem"/>
|
136
|
-
</element>
|
137
|
-
</define>
|
138
108
|
<define name="section-title">
|
139
109
|
<element name="title">
|
140
110
|
<zeroOrMore>
|
@@ -207,11 +177,7 @@
|
|
207
177
|
</optional>
|
208
178
|
<optional>
|
209
179
|
<attribute name="style">
|
210
|
-
<
|
211
|
-
<value>basic</value>
|
212
|
-
<value>full</value>
|
213
|
-
<value>short</value>
|
214
|
-
</choice>
|
180
|
+
<ref name="XrefStyleType"/>
|
215
181
|
</attribute>
|
216
182
|
</optional>
|
217
183
|
<ref name="XrefBody"/>
|
@@ -248,42 +214,6 @@
|
|
248
214
|
<ref name="PureTextElement"/>
|
249
215
|
</oneOrMore>
|
250
216
|
</define>
|
251
|
-
<define name="localityStack">
|
252
|
-
<element name="localityStack">
|
253
|
-
<optional>
|
254
|
-
<attribute name="connective">
|
255
|
-
<choice>
|
256
|
-
<value>and</value>
|
257
|
-
<value>or</value>
|
258
|
-
<value>from</value>
|
259
|
-
<value>to</value>
|
260
|
-
<value/>
|
261
|
-
</choice>
|
262
|
-
</attribute>
|
263
|
-
</optional>
|
264
|
-
<zeroOrMore>
|
265
|
-
<ref name="locality"/>
|
266
|
-
</zeroOrMore>
|
267
|
-
</element>
|
268
|
-
</define>
|
269
|
-
<define name="sourceLocalityStack">
|
270
|
-
<element name="sourceLocalityStack">
|
271
|
-
<optional>
|
272
|
-
<attribute name="connective">
|
273
|
-
<choice>
|
274
|
-
<value>and</value>
|
275
|
-
<value>or</value>
|
276
|
-
<value>from</value>
|
277
|
-
<value>to</value>
|
278
|
-
<value/>
|
279
|
-
</choice>
|
280
|
-
</attribute>
|
281
|
-
</optional>
|
282
|
-
<zeroOrMore>
|
283
|
-
<ref name="sourceLocality"/>
|
284
|
-
</zeroOrMore>
|
285
|
-
</element>
|
286
|
-
</define>
|
287
217
|
<define name="ul">
|
288
218
|
<element name="ul">
|
289
219
|
<attribute name="id">
|
@@ -827,21 +757,6 @@
|
|
827
757
|
</zeroOrMore>
|
828
758
|
</element>
|
829
759
|
</define>
|
830
|
-
<define name="BibDataExtensionType">
|
831
|
-
<ref name="doctype"/>
|
832
|
-
<optional>
|
833
|
-
<ref name="docsubtype"/>
|
834
|
-
</optional>
|
835
|
-
<optional>
|
836
|
-
<ref name="editorialgroup"/>
|
837
|
-
</optional>
|
838
|
-
<zeroOrMore>
|
839
|
-
<ref name="ics"/>
|
840
|
-
</zeroOrMore>
|
841
|
-
<zeroOrMore>
|
842
|
-
<ref name="structuredidentifier"/>
|
843
|
-
</zeroOrMore>
|
844
|
-
</define>
|
845
760
|
<!-- TitleType = text -->
|
846
761
|
<define name="sections">
|
847
762
|
<element name="sections">
|
@@ -881,7 +796,7 @@
|
|
881
796
|
<ref name="BasicBlock"/>
|
882
797
|
</zeroOrMore>
|
883
798
|
<zeroOrMore>
|
884
|
-
<ref name="
|
799
|
+
<ref name="doc_bibitem"/>
|
885
800
|
<zeroOrMore>
|
886
801
|
<ref name="note"/>
|
887
802
|
</zeroOrMore>
|
@@ -1112,6 +1027,7 @@
|
|
1112
1027
|
<ref name="stem"/>
|
1113
1028
|
<ref name="index"/>
|
1114
1029
|
<ref name="eref"/>
|
1030
|
+
<ref name="erefstack"/>
|
1115
1031
|
<ref name="xref"/>
|
1116
1032
|
<ref name="hyperlink"/>
|
1117
1033
|
</choice>
|
@@ -1126,6 +1042,7 @@
|
|
1126
1042
|
<ref name="stem"/>
|
1127
1043
|
<ref name="index"/>
|
1128
1044
|
<ref name="eref"/>
|
1045
|
+
<ref name="erefstack"/>
|
1129
1046
|
<ref name="xref"/>
|
1130
1047
|
<ref name="hyperlink"/>
|
1131
1048
|
</choice>
|
@@ -1139,6 +1056,7 @@
|
|
1139
1056
|
<ref name="PureTextElement"/>
|
1140
1057
|
<ref name="index"/>
|
1141
1058
|
<ref name="eref"/>
|
1059
|
+
<ref name="erefstack"/>
|
1142
1060
|
<ref name="xref"/>
|
1143
1061
|
<ref name="hyperlink"/>
|
1144
1062
|
</choice>
|
@@ -1219,6 +1137,24 @@
|
|
1219
1137
|
</define>
|
1220
1138
|
</include>
|
1221
1139
|
<!-- end overrides -->
|
1140
|
+
<define name="doc_bibitem">
|
1141
|
+
<element name="bibitem">
|
1142
|
+
<attribute name="id">
|
1143
|
+
<data type="ID"/>
|
1144
|
+
</attribute>
|
1145
|
+
<optional>
|
1146
|
+
<attribute name="hidden">
|
1147
|
+
<data type="boolean"/>
|
1148
|
+
</attribute>
|
1149
|
+
</optional>
|
1150
|
+
<optional>
|
1151
|
+
<attribute name="suppress_identifier">
|
1152
|
+
<data type="boolean"/>
|
1153
|
+
</attribute>
|
1154
|
+
</optional>
|
1155
|
+
<ref name="BibliographicItem"/>
|
1156
|
+
</element>
|
1157
|
+
</define>
|
1222
1158
|
<define name="image" combine="choice">
|
1223
1159
|
<element name="svg">
|
1224
1160
|
<oneOrMore>
|
@@ -1237,14 +1173,6 @@
|
|
1237
1173
|
<value>tag</value>
|
1238
1174
|
</choice>
|
1239
1175
|
</define>
|
1240
|
-
<define name="docsubtype">
|
1241
|
-
<element name="subdoctype">
|
1242
|
-
<ref name="DocumentSubtype"/>
|
1243
|
-
</element>
|
1244
|
-
</define>
|
1245
|
-
<define name="DocumentSubtype">
|
1246
|
-
<text/>
|
1247
|
-
</define>
|
1248
1176
|
<define name="colgroup">
|
1249
1177
|
<element name="colgroup">
|
1250
1178
|
<oneOrMore>
|
@@ -1266,6 +1194,7 @@
|
|
1266
1194
|
<ref name="add"/>
|
1267
1195
|
<ref name="del"/>
|
1268
1196
|
<ref name="span"/>
|
1197
|
+
<ref name="erefstack"/>
|
1269
1198
|
</choice>
|
1270
1199
|
</define>
|
1271
1200
|
<define name="add">
|
@@ -1273,6 +1202,7 @@
|
|
1273
1202
|
<choice>
|
1274
1203
|
<ref name="PureTextElement"/>
|
1275
1204
|
<ref name="eref"/>
|
1205
|
+
<ref name="erefstack"/>
|
1276
1206
|
<ref name="stem"/>
|
1277
1207
|
<ref name="keyword"/>
|
1278
1208
|
<ref name="xref"/>
|
@@ -1285,6 +1215,7 @@
|
|
1285
1215
|
<choice>
|
1286
1216
|
<ref name="PureTextElement"/>
|
1287
1217
|
<ref name="eref"/>
|
1218
|
+
<ref name="erefstack"/>
|
1288
1219
|
<ref name="stem"/>
|
1289
1220
|
<ref name="keyword"/>
|
1290
1221
|
<ref name="xref"/>
|
@@ -1349,6 +1280,7 @@
|
|
1349
1280
|
</optional>
|
1350
1281
|
<choice>
|
1351
1282
|
<ref name="eref"/>
|
1283
|
+
<ref name="erefstack"/>
|
1352
1284
|
<ref name="xref"/>
|
1353
1285
|
<ref name="termref"/>
|
1354
1286
|
</choice>
|
@@ -1606,45 +1538,6 @@
|
|
1606
1538
|
</choice>
|
1607
1539
|
</element>
|
1608
1540
|
</define>
|
1609
|
-
<define name="editorialgroup">
|
1610
|
-
<element name="editorialgroup">
|
1611
|
-
<oneOrMore>
|
1612
|
-
<ref name="technical-committee"/>
|
1613
|
-
</oneOrMore>
|
1614
|
-
</element>
|
1615
|
-
</define>
|
1616
|
-
<define name="technical-committee">
|
1617
|
-
<element name="technical-committee">
|
1618
|
-
<ref name="IsoWorkgroup"/>
|
1619
|
-
</element>
|
1620
|
-
</define>
|
1621
|
-
<define name="IsoWorkgroup">
|
1622
|
-
<optional>
|
1623
|
-
<attribute name="number"/>
|
1624
|
-
</optional>
|
1625
|
-
<optional>
|
1626
|
-
<attribute name="type"/>
|
1627
|
-
</optional>
|
1628
|
-
<optional>
|
1629
|
-
<attribute name="identifier"/>
|
1630
|
-
</optional>
|
1631
|
-
<optional>
|
1632
|
-
<attribute name="prefix"/>
|
1633
|
-
</optional>
|
1634
|
-
<text/>
|
1635
|
-
</define>
|
1636
|
-
<define name="ics">
|
1637
|
-
<element name="ics">
|
1638
|
-
<element name="code">
|
1639
|
-
<text/>
|
1640
|
-
</element>
|
1641
|
-
<optional>
|
1642
|
-
<element name="text">
|
1643
|
-
<text/>
|
1644
|
-
</element>
|
1645
|
-
</optional>
|
1646
|
-
</element>
|
1647
|
-
</define>
|
1648
1541
|
<define name="standard-document">
|
1649
1542
|
<element name="standard-document">
|
1650
1543
|
<attribute name="version"/>
|
@@ -2080,6 +1973,7 @@
|
|
2080
1973
|
</element>
|
2081
1974
|
<choice>
|
2082
1975
|
<ref name="eref"/>
|
1976
|
+
<ref name="erefstack"/>
|
2083
1977
|
<ref name="xref"/>
|
2084
1978
|
<ref name="termref"/>
|
2085
1979
|
</choice>
|
@@ -2475,71 +2369,6 @@
|
|
2475
2369
|
</optional>
|
2476
2370
|
</element>
|
2477
2371
|
</define>
|
2478
|
-
<define name="structuredidentifier">
|
2479
|
-
<element name="structuredidentifier">
|
2480
|
-
<optional>
|
2481
|
-
<attribute name="type"/>
|
2482
|
-
</optional>
|
2483
|
-
<oneOrMore>
|
2484
|
-
<element name="agency">
|
2485
|
-
<text/>
|
2486
|
-
</element>
|
2487
|
-
</oneOrMore>
|
2488
|
-
<optional>
|
2489
|
-
<element name="class">
|
2490
|
-
<text/>
|
2491
|
-
</element>
|
2492
|
-
</optional>
|
2493
|
-
<element name="docnumber">
|
2494
|
-
<text/>
|
2495
|
-
</element>
|
2496
|
-
<optional>
|
2497
|
-
<element name="partnumber">
|
2498
|
-
<text/>
|
2499
|
-
</element>
|
2500
|
-
</optional>
|
2501
|
-
<optional>
|
2502
|
-
<element name="edition">
|
2503
|
-
<text/>
|
2504
|
-
</element>
|
2505
|
-
</optional>
|
2506
|
-
<optional>
|
2507
|
-
<element name="version">
|
2508
|
-
<text/>
|
2509
|
-
</element>
|
2510
|
-
</optional>
|
2511
|
-
<optional>
|
2512
|
-
<element name="supplementtype">
|
2513
|
-
<text/>
|
2514
|
-
</element>
|
2515
|
-
</optional>
|
2516
|
-
<optional>
|
2517
|
-
<element name="supplementnumber">
|
2518
|
-
<text/>
|
2519
|
-
</element>
|
2520
|
-
</optional>
|
2521
|
-
<optional>
|
2522
|
-
<element name="amendment">
|
2523
|
-
<text/>
|
2524
|
-
</element>
|
2525
|
-
</optional>
|
2526
|
-
<optional>
|
2527
|
-
<element name="corrigendum">
|
2528
|
-
<text/>
|
2529
|
-
</element>
|
2530
|
-
</optional>
|
2531
|
-
<optional>
|
2532
|
-
<element name="language">
|
2533
|
-
<text/>
|
2534
|
-
</element>
|
2535
|
-
</optional>
|
2536
|
-
<optional>
|
2537
|
-
<element name="year">
|
2538
|
-
<text/>
|
2539
|
-
</element>
|
2540
|
-
</optional>
|
2541
|
-
</element>
|
2542
|
-
</define>
|
2543
2372
|
<define name="term-clause">
|
2544
2373
|
<element name="clause">
|
2545
2374
|
<optional>
|
@@ -2700,6 +2529,7 @@
|
|
2700
2529
|
<ref name="xref"/>
|
2701
2530
|
<ref name="hyperlink"/>
|
2702
2531
|
<ref name="eref"/>
|
2532
|
+
<ref name="erefstack"/>
|
2703
2533
|
</choice>
|
2704
2534
|
<oneOrMore>
|
2705
2535
|
<element name="coords">
|
@@ -2747,6 +2577,7 @@
|
|
2747
2577
|
<ref name="xref"/>
|
2748
2578
|
<ref name="hyperlink"/>
|
2749
2579
|
<ref name="eref"/>
|
2580
|
+
<ref name="erefstack"/>
|
2750
2581
|
</choice>
|
2751
2582
|
</element>
|
2752
2583
|
</zeroOrMore>
|
@@ -2795,6 +2626,15 @@
|
|
2795
2626
|
<ref name="PureTextElement"/>
|
2796
2627
|
</oneOrMore>
|
2797
2628
|
</define>
|
2629
|
+
<define name="XrefConnectiveType">
|
2630
|
+
<choice>
|
2631
|
+
<value>and</value>
|
2632
|
+
<value>or</value>
|
2633
|
+
<value>from</value>
|
2634
|
+
<value>to</value>
|
2635
|
+
<value/>
|
2636
|
+
</choice>
|
2637
|
+
</define>
|
2798
2638
|
<define name="XrefTarget">
|
2799
2639
|
<element name="location">
|
2800
2640
|
<attribute name="target">
|
@@ -2803,14 +2643,36 @@
|
|
2803
2643
|
</data>
|
2804
2644
|
</attribute>
|
2805
2645
|
<attribute name="connective">
|
2806
|
-
<
|
2807
|
-
<value>and</value>
|
2808
|
-
<value>or</value>
|
2809
|
-
<value>from</value>
|
2810
|
-
<value>to</value>
|
2811
|
-
<value/>
|
2812
|
-
</choice>
|
2646
|
+
<ref name="XrefConnectiveType"/>
|
2813
2647
|
</attribute>
|
2814
2648
|
</element>
|
2815
2649
|
</define>
|
2650
|
+
<define name="XrefStyleType">
|
2651
|
+
<choice>
|
2652
|
+
<value>basic</value>
|
2653
|
+
<value>full</value>
|
2654
|
+
<value>short</value>
|
2655
|
+
<value>id</value>
|
2656
|
+
</choice>
|
2657
|
+
</define>
|
2658
|
+
<define name="erefTypeWithConnective">
|
2659
|
+
<optional>
|
2660
|
+
<attribute name="connective">
|
2661
|
+
<ref name="XrefConnectiveType"/>
|
2662
|
+
</attribute>
|
2663
|
+
</optional>
|
2664
|
+
<ref name="erefType"/>
|
2665
|
+
</define>
|
2666
|
+
<define name="erefstack">
|
2667
|
+
<element name="erefstack">
|
2668
|
+
<oneOrMore>
|
2669
|
+
<element name="eref">
|
2670
|
+
<ref name="erefTypeWithConnective"/>
|
2671
|
+
</element>
|
2672
|
+
</oneOrMore>
|
2673
|
+
</element>
|
2674
|
+
</define>
|
2675
|
+
<start>
|
2676
|
+
<ref name="standard-document"/>
|
2677
|
+
</start>
|
2816
2678
|
</grammar>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
3
|
+
<include href="biblio-standoc.rng">
|
4
|
+
<define name="DocumentType">
|
5
|
+
<choice>
|
6
|
+
<value>directive</value>
|
7
|
+
<value>guide</value>
|
8
|
+
<value>specification</value>
|
9
|
+
<value>standard</value>
|
10
|
+
<value>report</value>
|
11
|
+
<value>administrative</value>
|
12
|
+
<value>amendment</value>
|
13
|
+
<value>technical corrigendum</value>
|
14
|
+
<value>advisory</value>
|
15
|
+
</choice>
|
16
|
+
</define>
|
17
|
+
<define name="BibDataExtensionType">
|
18
|
+
<optional>
|
19
|
+
<attribute name="schema-version"/>
|
20
|
+
</optional>
|
21
|
+
<optional>
|
22
|
+
<ref name="doctype"/>
|
23
|
+
</optional>
|
24
|
+
<optional>
|
25
|
+
<ref name="docsubtype"/>
|
26
|
+
</optional>
|
27
|
+
<ref name="editorialgroup"/>
|
28
|
+
<zeroOrMore>
|
29
|
+
<ref name="ics"/>
|
30
|
+
</zeroOrMore>
|
31
|
+
</define>
|
32
|
+
<define name="editorialgroup">
|
33
|
+
<element name="editorialgroup">
|
34
|
+
<oneOrMore>
|
35
|
+
<ref name="technical-committee"/>
|
36
|
+
</oneOrMore>
|
37
|
+
</element>
|
38
|
+
</define>
|
39
|
+
<define name="technical-committee">
|
40
|
+
<element name="committee">
|
41
|
+
<optional>
|
42
|
+
<attribute name="type"/>
|
43
|
+
</optional>
|
44
|
+
<text/>
|
45
|
+
</element>
|
46
|
+
</define>
|
47
|
+
</include>
|
48
|
+
</grammar>
|
data/lib/metanorma/cc/version.rb
CHANGED
data/metanorma-cc.gemspec
CHANGED
@@ -21,12 +21,13 @@ Gem::Specification.new do |spec|
|
|
21
21
|
spec.license = "BSD-2-Clause"
|
22
22
|
|
23
23
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
24
|
-
f.match(%r{^(test|spec|features)/})
|
24
|
+
f.match(%r{^(test|spec|features|bin|.github)/}) \
|
25
|
+
|| f.match(%r{Rakefile|bin/rspec})
|
25
26
|
end
|
26
27
|
spec.bindir = "exe"
|
27
28
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
28
29
|
spec.require_paths = ["lib"]
|
29
|
-
spec.required_ruby_version = Gem::Requirement.new(">= 2.
|
30
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
|
30
31
|
|
31
32
|
spec.add_dependency "metanorma-generic", "~> 2.2.2"
|
32
33
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-cc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.12
|
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-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-generic
|
@@ -176,8 +176,6 @@ executables: []
|
|
176
176
|
extensions: []
|
177
177
|
extra_rdoc_files: []
|
178
178
|
files:
|
179
|
-
- ".github/workflows/rake.yml"
|
180
|
-
- ".github/workflows/release.yml"
|
181
179
|
- ".gitignore"
|
182
180
|
- ".hound.yml"
|
183
181
|
- ".rubocop.yml"
|
@@ -185,10 +183,6 @@ files:
|
|
185
183
|
- Gemfile
|
186
184
|
- LICENSE
|
187
185
|
- README.adoc
|
188
|
-
- Rakefile
|
189
|
-
- bin/console
|
190
|
-
- bin/rspec
|
191
|
-
- bin/setup
|
192
186
|
- lib/isodoc/cc/base_convert.rb
|
193
187
|
- lib/isodoc/cc/cc.standard.xsl
|
194
188
|
- lib/isodoc/cc/html/_coverpage.css
|
@@ -219,12 +213,14 @@ files:
|
|
219
213
|
- lib/metanorma-cc.rb
|
220
214
|
- lib/metanorma/cc.rb
|
221
215
|
- lib/metanorma/cc/basicdoc.rng
|
216
|
+
- lib/metanorma/cc/biblio-standoc.rng
|
222
217
|
- lib/metanorma/cc/biblio.rng
|
223
218
|
- lib/metanorma/cc/boilerplate.xml
|
224
219
|
- lib/metanorma/cc/cc.rng
|
225
220
|
- lib/metanorma/cc/converter.rb
|
226
221
|
- lib/metanorma/cc/isodoc.rng
|
227
222
|
- lib/metanorma/cc/processor.rb
|
223
|
+
- lib/metanorma/cc/relaton-cc.rng
|
228
224
|
- lib/metanorma/cc/reqt.rng
|
229
225
|
- lib/metanorma/cc/validate_section.rb
|
230
226
|
- lib/metanorma/cc/version.rb
|
@@ -242,14 +238,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
242
238
|
requirements:
|
243
239
|
- - ">="
|
244
240
|
- !ruby/object:Gem::Version
|
245
|
-
version: 2.
|
241
|
+
version: 2.7.0
|
246
242
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
247
243
|
requirements:
|
248
244
|
- - ">="
|
249
245
|
- !ruby/object:Gem::Version
|
250
246
|
version: '0'
|
251
247
|
requirements: []
|
252
|
-
rubygems_version: 3.
|
248
|
+
rubygems_version: 3.3.7
|
253
249
|
signing_key:
|
254
250
|
specification_version: 4
|
255
251
|
summary: metanorma-cc lets you write CalConnect standards in AsciiDoc.
|
data/.github/workflows/rake.yml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
# Auto-generated by Cimas: Do not edit it manually!
|
2
|
-
# See https://github.com/metanorma/cimas
|
3
|
-
name: rake
|
4
|
-
|
5
|
-
on:
|
6
|
-
push:
|
7
|
-
branches: [ master, main ]
|
8
|
-
tags: [ v* ]
|
9
|
-
pull_request:
|
10
|
-
|
11
|
-
jobs:
|
12
|
-
notify:
|
13
|
-
uses: metanorma/ci/.github/workflows/mn-processor-rake.yml@main
|
14
|
-
secrets:
|
15
|
-
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
# Auto-generated by Cimas: Do not edit it manually!
|
2
|
-
# See https://github.com/metanorma/cimas
|
3
|
-
name: release
|
4
|
-
|
5
|
-
on:
|
6
|
-
workflow_dispatch:
|
7
|
-
inputs:
|
8
|
-
next_version:
|
9
|
-
description: |
|
10
|
-
Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
|
11
|
-
required: true
|
12
|
-
default: 'skip'
|
13
|
-
push:
|
14
|
-
tags: [ v* ]
|
15
|
-
|
16
|
-
jobs:
|
17
|
-
release:
|
18
|
-
uses: metanorma/ci/.github/workflows/rubygems-release.yml@main
|
19
|
-
with:
|
20
|
-
next_version: ${{ github.event.inputs.next_version }}
|
21
|
-
secrets:
|
22
|
-
rubygems-api-key: ${{ secrets.METANORMA_CI_RUBYGEMS_API_KEY }}
|
23
|
-
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
|
24
|
-
|
data/Rakefile
DELETED
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "metanorma/cc"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start(__FILE__)
|
data/bin/rspec
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'rspec' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require "pathname"
|
10
|
-
ENV["BUNDLE_GEMFILE"] ||= File.expand_path(
|
11
|
-
"../../Gemfile", Pathname.new(__FILE__).realpath
|
12
|
-
)
|
13
|
-
|
14
|
-
require "rubygems"
|
15
|
-
require "bundler/setup"
|
16
|
-
|
17
|
-
load Gem.bin_path("rspec-core", "rspec")
|
18
|
-
|