relaton-iho 1.3.1 → 1.3.2
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 +4 -4
- data/grammars/iho.rng +30 -6
- data/grammars/isodoc.rng +16 -7
- data/lib/relaton_iho/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7898af6b5b9c984bcb5888c925df80918f797b3ded43f86ad41e749ebd45b50b
|
|
4
|
+
data.tar.gz: b1af3d18334b55e941c18c79cf6e3b060b1ac3ecc6c2f0a82757bf4c0e5df05d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4eb5ce96479f46296bd0c67294d06e1efb646296051ed4e013ba3ce42eddeaa1ba081a0fce26787d02c3fe4157263d29cc0c81adc4150e8214b7d807f6c95de9
|
|
7
|
+
data.tar.gz: d840e8461f613ba954bba1719519d7df704ef73e18cfaeb75648a3216893146f67256296b91e8e7046be7968d2d373581be3366d725255ccc584ee586dd737fb
|
data/grammars/iho.rng
CHANGED
|
@@ -23,8 +23,13 @@
|
|
|
23
23
|
</define>
|
|
24
24
|
<define name="editorialgroup">
|
|
25
25
|
<element name="editorialgroup">
|
|
26
|
-
<
|
|
27
|
-
|
|
26
|
+
<oneOrMore>
|
|
27
|
+
<choice>
|
|
28
|
+
<ref name="committee"/>
|
|
29
|
+
<ref name="workgroup"/>
|
|
30
|
+
<ref name="commission"/>
|
|
31
|
+
</choice>
|
|
32
|
+
</oneOrMore>
|
|
28
33
|
</element>
|
|
29
34
|
</define>
|
|
30
35
|
<define name="BibDataExtensionType">
|
|
@@ -94,16 +99,35 @@
|
|
|
94
99
|
</include>
|
|
95
100
|
<define name="committee">
|
|
96
101
|
<element name="committee">
|
|
97
|
-
<
|
|
98
|
-
<value>hssc</value>
|
|
99
|
-
<value>ircc</value>
|
|
100
|
-
</choice>
|
|
102
|
+
<ref name="IHO_Group"/>
|
|
101
103
|
</element>
|
|
102
104
|
</define>
|
|
103
105
|
<define name="workgroup">
|
|
104
106
|
<element name="workgroup">
|
|
107
|
+
<ref name="IHO_Group"/>
|
|
108
|
+
</element>
|
|
109
|
+
</define>
|
|
110
|
+
<define name="commission">
|
|
111
|
+
<element name="commission">
|
|
112
|
+
<ref name="IHO_Group"/>
|
|
113
|
+
</element>
|
|
114
|
+
</define>
|
|
115
|
+
<define name="IHO_Group">
|
|
116
|
+
<optional>
|
|
117
|
+
<element name="name">
|
|
118
|
+
<text/>
|
|
119
|
+
</element>
|
|
120
|
+
</optional>
|
|
121
|
+
<element name="abbreviation">
|
|
105
122
|
<text/>
|
|
106
123
|
</element>
|
|
124
|
+
<optional>
|
|
125
|
+
<choice>
|
|
126
|
+
<ref name="committee"/>
|
|
127
|
+
<ref name="workgroup"/>
|
|
128
|
+
<ref name="commission"/>
|
|
129
|
+
</choice>
|
|
130
|
+
</optional>
|
|
107
131
|
</define>
|
|
108
132
|
<define name="annex-appendix">
|
|
109
133
|
<element name="appendix">
|
data/grammars/isodoc.rng
CHANGED
|
@@ -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="
|
|
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">
|
|
@@ -922,6 +925,9 @@
|
|
|
922
925
|
<optional>
|
|
923
926
|
<attribute name="script"/>
|
|
924
927
|
</optional>
|
|
928
|
+
<optional>
|
|
929
|
+
<attribute name="type"/>
|
|
930
|
+
</optional>
|
|
925
931
|
<optional>
|
|
926
932
|
<attribute name="obligation">
|
|
927
933
|
<choice>
|
|
@@ -961,9 +967,6 @@
|
|
|
961
967
|
</define>
|
|
962
968
|
<define name="content-subsection">
|
|
963
969
|
<element name="clause">
|
|
964
|
-
<optional>
|
|
965
|
-
<attribute name="type"/>
|
|
966
|
-
</optional>
|
|
967
970
|
<ref name="Content-Section"/>
|
|
968
971
|
</element>
|
|
969
972
|
</define>
|
|
@@ -992,6 +995,9 @@
|
|
|
992
995
|
</choice>
|
|
993
996
|
</attribute>
|
|
994
997
|
</optional>
|
|
998
|
+
<optional>
|
|
999
|
+
<attribute name="type"/>
|
|
1000
|
+
</optional>
|
|
995
1001
|
<optional>
|
|
996
1002
|
<ref name="section-title"/>
|
|
997
1003
|
</optional>
|
|
@@ -1011,9 +1017,6 @@
|
|
|
1011
1017
|
</define>
|
|
1012
1018
|
<define name="clause">
|
|
1013
1019
|
<element name="clause">
|
|
1014
|
-
<optional>
|
|
1015
|
-
<attribute name="type"/>
|
|
1016
|
-
</optional>
|
|
1017
1020
|
<ref name="Clause-Section"/>
|
|
1018
1021
|
</element>
|
|
1019
1022
|
</define>
|
|
@@ -1042,6 +1045,9 @@
|
|
|
1042
1045
|
</choice>
|
|
1043
1046
|
</attribute>
|
|
1044
1047
|
</optional>
|
|
1048
|
+
<optional>
|
|
1049
|
+
<attribute name="type"/>
|
|
1050
|
+
</optional>
|
|
1045
1051
|
<optional>
|
|
1046
1052
|
<ref name="section-title"/>
|
|
1047
1053
|
</optional>
|
|
@@ -1180,6 +1186,9 @@
|
|
|
1180
1186
|
<optional>
|
|
1181
1187
|
<attribute name="script"/>
|
|
1182
1188
|
</optional>
|
|
1189
|
+
<optional>
|
|
1190
|
+
<attribute name="type"/>
|
|
1191
|
+
</optional>
|
|
1183
1192
|
<optional>
|
|
1184
1193
|
<attribute name="obligation">
|
|
1185
1194
|
<choice>
|
data/lib/relaton_iho/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: relaton-iho
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-09-
|
|
11
|
+
date: 2020-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: byebug
|