relaton-w3c 1.10.1 → 1.11.0

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: 02ea55b013728a44b7fff3f17f147e9d2aca7fb682985f99c0a24148e82e4435
4
- data.tar.gz: dda92c31185f62b65c506fc5d2f1ae2a87a712486254d5f13b10c2fe88d2f50b
3
+ metadata.gz: 4ce3bb960545ad6330d96829be3142732ba1c756e24b0e339ca52a094d7c9447
4
+ data.tar.gz: 8659ebfc94938514ca01a3f202f8b70fe4926268eedf7cc8cb83ef521eda5c8a
5
5
  SHA512:
6
- metadata.gz: c4d52ca9e7c34579c7ea67e7a13751151a7d2e53f97670c82d4f2d50357e9fc49c096aa1a3e00c9a088ebadf79c3b8860793b4cea8c549df67cad4614d71e7b1
7
- data.tar.gz: 6def3839ae60662629b2e57d40813a05ea34982ef3f3619d39e2b7e873b3fa76c1104ffcfa5259e65ed7225970112e4c4ed8a9b701551747ccfcd705e1ceb47d
6
+ metadata.gz: 5620a3934fd79f4307489fc8c8129cf8f3c601aa71e3ef0ca568db8ced117bdc2260b392f8711c80f605930fa8fcc5a7f4b0fdf2cd72b551a7747d5bff902ce2
7
+ data.tar.gz: 71deae107a6f79a4633822855cdf70f4f6e693601f96bbb5f323642cdb78b8f686057793f8483dd012c1ea530adcce8d1d1ab405b8faae30d94a7e1c71def229
@@ -1,38 +1,38 @@
1
- <?xml version="1.0" encoding='UTF-8'?>
2
- <reference anchor="W3C.P3P" taret="http://www.w3.org/TR/P3P/">
3
- <front>
4
- <title>The Platform for Privacy Preferences 1.0 (P3P1.0) Specification</title>
5
- <author initials="M." surname="Marchiori" fullname="Massimo Marchiori">
6
- <organization abbrev="W3C">World Wide Web Consortium</organization>
7
- <address>
8
- <email>massimo@w3.or</email>
9
- </address>
10
- </author>
11
- <author initials="L." surname="Cranor" fullname="Lorrie Cranor">
12
- <organization>AT&amp;T</organization>
13
- <address>
14
- <url>http://lorrie.cranor.or/</url>
15
- </address>
16
- </author>
17
- <author initials="M." surname="Lanheinrich" fullname="Marc Langheinrich">
18
- <organization>ETH Zurich</organization>
19
- <address>
20
- <url>http://www.inf.ethz.ch/~lanhein/</url>
21
- </address>
22
- </author>
23
- <author initials="M." surname="Presler-Marshall" fullname="Martin Presler-Marshall">
24
- <organization>IBM</organization>
25
- <address>
26
- <email>mpresler@us.ibm.com</email>
27
- </address>
28
- </author>
29
- <author initials="J." surname="Reale" fullname="Joseph Reagle">
30
- <organization>W3C</organization>
31
- <address>
32
- <url>http://www.w3.or/People/Reagle/Overview.html</url>
33
- </address>
34
- </author>
35
- <date day="16" month="April" year="2002"/>
36
- </front>
37
- <seriesInfo name="W3C Recommendation" value="REC-PICS-services"/>
38
- </reference>
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.P3P" taret="http://www.w3.org/TR/P3P/">
3
+ <front>
4
+ <title>The Platform for Privacy Preferences 1.0 (P3P1.0) Specification</title>
5
+ <author initials="M." surname="Marchiori" fullname="Massimo Marchiori">
6
+ <organization abbrev="W3C">World Wide Web Consortium</organization>
7
+ <address>
8
+ <email>massimo@w3.or</email>
9
+ </address>
10
+ </author>
11
+ <author initials="L." surname="Cranor" fullname="Lorrie Cranor">
12
+ <organization>AT&amp;T</organization>
13
+ <address>
14
+ <url>http://lorrie.cranor.or/</url>
15
+ </address>
16
+ </author>
17
+ <author initials="M." surname="Lanheinrich" fullname="Marc Langheinrich">
18
+ <organization>ETH Zurich</organization>
19
+ <address>
20
+ <url>http://www.inf.ethz.ch/~lanhein/</url>
21
+ </address>
22
+ </author>
23
+ <author initials="M." surname="Presler-Marshall" fullname="Martin Presler-Marshall">
24
+ <organization>IBM</organization>
25
+ <address>
26
+ <email>mpresler@us.ibm.com</email>
27
+ </address>
28
+ </author>
29
+ <author initials="J." surname="Reale" fullname="Joseph Reagle">
30
+ <organization>W3C</organization>
31
+ <address>
32
+ <url>http://www.w3.or/People/Reagle/Overview.html</url>
33
+ </address>
34
+ </author>
35
+ <date day="16" month="April" year="2002"/>
36
+ </front>
37
+ <seriesInfo name="W3C Recommendation" value="REC-PICS-services"/>
38
+ </reference>
data/grammars/biblio.rng CHANGED
@@ -677,6 +677,9 @@
677
677
  <zeroOrMore>
678
678
  <ref name="extent"/>
679
679
  </zeroOrMore>
680
+ <optional>
681
+ <ref name="bibliographic_size"/>
682
+ </optional>
680
683
  <zeroOrMore>
681
684
  <ref name="accesslocation"/>
682
685
  </zeroOrMore>
