metanorma-iso 2.2.1 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/iso/html/header-dis.html +111 -29
- data/lib/isodoc/iso/html/isodoc-dis.css +65 -64
- data/lib/isodoc/iso/html/isodoc-dis.scss +65 -64
- data/lib/isodoc/iso/html/style-human.css +2 -3
- data/lib/isodoc/iso/html/style-human.scss +0 -1
- data/lib/isodoc/iso/html/style-iso.css +2 -3
- data/lib/isodoc/iso/html/style-iso.scss +0 -1
- data/lib/isodoc/iso/html/wordstyle-dis.css +10 -4
- data/lib/isodoc/iso/html/wordstyle-dis.scss +10 -4
- data/lib/isodoc/iso/i18n-en.yaml +13 -8
- data/lib/isodoc/iso/i18n-fr.yaml +9 -3
- data/lib/isodoc/iso/i18n-ru.yaml +9 -2
- data/lib/isodoc/iso/i18n-zh-Hans.yaml +1 -2
- data/lib/isodoc/iso/iso.amendment.xsl +226 -40
- data/lib/isodoc/iso/iso.international-standard.xsl +226 -40
- data/lib/isodoc/iso/presentation_bibdata.rb +13 -9
- data/lib/isodoc/iso/presentation_xml_convert.rb +5 -3
- data/lib/isodoc/iso/presentation_xref.rb +10 -7
- data/lib/isodoc/iso/sections.rb +1 -1
- data/lib/isodoc/iso/word_convert.rb +6 -4
- data/lib/isodoc/iso/word_dis_cleanup.rb +24 -3
- data/lib/isodoc/iso/word_dis_convert.rb +4 -1
- data/lib/metanorma/iso/base.rb +2 -1
- data/lib/metanorma/iso/basicdoc.rng +0 -27
- data/lib/metanorma/iso/biblio-standoc.rng +164 -0
- data/lib/metanorma/iso/biblio.rng +50 -18
- data/lib/metanorma/iso/isodoc.rng +68 -206
- data/lib/metanorma/iso/isostandard-amd.rng +3 -54
- data/lib/metanorma/iso/isostandard-compile.rng +7 -0
- data/lib/metanorma/iso/isostandard.rng +1 -195
- data/lib/metanorma/iso/relaton-iso.rng +225 -0
- data/lib/metanorma/iso/validate.rb +6 -6
- data/lib/metanorma/iso/version.rb +1 -1
- data/lib/metanorma/requirements/modspec.rb +22 -38
- data/metanorma-iso.gemspec +5 -2
- metadata +7 -86
- data/.github/workflows/rake.yml +0 -15
- data/.github/workflows/release.yml +0 -24
- data/.github/workflows/ubuntu.yml +0 -41
- data/Rakefile +0 -8
- data/bin/rspec +0 -17
- data/spec/assets/header.html +0 -7
- data/spec/assets/html.css +0 -2
- data/spec/assets/htmlcover.html +0 -4
- data/spec/assets/htmlintro.html +0 -5
- data/spec/assets/i18n.yaml +0 -2
- data/spec/assets/iso.adoc +0 -10
- data/spec/assets/iso.headless.html +0 -33
- data/spec/assets/iso.xml +0 -71
- data/spec/assets/rice_image1.png +0 -0
- data/spec/assets/scripts.html +0 -3
- data/spec/assets/std.css +0 -2
- data/spec/assets/word.css +0 -2
- data/spec/assets/wordcover.html +0 -3
- data/spec/assets/wordintro.html +0 -4
- data/spec/examples/103_01_02.html +0 -247
- data/spec/examples/english.yaml +0 -69
- data/spec/examples/iso_123_.xml +0 -45
- data/spec/examples/iso_123_all_parts.xml +0 -45
- data/spec/examples/iso_123_no_year_note.xml +0 -46
- data/spec/examples/iso_124_.xml +0 -41
- data/spec/examples/iso_216_.xml +0 -47
- data/spec/examples/iso_iec_12382_.xml +0 -48
- data/spec/examples/rice.adoc +0 -714
- data/spec/examples/rice.preview.html +0 -1870
- data/spec/examples/rice.sh +0 -4
- data/spec/examples/rice_img/1000-1_ed2amd3fig1a.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig1b.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig2.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig3.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig4.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig5_f.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA1.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA2.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figTab1.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figTab2.png +0 -0
- data/spec/examples/rice_img/1001_ed2amd3fig1.png +0 -0
- data/spec/examples/rice_img/ISO_1213_1.png +0 -0
- data/spec/examples/rice_img/SL1000-1_ed2amd3fig1.png +0 -0
- data/spec/examples/rice_img/rice_image1.png +0 -0
- data/spec/examples/rice_img/rice_image2.png +0 -0
- data/spec/examples/rice_img/rice_image3_1.png +0 -0
- data/spec/examples/rice_img/rice_image3_2.png +0 -0
- data/spec/examples/rice_img/rice_image3_3.png +0 -0
- data/spec/isodoc/amd_spec.rb +0 -986
- data/spec/isodoc/blocks_spec.rb +0 -1174
- data/spec/isodoc/i18n_spec.rb +0 -1579
- data/spec/isodoc/inline_spec.rb +0 -1060
- data/spec/isodoc/iso_spec.rb +0 -255
- data/spec/isodoc/metadata_spec.rb +0 -701
- data/spec/isodoc/postproc_spec.rb +0 -1089
- data/spec/isodoc/ref_spec.rb +0 -439
- data/spec/isodoc/section_spec.rb +0 -998
- data/spec/isodoc/table_spec.rb +0 -420
- data/spec/isodoc/terms_spec.rb +0 -314
- data/spec/isodoc/word_dis_spec.rb +0 -2064
- data/spec/isodoc/xref_spec.rb +0 -1747
- data/spec/metanorma/amd_spec.rb +0 -724
- data/spec/metanorma/base_spec.rb +0 -1384
- data/spec/metanorma/blank_spec.rb +0 -38
- data/spec/metanorma/blocks_spec.rb +0 -624
- data/spec/metanorma/cleanup_spec.rb +0 -1645
- data/spec/metanorma/inline_spec.rb +0 -203
- data/spec/metanorma/lists_spec.rb +0 -197
- data/spec/metanorma/macros_spec.rb +0 -99
- data/spec/metanorma/processor_spec.rb +0 -161
- data/spec/metanorma/refs_spec.rb +0 -672
- data/spec/metanorma/section_spec.rb +0 -492
- data/spec/metanorma/table_spec.rb +0 -329
- data/spec/metanorma/validate_spec.rb +0 -2153
- data/spec/relaton/render_spec.rb +0 -568
- data/spec/requirements/requirement_components_spec.rb +0 -622
- data/spec/requirements/requirements_spec.rb +0 -1681
- data/spec/requirements/xref_spec.rb +0 -1211
- data/spec/spec_helper.rb +0 -313
- data/spec/vcr_cassettes/docrels.yml +0 -385
- data/spec/vcr_cassettes/withdrawn_iso.yml +0 -295
@@ -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>
|
@@ -1,6 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<grammar ns="https://www.metanorma.org/ns/iso" xmlns="http://relaxng.org/ns/structure/1.0"
|
2
|
+
<grammar ns="https://www.metanorma.org/ns/iso" xmlns="http://relaxng.org/ns/structure/1.0">
|
3
3
|
<!-- default namespace isostandard = "https://www.metanorma.com/ns/iso" -->
|
4
|
+
<include href="relaton-iso.rng"/>
|
4
5
|
<include href="isostandard.rng">
|
5
6
|
<start>
|
6
7
|
<ref name="iso-standard"/>
|
@@ -51,58 +52,6 @@
|
|
51
52
|
</oneOrMore>
|
52
53
|
</element>
|
53
54
|
</define>
|
54
|
-
<define name="documentnumber">
|
55
|
-
<element name="project-number">
|
56
|
-
<optional>
|
57
|
-
<attribute name="part">
|
58
|
-
<data type="int"/>
|
59
|
-
</attribute>
|
60
|
-
</optional>
|
61
|
-
<optional>
|
62
|
-
<attribute name="subpart">
|
63
|
-
<data type="int"/>
|
64
|
-
</attribute>
|
65
|
-
</optional>
|
66
|
-
<optional>
|
67
|
-
<attribute name="amendment">
|
68
|
-
<data type="int"/>
|
69
|
-
</attribute>
|
70
|
-
</optional>
|
71
|
-
<optional>
|
72
|
-
<attribute name="corrigendum">
|
73
|
-
<data type="int"/>
|
74
|
-
</attribute>
|
75
|
-
</optional>
|
76
|
-
<optional>
|
77
|
-
<attribute name="origyr">
|
78
|
-
<ref name="ISO8601Date"/>
|
79
|
-
</attribute>
|
80
|
-
</optional>
|
81
|
-
<text/>
|
82
|
-
</element>
|
83
|
-
</define>
|
84
|
-
<define name="BibDataExtensionType">
|
85
|
-
<ref name="doctype"/>
|
86
|
-
<optional>
|
87
|
-
<ref name="docsubtype"/>
|
88
|
-
</optional>
|
89
|
-
<ref name="editorialgroup"/>
|
90
|
-
<zeroOrMore>
|
91
|
-
<ref name="ics"/>
|
92
|
-
</zeroOrMore>
|
93
|
-
<ref name="structuredidentifier"/>
|
94
|
-
<optional>
|
95
|
-
<ref name="stagename"/>
|
96
|
-
</optional>
|
97
|
-
<optional>
|
98
|
-
<ref name="updates_document_type"/>
|
99
|
-
</optional>
|
100
|
-
</define>
|
101
55
|
</include>
|
102
|
-
<!-- end overrides -->
|
103
|
-
<define name="updates_document_type">
|
104
|
-
<element name="updates-document-type">
|
105
|
-
<ref name="DocumentType"/>
|
106
|
-
</element>
|
107
|
-
</define>
|
108
56
|
</grammar>
|
57
|
+
<!-- end overrides -->
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<grammar ns="https://www.metanorma.org/ns/iso" xmlns="http://relaxng.org/ns/structure/1.0">
|
3
|
+
<!-- default namespace isostandard = "https://www.metanorma.com/ns/iso" -->
|
4
|
+
<include href="relaton-iso.rng"/>
|
5
|
+
<include href="isostandard.rng"/>
|
6
|
+
</grammar>
|
7
|
+
<!-- end overrides -->
|