metanorma-ogc 1.4.3.1 → 1.4.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c61110249dcf38582cab740344a923908991d2f3908648911389232520af221e
4
- data.tar.gz: 51997c51b4e3232b294e47aecce4e846a7abe299276e2abbda4b265ece5e8a68
3
+ metadata.gz: 8b004271fb32dddbacb0a918bdb44b5e505d9897031d79d68230f62af3b00fbb
4
+ data.tar.gz: 054f0f06008fbfe87cf6de3ccb472b54354ea6c5ae24214591a2d93d315b6024
5
5
  SHA512:
6
- metadata.gz: '0491614f0cc948b17dd6197061bd983d4f496db038efb4650e6965c528fdfbebc48f3d27484ac7eb55cd4a5ea400ab4e6740407a53fa6f457f8a6eec186f348d'
7
- data.tar.gz: 7b661c57271001f0245a0c3c151a263df3050cb71b29abe0fcf3db8cbb639fe18ee90ea9a5cdcc6a6e8d09469fff4c05c18ba0dfc7364e8ed1860602fa8f0d57
6
+ metadata.gz: a3eef75cb366bcac20327b3a9c7e75d3fa57dc7408b55ba6dc890f0515af24ffc974e4ea565f37b0d4154a3ce1342678fe80baed6766b80b89d9ce3e61204e71
7
+ data.tar.gz: 4aba2501b403301014127dfd18fc85b70493ddf43081045c61aabd086322a8b6f2808446d97a6cfc0dfc2e6653742c84d2585916e48bb891ecddc475a23bbb24
@@ -624,6 +624,9 @@
624
624
  <choice>
625
625
  <ref name="PureTextElement"/>
626
626
  <ref name="stem"/>
627
+ <ref name="eref"/>
628
+ <ref name="xref"/>
629
+ <ref name="hyperlink"/>
627
630
  </choice>
628
631
  </zeroOrMore>
629
632
  </element>
@@ -634,6 +637,9 @@
634
637
  <choice>
635
638
  <ref name="PureTextElement"/>
636
639
  <ref name="stem"/>
640
+ <ref name="eref"/>
641
+ <ref name="xref"/>
642
+ <ref name="hyperlink"/>
637
643
  </choice>
638
644
  </zeroOrMore>
639
645
  </element>
@@ -641,7 +647,12 @@
641
647
  <define name="tt">
642
648
  <element name="tt">
643
649
  <zeroOrMore>
644
- <ref name="PureTextElement"/>
650
+ <choice>
651
+ <ref name="PureTextElement"/>
652
+ <ref name="eref"/>
653
+ <ref name="xref"/>
654
+ <ref name="hyperlink"/>
655
+ </choice>
645
656
  </zeroOrMore>
646
657
  </element>
647
658
  </define>
@@ -822,7 +833,9 @@
822
833
  <attribute name="alt"/>
823
834
  </optional>
824
835
  <ref name="CitationType"/>
825
- <text/>
836
+ <oneOrMore>
837
+ <ref name="PureTextElement"/>
838
+ </oneOrMore>
826
839
  </define>
827
840
  <define name="hyperlink">
828
841
  <element name="link">
@@ -835,7 +848,9 @@
835
848
  <optional>
836
849
  <attribute name="alt"/>
837
850
  </optional>
838
- <text/>
851
+ <oneOrMore>
852
+ <ref name="PureTextElement"/>
853
+ </oneOrMore>
839
854
  </element>
840
855
  </define>
841
856
  <define name="xref">
@@ -849,7 +864,9 @@
849
864
  <optional>
850
865
  <attribute name="alt"/>
851
866
  </optional>
852
- <text/>
867
+ <oneOrMore>
868
+ <ref name="PureTextElement"/>
869
+ </oneOrMore>
853
870
  </element>
854
871
  </define>
855
872
  <define name="fn">
@@ -62,7 +62,9 @@
62
62
  <data type="boolean"/>
63
63
  </attribute>
64
64
  </optional>
