metanorma-vg 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0610f33690b4f1e434f8662206e557ea4104035c8de5ab2d0c3707084fb43ffa
4
- data.tar.gz: 4b579f4519d1e9e317f64107d6267ce2897628a82ae1e9eabc87cad80f4e741b
3
+ metadata.gz: 8eb5ba56139dcf41ea4090a1155e43b6f77cfdd84108eda3c5eef6303009e7ae
4
+ data.tar.gz: 94ceed2e5a4aabb10267f1a838750fec39575452e8223295ad5e6e877d806201
5
5
  SHA512:
6
- metadata.gz: 72b3080a5ca64ff78a514e792c0567b0c2eea254b840502ccc7194b7a7b42c799923e3dc007224e65d5bc7d8eab96cc2697b5ed0222a99c94bbfc83f4c1816fb
7
- data.tar.gz: c51943fc8be0847f10c5e98ad5ef3c429bbdc0ab0fbcfadf35ca5fc343061b5911e15c039fe1d034c0b040aeac21cca8320cdc50ddd4958ac7e941bfb54ce024
6
+ metadata.gz: 7eda03751f1f7d3c002abab11376f6e819763172561cf5b5ba8a21e5a8b7adbea4a0a9f72bbc7380bd1983ded3f0a34d5f02718b5bf74f621096be9ee6ec8a85
7
+ data.tar.gz: 84ed6a6419ba6c8d05ec41ce963e7db9060f335c3f8b6b058a6d5c8273e44b56adfc842440c1dfc7de3943946be2ec9a3599f13bc7f87e90315c83c3d699d610
@@ -158,7 +158,17 @@
158
158
  <data type="ID"/>
159
159
  </attribute>
160
160
  <oneOrMore>
161
- <ref name="paragraph"/>
161
+ <choice>
162
+ <ref name="formula"/>
163
+ <ref name="ul"/>
164
+ <ref name="ol"/>
165
+ <ref name="dl"/>
166
+ <ref name="quote"/>
167
+ <ref name="sourcecode"/>
168
+ <ref name="paragraph"/>
169
+ <ref name="table"/>
170
+ <ref name="figure"/>
171
+ </choice>
162
172
  </oneOrMore>
163
173
  </element>
164
174
  </define>
@@ -402,6 +412,16 @@
402
412
  </choice>
403
413
  </attribute>
404
414
  </optional>
415
+ <optional>
416
+ <attribute name="valign">
417
+ <choice>
418
+ <value>top</value>
419
+ <value>middle</value>
420
+ <value>bottom</value>
421
+ <value>baseline</value>
422
+ </choice>
423
+ </attribute>
424
+ </optional>
405
425
  <choice>
406
426
  <zeroOrMore>
407
427
  <ref name="TextElement"/>
@@ -429,6 +449,16 @@
429
449
  </choice>
430
450
  </attribute>
431
451
  </optional>
452
+ <optional>
453
+ <attribute name="valign">
454
+ <choice>
455
+ <value>top</value>
456
+ <value>middle</value>
457
+ <value>bottom</value>
458
+ <value>baseline</value>
459
+ </choice>
460
+ </attribute>
461
+ </optional>
432
462
  <choice>
433
463
  <zeroOrMore>
434
464
  <ref name="TextElement"/>
@@ -42,8 +42,11 @@
42
42
  </define>
43
43
  <define name="xref">
44
44
  <element name="xref">
45
+ <!-- attribute target { xsd:IDREF }, -->
45
46
  <attribute name="target">
46
- <data type="IDREF"/>
47
+ <data type="string">
48
+ <param name="pattern">\i\c*|\c+#\c+</param>
49
+ </data>
47
50
  </attribute>
48
51
  <optional>
49
52
  <attribute name="type">
@@ -578,6 +581,8 @@
578
581
  <ref name="ol"/>
579
582
  <ref name="dl"/>
580
583
  <ref name="formula"/>
584
+ <ref name="quote"/>
585
+ <ref name="sourcecode"/>
581
586
  </choice>
582
587
  </oneOrMore>
583
588
  </element>
@@ -661,6 +666,16 @@
661
666
  </choice>
662
667
  </attribute>
663
668
  </optional>
669
+ <optional>
670
+ <attribute name="valign">
671
+ <choice>
672
+ <value>top</value>
673
+ <value>middle</value>
674
+ <value>bottom</value>
675
+ <value>baseline</value>
676
+ </choice>
677
+ </attribute>
678
+ </optional>
664
679
  <choice>