@@ -922,9 +925,29 @@
922
925
  <text/>
923
926
  </element>
924
927
  </define>
928
+ <define name="sizevalue">
929
+ <element name="value">
930
+ <attribute name="type"/>
931
+ <text/>
932
+ </element>
933
+ </define>
934
+ <define name="bibliographic_size">
935
+ <element name="size">
936
+ <oneOrMore>
937
+ <ref name="sizevalue"/>
938
+ </oneOrMore>
939
+ </element>
940
+ </define>
925
941
  <define name="extent">
926
942
  <element name="extent">
927
- <ref name="BibItemLocality"/>
943
+ <choice>
944
+ <zeroOrMore>
945
+ <ref name="locality"/>
946
+ </zeroOrMore>
947
+ <zeroOrMore>
948
+ <ref name="localityStack"/>
949
+ </zeroOrMore>
950
+ </choice>
928
951
  </element>
929
952
  </define>
930
953
  <define name="series">
data/grammars/isodoc.rng CHANGED
@@ -152,9 +152,7 @@
152
152
  <data type="boolean"/>
153
153
  </attribute>
154
154
  </optional>
155
- <oneOrMore>
156
- <ref name="PureTextElement"/>
157
- </oneOrMore>
155
+ <ref name="XrefBody"/>
158
156
  </element>
159
157
  </define>
160
158
  <define name="erefType">
@@ -188,6 +186,42 @@
188
186
  <ref name="PureTextElement"/>
189
187
  </oneOrMore>
190
188
  </define>
189
+ <define name="localityStack">
190
+ <element name="localityStack">
191
+ <optional>
192
+ <attribute name="connective">
193
+ <choice>
194
+ <value>and</value>
195
+ <value>or</value>
196
+ <value>from</value>
197
+ <value>to</value>
198
+ <value/>
199
+ </choice>
200
+ </attribute>
201
+ </optional>
202
+ <zeroOrMore>
203
+ <ref name="locality"/>
204
+ </zeroOrMore>
205
+ </element>
206
+ </define>
207
+ <define name="sourceLocalityStack">
208
+ <element name="sourceLocalityStack">
209
+ <optional>
210
+ <attribute name="connective">
211
+ <choice>
212
+ <value>and</value>
213
+ <value>or</value>
214
+ <value>from</value>
215
+ <value>to</value>
216
+ <value/>
217
+ </choice>
218
+ </attribute>
219
+ </optional>
220
+ <zeroOrMore>
221
+ <ref name="sourceLocality"/>
222
+ </zeroOrMore>
223
+ </element>
224
+ </define>
191
225
  <define name="ul">
192
226
  <element name="ul">
193
227
  <attribute name="id">
@@ -1098,6 +1132,16 @@
1098
1132
  </define>
1099
1133
  </include>
1100
1134
  <!-- end overrides -->
1135
+ <define name="image" combine="choice">
1136
+ <element name="svg">
1137
+ <oneOrMore>
1138
+ <choice>
1139
+ <text/>
1140
+ <ref name="AnyElement"/>
1141
+ </choice>
1142
+ </oneOrMore>
1143
+ </element>
1144
+ </define>
1101
1145
  <define name="MultilingualRenderingType">
1102
1146
  <choice>
1103
1147
  <value>common</value>
@@ -2631,4 +2675,30 @@
2631
2675
  </zeroOrMore>
2632
2676
  </element>
2633
2677
  </define>
2678
+ <define name="XrefBody">
2679
+ <zeroOrMore>
2680
+ <ref name="XrefTarget"/>
2681
+ </zeroOrMore>
2682
+ <oneOrMore>
2683
+ <ref name="PureTextElement"/>
2684
+ </oneOrMore>
2685
+ </define>
2686
+ <define name="XrefTarget">
2687
+ <element name="location">
2688
+ <attribute name="target">
2689
+ <data type="string">
2690
+ <param name="pattern">\i\c*|\c+#\c+</param>
2691
+ </data>
2692
+ </attribute>
2693
+ <attribute name="connective">
2694
+ <choice>
2695
+ <value>and</value>
2696
+ <value>or</value>
2697
+ <value>from</value>
2698
+ <value>to</value>
2699
+ <value/>
2700
+ </choice>
2701
+ </attribute>
2702
+ </element>
2703
+ </define>
2634
2704
  </grammar>
@@ -1,3 +1,3 @@
1
1
  module RelatonW3c
2
- VERSION = "1.10.1".freeze
2
+ VERSION = "1.11.0".freeze
3
3
  end
data/relaton_w3c.gemspec CHANGED
@@ -40,6 +40,6 @@ Gem::Specification.new do |spec|
40
40
  spec.add_dependency "linkeddata", "~> 3.1.0"
41
41
  spec.add_dependency "mechanize", "~> 2.8.0"
42
42
  spec.add_dependency "rdf", "~> 3.1.0"
43
- spec.add_dependency "relaton-bib", "~> 1.10.1"
43
+ spec.add_dependency "relaton-bib", "~> 1.11.0"
44
44
  spec.add_dependency "sparql", "~> 3.1.0"
45
45
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relaton-w3c
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.1
4
+ version: 1.11.0
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-02-08 00:00:00.000000000 Z
11
+ date: 2022-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: equivalent-xml
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: 1.10.1
131
+ version: 1.11.0
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: 1.10.1
138
+ version: 1.11.0
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: sparql
141
141
  requirement: !ruby/object:Gem::Requirement