65
- <text/>
65
+ <oneOrMore>
66
+ <ref name="PureTextElement"/>
67
+ </oneOrMore>
66
68
  </element>
67
69
  </define>
68
70
  <define name="xref">
@@ -100,7 +102,9 @@
100
102
  <data type="boolean"/>
101
103
  </attribute>
102
104
  </optional>
103
- <text/>
105
+ <oneOrMore>
106
+ <ref name="PureTextElement"/>
107
+ </oneOrMore>
104
108
  </element>
105
109
  </define>
106
110
  <define name="erefType">
@@ -130,7 +134,9 @@
130
134
  </attribute>
131
135
  </optional>
132
136
  <ref name="CitationType"/>
133
- <text/>
137
+ <oneOrMore>
138
+ <ref name="PureTextElement"/>
139
+ </oneOrMore>
134
140
  </define>
135
141
  <define name="ul">
136
142
  <element name="ul">
@@ -712,9 +718,6 @@
712
718
  <zeroOrMore>
713
719
  <ref name="BasicBlock"/>
714
720
  </zeroOrMore>
715
- <zeroOrMore>
716
- <ref name="note"/>
717
- </zeroOrMore>
718
721
  <zeroOrMore>
719
722
  <ref name="bibitem"/>
720
723
  <zeroOrMore>
@@ -799,14 +802,9 @@
799
802
  <optional>
800
803
  <ref name="section-title"/>
801
804
  </optional>
802
- <group>
803
- <oneOrMore>
804
- <ref name="BasicBlock"/>
805
- </oneOrMore>
806
- <zeroOrMore>
807
- <ref name="note"/>
808
- </zeroOrMore>
809
- </group>
805
+ <oneOrMore>
806
+ <ref name="BasicBlock"/>
807
+ </oneOrMore>
810
808
  </define>
811
809
  <define name="li">
812
810
  <element name="li">
@@ -941,6 +939,9 @@
941
939
  <ref name="PureTextElement"/>
942
940
  <ref name="stem"/>
943
941
  <ref name="index"/>
942
+ <ref name="eref"/>
943
+ <ref name="xref"/>
944
+ <ref name="hyperlink"/>
944
945
  </choice>
945
946
  </zeroOrMore>
946
947
  </element>
@@ -952,6 +953,9 @@
952
953
  <ref name="PureTextElement"/>
953
954
  <ref name="stem"/>
954
955
  <ref name="index"/>
956
+ <ref name="eref"/>
957
+ <ref name="xref"/>
958
+ <ref name="hyperlink"/>
955
959
  </choice>
956
960
  </zeroOrMore>
957
961
  </element>
@@ -962,6 +966,9 @@
962
966
  <choice>
963
967
  <ref name="PureTextElement"/>
964
968
  <ref name="index"/>
969
+ <ref name="eref"/>
970
+ <ref name="xref"/>
971
+ <ref name="hyperlink"/>
965
972
  </choice>
966
973
  </zeroOrMore>
967
974
  </element>
@@ -1373,9 +1380,6 @@
1373
1380
  <zeroOrMore>
1374
1381
  <ref name="BasicBlock"/>
1375
1382
  </zeroOrMore>
1376
- <zeroOrMore>
1377
- <ref name="note"/>
1378
- </zeroOrMore>
1379
1383
  <choice>
1380
1384
  <oneOrMore>
1381
1385
  <ref name="reference-clause"/>
@@ -1558,9 +1562,6 @@
1558
1562
  <zeroOrMore>
1559
1563
  <ref name="BasicBlock"/>
1560
1564
  </zeroOrMore>
1561
- <zeroOrMore>
1562
- <ref name="note"/>
1563
- </zeroOrMore>
1564
1565
  <ref name="dl"/>
1565
1566
  </oneOrMore>
1566
1567
  </element>
@@ -1620,14 +1621,9 @@
1620
1621
  <ref name="section-title"/>
1621
1622
  </optional>
1622
1623
  <group>