665
680
  <zeroOrMore>
666
681
  <choice>
@@ -697,6 +712,16 @@
697
712
  </choice>
698
713
  </attribute>
699
714
  </optional>
715
+ <optional>
716
+ <attribute name="valign">
717
+ <choice>
718
+ <value>top</value>
719
+ <value>middle</value>
720
+ <value>bottom</value>
721
+ <value>baseline</value>
722
+ </choice>
723
+ </attribute>
724
+ </optional>
700
725
  <choice>
701
726
  <zeroOrMore>
702
727
  <choice>
@@ -1049,14 +1074,17 @@
1049
1074
  <ref name="section-title"/>
1050
1075
  </optional>
1051
1076
  <group>
1052
- <group>
1053
- <zeroOrMore>
1054
- <ref name="BasicBlock"/>
1055
- </zeroOrMore>
1056
- <zeroOrMore>
1057
- <ref name="note"/>
1058
- </zeroOrMore>
1059
- </group>
1077
+ <choice>
1078
+ <group>
1079
+ <zeroOrMore>
1080
+ <ref name="BasicBlock"/>
1081
+ </zeroOrMore>
1082
+ <zeroOrMore>
1083
+ <ref name="note"/>
1084
+ </zeroOrMore>
1085
+ </group>
1086
+ <ref name="amend"/>
1087
+ </choice>
1060
1088
  <zeroOrMore>
1061
1089
  <choice>
1062
1090
  <ref name="clause-subsection"/>
@@ -1507,4 +1535,79 @@
1507
1535
  <ref name="CitationType"/>
1508
1536
  </element>
1509
1537
  </define>
1538
+ <define name="amend">
1539
+ <element name="amend">
1540
+ <optional>
1541
+ <attribute name="id">
1542
+ <data type="ID"/>
1543
+ </attribute>
1544
+ </optional>
1545
+ <attribute name="change">
1546
+ <choice>
1547
+ <value>add</value>
1548
+ <value>modify</value>
1549
+ <value>delete</value>
1550
+ </choice>
1551
+ </attribute>
1552
+ <optional>
1553
+ <attribute name="path"/>
1554
+ </optional>
1555
+ <optional>
1556
+ <attribute name="path_end"/>
1557
+ </optional>
1558
+ <optional>
1559
+ <attribute name="title"/>
1560
+ </optional>
1561
+ <optional>
1562
+ <element name="location">
1563
+ <zeroOrMore>
1564
+ <ref name="locality"/>
1565
+ </zeroOrMore>
1566
+ </element>
1567
+ </optional>
1568
+ <zeroOrMore>
1569
+ <ref name="autonumber"/>
1570
+ </zeroOrMore>
1571
+ <optional>
1572
+ <element name="description">
1573
+ <zeroOrMore>
1574
+ <ref name="BasicBlock"/>
1575
+ </zeroOrMore>
1576
+ </element>
1577
+ </optional>
1578
+ <optional>
1579
+ <element name="newcontent">
1580
+ <zeroOrMore>
1581
+ <ref name="BasicBlock"/>
1582
+ </zeroOrMore>
1583
+ </element>
1584
+ </optional>
1585
+ <optional>
1586
+ <element name="description">
1587
+ <zeroOrMore>
1588
+ <ref name="BasicBlock"/>
1589
+ </zeroOrMore>
1590
+ </element>
1591
+ </optional>
1592
+ </element>
1593
+ </define>
1594
+ <define name="autonumber">
1595
+ <element name="autonumber">
1596
+ <attribute name="type">
1597
+ <choice>
1598
+ <value>requirement</value>
1599
+ <value>recommendation</value>
1600
+ <value>permission</value>
1601
+ <value>table</value>
1602
+ <value>figure</value>
1603
+ <value>admonition</value>
1604
+ <value>formula</value>
1605
+ <value>sourcecode</value>
1606
+ <value>example</value>
1607
+ <value>note</value>
1608
+ </choice>
1609
+ </attribute>
1610
+ <text/>
1611
+ </element>
1612
+ </define>
1510
1613
  </grammar>
