metanorma-gb 1.3.2 → 1.3.3

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: 6f30d66c0602c5581f3c0ada754c43d6e3302280fafd10e58372462f47ca150b
4
- data.tar.gz: 6c99f69d1ff176afe918ce7030e0d759b877ec998e3537336a6591d7e0246544
3
+ metadata.gz: 1c27e01906bc7f45a2522a6dadb628c21f42fe739e4d021b74cf24608206e139
4
+ data.tar.gz: 42d290af815bcdff9abe51617e5155cd998ba5bc4cc86612bcd7aa1ce21b8280
5
5
  SHA512:
6
- metadata.gz: 759d3bf73b5f0bf8504d3579409e66ac2daf0f8ee9bbdc6a1cb339175753098046e4194767c60fe4ff0832b1a0384459d363184d9dae849608099ae6c0757325
7
- data.tar.gz: c4cce2f5ac83f4b7d2ffe6eaa0a7794adcb67e3c2996f91b05a03abc397ef0695f590dd178faa1a7ad6a7ac4a64e3fc61497fa4dd900522fe663378c6712a41c
6
+ metadata.gz: 290f59692da3555e3931c032699597d6b94ab1e576ad3cd36926d3dee736581eb9602c2a50e7cd6f996693c7d76d89e7a7c3e99dc68a16c4a9d7ee29a7d83b98
7
+ data.tar.gz: 5c34001ed6f8d57856ed1fda99c47a8ee0d2db7d7fcd872aa0d77ce31bd6d1fd085744ac052f2f3ecf2c4413546bd814b70f045422b86e66655c02036957b3f5
@@ -194,6 +194,14 @@
194
194
  <data type="boolean"/>
195
195
  </attribute>
196
196
  </optional>
197
+ <optional>
198
+ <attribute name="subsequence"/>
199
+ </optional>
200
+ <optional>
201
+ <attribute name="inequality">
202
+ <data type="boolean"/>
203
+ </attribute>
204
+ </optional>
197
205
  <ref name="stem"/>
198
206
  <optional>
199
207
  <ref name="dl"/>
@@ -247,6 +255,9 @@
247
255
  <data type="boolean"/>
248
256
  </attribute>
249
257
  </optional>
258
+ <optional>
259
+ <attribute name="subsequence"/>
260
+ </optional>
250
261
  <optional>
251
262
  <attribute name="lang"/>
252
263
  </optional>
@@ -291,9 +302,15 @@
291
302
  <data type="boolean"/>
292
303
  </attribute>
293
304
  </optional>
305
+ <optional>
306
+ <attribute name="subsequence"/>
307
+ </optional>
294
308
  <optional>
295
309
  <attribute name="alt"/>
296
310
  </optional>
311
+ <optional>
312
+ <attribute name="summary"/>
313
+ </optional>
297
314
  <optional>
298
315
  <attribute name="uri">
299
316
  <data type="anyURI"/>
@@ -423,6 +440,9 @@
423
440
  <data type="boolean"/>
424
441
  </attribute>
425
442
  </optional>
443
+ <optional>
444
+ <attribute name="subsequence"/>
445
+ </optional>
426
446
  <oneOrMore>
427
447
  <choice>
428
448
  <ref name="formula"/>
@@ -486,6 +506,9 @@
486
506
  <data type="boolean"/>
487
507
  </attribute>
488
508
  </optional>
509
+ <optional>
510
+ <attribute name="subsequence"/>
511
+ </optional>
489
512
  <optional>
490
513
  <ref name="source"/>
491
514
  </optional>
@@ -497,6 +520,8 @@
497
520
  </optional>
498
521
  <choice>
499
522
  <ref name="image"/>
523
+ <ref name="video"/>
524
+ <ref name="audio"/>
500
525
  <ref name="pre"/>
501
526
  <zeroOrMore>
502
527
  <ref name="figure"/>
@@ -792,7 +817,7 @@
792
817
  </element>
793
818
  </define>
794
819
  <define name="video">
795
- <element name="image">
820
+ <element name="video">
796
821
  <attribute name="id">
797
822
  <data type="ID"/>
798
823
  </attribute>
@@ -833,7 +858,7 @@
833
858
  </element>
834
859
  </define>
835
860
  <define name="audio">
836
- <element name="image">
861
+ <element name="audio">
837
862
  <attribute name="id">
838
863
  <data type="ID"/>
839
864
  </attribute>
@@ -170,6 +170,12 @@
170
170
  </choice>
171
171
  </element>
172
172
  </define>
173
+ <define name="DocumentType">
174
+ <choice>
175
+ <value>standard</value>
176
+ <value>recommendation</value>
177
+ </choice>
178
+ </define>
173
179
  </include>
174
180
  <!-- identical structure to iso-standard -->
175
181
  <define name="gb-standard">
@@ -228,12 +234,6 @@
228
234
  <ref name="gbtopic"/>
229
235
  </element>
230
236
  </define>
231
- <define name="DocumentType">
232
- <choice>
233
- <value>standard</value>
234
- <value>recommendation</value>
235
- </choice>
236
- </define>
237
237
  <define name="gbscope">
238
238
  <element name="gbscope">
239
239
  <choice>
@@ -30,6 +30,9 @@
30
30
  <data type="boolean"/>
31
31
  </attribute>
32
32
  </optional>
33
+ <optional>
34
+ <attribute name="subsequence"/>
35
+ </optional>
33
36
  <attribute name="id">
34
37
  <data type="ID"/>
35
38
  </attribute>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Gb
3
- VERSION = "1.3.2"
3
+ VERSION = "1.3.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-gb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-12 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-iso