1623
- <group>
1624
- <zeroOrMore>
1625
- <ref name="BasicBlock"/>
1626
- </zeroOrMore>
1627
- <zeroOrMore>
1628
- <ref name="note"/>
1629
- </zeroOrMore>
1630
- </group>
1624
+ <zeroOrMore>
1625
+ <ref name="BasicBlock"/>
1626
+ </zeroOrMore>
1631
1627
  <zeroOrMore>
1632
1628
  <ref name="content-subsection"/>
1633
1629
  </zeroOrMore>
@@ -1674,14 +1670,9 @@
1674
1670
  </optional>
1675
1671
  <choice>
1676
1672
  <choice>
1677
- <group>
1678
- <oneOrMore>
1679
- <ref name="BasicBlock"/>
1680
- </oneOrMore>
1681
- <zeroOrMore>
1682
- <ref name="note"/>
1683
- </zeroOrMore>
1684
- </group>
1673
+ <oneOrMore>
1674
+ <ref name="BasicBlock"/>
1675
+ </oneOrMore>
1685
1676
  <ref name="amend"/>
1686
1677
  </choice>
1687
1678
  <oneOrMore>
@@ -1722,14 +1713,9 @@
1722
1713
  <ref name="section-title"/>
1723
1714
  </optional>
1724
1715
  <group>
1725
- <group>
1726
- <zeroOrMore>
1727
- <ref name="BasicBlock"/>
1728
- </zeroOrMore>
1729
- <zeroOrMore>
1730
- <ref name="note"/>
1731
- </zeroOrMore>
1732
- </group>
1716
+ <zeroOrMore>
1717
+ <ref name="BasicBlock"/>
1718
+ </zeroOrMore>
1733
1719
  <zeroOrMore>
1734
1720
  <choice>
1735
1721
  <ref name="annex-subsection"/>
@@ -1788,9 +1774,6 @@
1788
1774
  <zeroOrMore>
1789
1775
  <ref name="BasicBlock"/>
1790
1776
  </zeroOrMore>
1791
- <zeroOrMore>
1792
- <ref name="note"/>
1793
- </zeroOrMore>
1794
1777
  <choice>
1795
1778
  <oneOrMore>
1796
1779
  <ref name="term"/>
@@ -2104,9 +2087,6 @@
2104
2087
  <zeroOrMore>
2105
2088
  <ref name="BasicBlock"/>
2106
2089
  </zeroOrMore>
2107
- <zeroOrMore>
2108
- <ref name="note"/>
2109
- </zeroOrMore>
2110
2090
  <zeroOrMore>
2111
2091
  <choice>
2112
2092
  <ref name="term-clause"/>
@@ -109,7 +109,9 @@
109
109
  </define>
110
110
  <define name="label">
111
111
  <element name="label">
112
- <text/>
112
+ <oneOrMore>
113
+ <ref name="TextElement"/>
114
+ </oneOrMore>
113
115
  </element>
114
116
  </define>
115
117
  <define name="subject">
@@ -192,7 +194,10 @@
192
194
  </attribute>
193
195
  </optional>
194
196
  <oneOrMore>
195
- <ref name="BasicBlock"/>
197
+ <choice>
198
+ <ref name="BasicBlock"/>
199
+ <ref name="component"/>
200
+ </choice>
196
201
  </oneOrMore>
197
202
  </define>
198
203
  <define name="ObligationType">
@@ -153,6 +153,7 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
153
153
  p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
154
154
  mso-style-noshow: yes;
155
155
  mso-style-unhide: no;
156
+ mso-style-name: "Comment Text";
156
157
  margin: 0cm;
157
158
  margin-bottom: .0001pt;
158
159
  mso-pagination: widow-orphan;