@@ -593,7 +593,7 @@ div.WordSection2 {
593
593
  div.WordSection3 {
594
594
  page: WordSection3; }
595
595
 
596
- table.MsoISOTable {
596
+ table.MsoISOTable, table.MsoISOTableBig {
597
597
  mso-style-name: "Table ISO";
598
598
  mso-tstyle-rowband-size: 0;
599
599
  mso-tstyle-colband-size: 0;
@@ -614,17 +614,17 @@ table.MsoISOTable {
614
614
  font-size: 10.0pt;
615
615
  font-family: {{bodyfont}}; }
616
616
 
617
- table.MsoISOTable th {
617
+ table.MsoISOTable th, table.MsoISOTableBig th {
618
618
  border: solid windowtext 1pt;
619
619
  mso-border-alt: solid windowtext 1pt;
620
620
  padding: 0cm 2.85pt 0cm 2.85pt; }
621
621
 
622
- table.MsoISOTable td {
622
+ table.MsoISOTable td, table.MsoISOTableBig td {
623
623
  border: solid windowtext 1pt;
624
624
  mso-border-alt: solid windowtext 1pt;
625
625
  padding: 0cm 2.85pt 0cm 2.85pt; }
626
626
 
627
- table.MsoISOTable p {
627
+ table.MsoISOTable p, table.MsoISOTableBig p {
628
628
  font-size: 10.0pt; }
629
629
 
630
630
  table.MsoTableGrid {
@@ -707,8 +707,20 @@ div.example p.MsoListParagraph {
707
707
  font-size: 10.0pt; }
708
708
 
709
709
  div.Note p.MsoListParagraph {
710
+ font-size: 10.0pt;
711
+ margin-left: 1.0cm; }
712
+
713
+ div.Note span.stem {
710
714
  font-size: 10.0pt; }
711
715
 
716
+ div.Note p.Sourcecode, div.Note pre.Sourcecode {
717
+ font-size: 8.0pt;
718
+ margin-left: 1.0cm; }
719
+
720
+ div.Note table.dl {
721
+ font-size: 10.0pt;
722
+ margin-left: 1.0cm; }
723
+
712
724
  table.dl {
713
725
  margin-top: 0cm;
714
726
  margin-right: 0cm;
@@ -560,7 +560,7 @@ div.WordSection2
560
560
  mso-paper-source:0;}
561
561
  div.WordSection3
562
562
  {page:WordSection3;}
563
- table.MsoISOTable
563
+ table.MsoISOTable, table.MsoISOTableBig
564
564
  {mso-style-name:"Table ISO";
565
565
  mso-tstyle-rowband-size:0;
566
566
  mso-tstyle-colband-size:0;
@@ -580,15 +580,15 @@ table.MsoISOTable
580
580
  mso-border-insidev:.75pt solid windowtext;
581
581
  font-size:10.0pt;
582
582
  font-family:$bodyfont;}
583
- table.MsoISOTable th
583
+ table.MsoISOTable th, table.MsoISOTableBig th
584
584
  {border:solid windowtext 1pt;
585
585
  mso-border-alt:solid windowtext 1pt;
586
586
  padding:0cm 2.85pt 0cm 2.85pt;}
587
- table.MsoISOTable td
587
+ table.MsoISOTable td, table.MsoISOTableBig td
588
588
  {border:solid windowtext 1pt;
589
589
  mso-border-alt:solid windowtext 1pt;
590
590
  padding:0cm 2.85pt 0cm 2.85pt;}
591
- table.MsoISOTable p
591
+ table.MsoISOTable p, table.MsoISOTableBig p
592
592
  {font-size:10.0pt; }
593
593
  table.MsoTableGrid
594
594
  {mso-style-name:"Table Grid";
@@ -670,8 +670,21 @@ div.example p.MsoListParagraph {
670
670
 
671
671
  div.Note p.MsoListParagraph {
672
672
  font-size: 10.0pt;
673
+ margin-left: 1.0cm;
673
674
  }
674
675
 
676
+ div.Note span.stem {
677
+ font-size: 10.0pt; }
678
+
679
+ div.Note p.Sourcecode, div.Note pre.Sourcecode {
680
+ font-size: 8.0pt;
681
+ margin-left: 1.0cm;
682
+ }
683
+
684
+ div.Note table.dl {
685
+ font-size: 10.0pt;
686
+ margin-left: 1.0cm;
687
+ }
675
688
 
676
689
  table.dl
677
690
  {margin-top:0cm;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module VG
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-vg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-29 00:00:00.000000000 Z
11
+ date: 2020-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-generic