@@ -373,6 +374,7 @@ h1 {
373
374
  mso-style-priority: 1;
374
375
  mso-style-unhide: no;
375
376
  mso-style-qformat: yes;
377
+ mso-style-name: "Heading 1";
376
378
  mso-style-link: "Heading 1 Char";
377
379
  mso-style-next: Normal;
378
380
  margin-top: 13.5pt;
@@ -459,6 +461,7 @@ h2 {
459
461
  mso-style-priority: 2;
460
462
  mso-style-unhide: no;
461
463
  mso-style-qformat: yes;
464
+ mso-style-name: "Heading 2";
462
465
  mso-style-parent: "Heading 1";
463
466
  mso-style-link: "Heading 2 Char";
464
467
  mso-style-next: Normal;
@@ -487,7 +490,8 @@ h3 {
487
490
  mso-style-priority: 3;
488
491
  mso-style-unhide: no;
489
492
  mso-style-qformat: yes;
490
- mso-style-parent: "Heading 1";
493
+ mso-style-name: "Heading 3";
494
+ mso-style-parent: "Heading 2";
491
495
  mso-style-link: "Heading 3 Char";
492
496
  mso-style-next: Normal;
493
497
  margin-top: 3.0pt;
@@ -514,6 +518,7 @@ h4 {
514
518
  mso-style-priority: 4;
515
519
  mso-style-unhide: no;
516
520
  mso-style-qformat: yes;
521
+ mso-style-name: "Heading 4";
517
522
  mso-style-parent: "Heading 3";
518
523
  mso-style-link: "Heading 4 Char";
519
524
  mso-style-next: Normal;
@@ -541,6 +546,7 @@ h5 {
541
546
  mso-style-priority: 5;
542
547
  mso-style-unhide: no;
543
548
  mso-style-qformat: yes;
549
+ mso-style-name: "Heading 5";
544
550
  mso-style-parent: "Heading 4";
545
551
  mso-style-link: "Heading 5 Char";
546
552
  mso-style-next: Normal;
@@ -568,6 +574,7 @@ h6 {
568
574
  mso-style-priority: 6;
569
575
  mso-style-unhide: no;
570
576
  mso-style-qformat: yes;
577
+ mso-style-name: "Heading 6";
571
578
  mso-style-parent: "Heading 5";
572
579
  mso-style-link: "Heading 6 Char";
573
580
  mso-style-next: Normal;
@@ -594,6 +601,7 @@ h6 {
594
601
  p.MsoToc1, li.MsoToc1, div.MsoToc1 {
595
602
  mso-style-priority: 39;
596
603
  mso-style-unhide: no;
604
+ mso-style-name: "TOC 1";
597
605
  mso-style-next: Normal;
598
606
  margin-top: 6.0pt;
599
607
  margin-right: 25.0pt;
@@ -617,6 +625,7 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2 {
617
625
  mso-style-noshow: yes;
618
626
  mso-style-priority: 39;
619
627
  mso-style-unhide: no;
628
+ mso-style-name: "TOC 2";
620
629
  mso-style-parent: "TOC 1";
621
630
  mso-style-next: Normal;
622
631
  margin-top: 0cm;
@@ -641,6 +650,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
641
650
  mso-style-noshow: yes;
642
651
  mso-style-priority: 39;
643
652
  mso-style-unhide: no;
653
+ mso-style-name: "TOC 3";
644
654
  mso-style-parent: "TOC 2";
645
655
  mso-style-next: Normal;
646
656
  margin-top: 0cm;
@@ -663,6 +673,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
663
673
 
664
674
  span.MsoFootnoteReference {
665
675
  mso-style-priority: 99;
676
+ mso-style-name: "Footnote Reference";
666
677
  vertical-align: super; }
667
678
 
668
679
  p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
@@ -139,6 +139,7 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
139
139
  p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
140
140
  {mso-style-noshow:yes;
141
141
  mso-style-unhide:no;
142
+ mso-style-name:"Comment Text";
142
143
  margin:0cm;
143
144
  margin-bottom:.0001pt;
144
145
  mso-pagination:widow-orphan;
@@ -342,6 +343,7 @@ h1
342
343
  {mso-style-priority:1;
343
344
  mso-style-unhide:no;
344
345
  mso-style-qformat:yes;
346
+ mso-style-name:"Heading 1";
345
347
  mso-style-link:"Heading 1 Char";
346
348
  mso-style-next:Normal;
347
349
  margin-top:13.5pt;
@@ -425,6 +427,7 @@ h2
425
427
  {mso-style-priority:2;
426
428
  mso-style-unhide:no;
427
429
  mso-style-qformat:yes;
430
+ mso-style-name:"Heading 2";
428
431
  mso-style-parent:"Heading 1";
429
432
  mso-style-link:"Heading 2 Char";
430
433
  mso-style-next:Normal;
@@ -452,7 +455,8 @@ h3
452
455
  {mso-style-priority:3;
453
456
  mso-style-unhide:no;
454
457
  mso-style-qformat:yes;
455
- mso-style-parent:"Heading 1";
458
+ mso-style-name:"Heading 3";
459
+ mso-style-parent:"Heading 2";
456
460
  mso-style-link:"Heading 3 Char";
457
461
  mso-style-next:Normal;
458
462
  margin-top:3.0pt;
@@ -478,6 +482,7 @@ h4
478
482
  {mso-style-priority:4;
479
483
  mso-style-unhide:no;
480
484
  mso-style-qformat:yes;
485
+ mso-style-name:"Heading 4";
481
486
  mso-style-parent:"Heading 3";
482
487
  mso-style-link:"Heading 4 Char";
483
488
  mso-style-next:Normal;
@@ -504,6 +509,7 @@ h5
504
509
  {mso-style-priority:5;
505
510
  mso-style-unhide:no;
506
511
  mso-style-qformat:yes;
512
+ mso-style-name:"Heading 5";
507
513
  mso-style-parent:"Heading 4";
508
514
  mso-style-link:"Heading 5 Char";
509
515
  mso-style-next:Normal;
@@ -530,6 +536,7 @@ h6
530
536
  {mso-style-priority:6;
531
537
  mso-style-unhide:no;
532
538
  mso-style-qformat:yes;
539
+ mso-style-name:"Heading 6";
533
540
  mso-style-parent:"Heading 5";
534
541
  mso-style-link:"Heading 6 Char";
535
542
  mso-style-next:Normal;
@@ -555,6 +562,7 @@ h6
555
562
  p.MsoToc1, li.MsoToc1, div.MsoToc1
556
563
  {mso-style-priority:39;
557
564
  mso-style-unhide:no;
565
+ mso-style-name:"TOC 1";
558
566
  mso-style-next:Normal;
559
567
  margin-top:6.0pt;
560
568
  margin-right:25.0pt;
@@ -577,6 +585,7 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2
577
585
  {mso-style-noshow:yes;
578
586
  mso-style-priority:39;
579
587
  mso-style-unhide:no;
588
+ mso-style-name:"TOC 2";
580
589
  mso-style-parent:"TOC 1";
581
590
  mso-style-next:Normal;
582
591
  margin-top:0cm;
@@ -600,6 +609,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
600
609
  {mso-style-noshow:yes;
601
610
  mso-style-priority:39;
602
611
  mso-style-unhide:no;
612
+ mso-style-name:"TOC 3";
603
613
  mso-style-parent:"TOC 2";
604
614
  mso-style-next:Normal;
605
615
  margin-top:0cm;
@@ -621,6 +631,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
621
631
  mso-bidi-font-weight:normal;}
622
632
  span.MsoFootnoteReference
623
633
  {mso-style-priority:99;
634
+ mso-style-name:"Footnote Reference";
624
635
  vertical-align:super;}
625
636
  p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
626
637
  {mso-style-noshow:yes;
@@ -161,6 +161,7 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
161
161
  p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
162
162
  mso-style-noshow: yes;
163
163
  mso-style-unhide: no;
164
+ mso-style-name: "Comment Text";
164
165
  margin-top: 8.0pt;
165
166
  margin-right: 0cm;
166
167
  margin-bottom: 0cm;
@@ -470,6 +471,7 @@ h1 {
470
471
  mso-style-priority: 1;
471
472
  mso-style-unhide: no;
472
473
  mso-style-qformat: yes;
474
+ mso-style-name: "Heading 1";
473
475
  mso-style-link: "Heading 1 Char";
474
476
  mso-style-next: Normal;
475
477
  margin-top: 18.0pt;
@@ -539,6 +541,7 @@ h1.Annex
539
541
  mso-style-priority: 2;
540
542
  mso-style-unhide: no;
541
543
  mso-style-qformat: yes;
544
+ mso-style-name: "Heading 2";
542
545
  mso-style-parent: "Heading 1";
543
546
  mso-style-link: "Heading 2 Char";
544
547
  mso-style-next: Normal;
@@ -568,7 +571,8 @@ h3 {
568
571
  mso-style-priority: 3;
569
572
  mso-style-unhide: no;
570
573
  mso-style-qformat: yes;
571
- mso-style-parent: "Heading 1";
574
+ mso-style-name: "Heading 3";
575
+ mso-style-parent: "Heading 2";
572
576
  mso-style-link: "Heading 3 Char";
573
577
  mso-style-next: Normal;
574
578
  margin-top: 2.0pt;
@@ -594,6 +598,7 @@ h4 {
594
598
  mso-style-priority: 4;
595
599
  mso-style-unhide: no;
596
600
  mso-style-qformat: yes;
601
+ mso-style-name: "Heading 4";
597
602
  mso-style-parent: "Heading 3";
598
603
  mso-style-link: "Heading 4 Char";
599
604
  mso-style-next: Normal;
@@ -620,6 +625,7 @@ h5 {
620
625
  mso-style-priority: 5;
621
626
  mso-style-unhide: no;
622
627
  mso-style-qformat: yes;
628
+ mso-style-name: "Heading 5";
623
629
  mso-style-parent: "Heading 4";
624
630
  mso-style-link: "Heading 5 Char";
625
631
  mso-style-next: Normal;
@@ -645,6 +651,7 @@ h6 {
645
651
  mso-style-priority: 6;
646
652
  mso-style-unhide: no;
647
653
  mso-style-qformat: yes;
654
+ mso-style-name: "Heading 6";
648
655
  mso-style-parent: "Heading 5";
649
656
  mso-style-link: "Heading 6 Char";
650
657
  mso-style-next: Normal;
@@ -674,6 +681,7 @@ h6 {
674
681
  p.MsoToc1, li.MsoToc1, div.MsoToc1 {
675
682
  mso-style-priority: 39;
676
683
  mso-style-unhide: no;
684
+ mso-style-name: "TOC 1";
677
685
  mso-style-next: Normal;
678
686
  margin-top: 8.0pt;
679
687
  margin-right: 0cm;
@@ -693,6 +701,7 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2 {
693
701
  mso-style-noshow: yes;
694
702
  mso-style-priority: 39;
695
703
  mso-style-unhide: no;
704
+ mso-style-name: "TOC 2";
696
705
  mso-style-parent: "TOC 1";
697
706
  mso-style-next: Normal;
698
707
  mso-pagination: widow-orphan;
@@ -714,6 +723,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
714
723
  mso-style-noshow: yes;
715
724
  mso-style-priority: 39;
716
725
  mso-style-unhide: no;
726
+ mso-style-name: "TOC 3";
717
727
  mso-style-parent: "TOC 2";
718
728
  mso-style-next: Normal;
719
729
  margin-top: 8.0pt;
@@ -732,6 +742,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
732
742
 
733
743
  span.MsoFootnoteReference {
734
744
  mso-style-priority: 99;
745
+ mso-style-name: "Footnote Reference";
735
746
  vertical-align: super; }
736
747
 
737
748
  p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
@@ -147,6 +147,7 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
147
147
  p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
148
148
  {mso-style-noshow:yes;
149
149
  mso-style-unhide:no;
150
+ mso-style-name:"Comment Text";
150
151
  margin-top:8.0pt;
151
152
  margin-right:0cm;
152
153
  margin-bottom:0cm;
@@ -438,6 +439,7 @@ h1
438
439
  {mso-style-priority:1;
439
440
  mso-style-unhide:no;
440
441
  mso-style-qformat:yes;
442
+ mso-style-name:"Heading 1";
441
443
  mso-style-link:"Heading 1 Char";
442
444
  mso-style-next:Normal;
443
445
  margin-top:18.0pt;
@@ -506,6 +508,7 @@ h1.Annex
506
508
  {mso-style-priority:2;
507
509
  mso-style-unhide:no;
508
510
  mso-style-qformat:yes;
511
+ mso-style-name:"Heading 2";
509
512
  mso-style-parent:"Heading 1";
510
513
  mso-style-link:"Heading 2 Char";
511
514
  mso-style-next:Normal;
@@ -535,7 +538,8 @@ h3
535
538
  {mso-style-priority:3;
536
539
  mso-style-unhide:no;
537
540
  mso-style-qformat:yes;
538
- mso-style-parent:"Heading 1";
541
+ mso-style-name:"Heading 3";
542
+ mso-style-parent:"Heading 2";
539
543
  mso-style-link:"Heading 3 Char";
540
544
  mso-style-next:Normal;
541
545
  margin-top:2.0pt;
@@ -560,6 +564,7 @@ h4
560
564
  {mso-style-priority:4;
561
565
  mso-style-unhide:no;
562
566
  mso-style-qformat:yes;
567
+ mso-style-name:"Heading 4";
563
568
  mso-style-parent:"Heading 3";
564
569
  mso-style-link:"Heading 4 Char";
565
570
  mso-style-next:Normal;
@@ -585,6 +590,7 @@ h5
585
590
  {mso-style-priority:5;
586
591
  mso-style-unhide:no;
587
592
  mso-style-qformat:yes;
593
+ mso-style-name:"Heading 5";
588
594
  mso-style-parent:"Heading 4";
589
595
  mso-style-link:"Heading 5 Char";
590
596
  mso-style-next:Normal;
@@ -609,6 +615,7 @@ h6
609
615
  {mso-style-priority:6;
610
616
  mso-style-unhide:no;
611
617
  mso-style-qformat:yes;
618
+ mso-style-name:"Heading 6";
612
619
  mso-style-parent:"Heading 5";
613
620
  mso-style-link:"Heading 6 Char";
614
621
  mso-style-next:Normal;
@@ -637,6 +644,7 @@ h6
637
644
  p.MsoToc1, li.MsoToc1, div.MsoToc1
638
645
  {mso-style-priority:39;
639
646
  mso-style-unhide:no;
647
+ mso-style-name:"TOC 1";
640
648
  mso-style-next:Normal;
641
649
  margin-top:8.0pt;
642
650
  margin-right:0cm;
@@ -655,6 +663,7 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2
655
663
  {mso-style-noshow:yes;
656
664
  mso-style-priority:39;
657
665
  mso-style-unhide:no;
666
+ mso-style-name:"TOC 2";
658
667
  mso-style-parent:"TOC 1";
659
668
  mso-style-next:Normal;
660
669
  mso-pagination:widow-orphan;
@@ -675,6 +684,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
675
684
  {mso-style-noshow:yes;
676
685
  mso-style-priority:39;
677
686
  mso-style-unhide:no;
687
+ mso-style-name:"TOC 3";
678
688
  mso-style-parent:"TOC 2";
679
689
  mso-style-next:Normal;
680
690
  margin-top:8.0pt;
@@ -692,6 +702,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
692
702
  mso-bidi-font-weight:normal;}
693
703
  span.MsoFootnoteReference
694
704
  {mso-style-priority:99;
705
+ mso-style-name:"Footnote Reference";
695
706
  vertical-align:super;}
696
707
  p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
697
708
  {mso-style-noshow:yes;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ogc
3
- VERSION = "1.4.3.1".freeze
3
+ VERSION = "1.4.4".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-ogc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3.1
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-05 00:00:00.000000000 Z
11
+ date: 2021-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: iso-639