metanorma-ieee 1.5.1 → 1.5.3

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.
@@ -21,22 +21,6 @@
21
21
  </choice>
22
22
  </element>
23
23
  </define>
24
- <define name="editorialgroup">
25
- <element name="editorialgroup">
26
- <optional>
27
- <ref name="society"/>
28
- </optional>
29
- <optional>
30
- <ref name="balloting-group"/>
31
- </optional>
32
- <optional>
33
- <ref name="working-group"/>
34
- </optional>
35
- <oneOrMore>
36
- <ref name="committee"/>
37
- </oneOrMore>
38
- </element>
39
- </define>
40
24
  <define name="DocumentSubtype">
41
25
  <choice>
42
26
  <value>amendment</value>
@@ -121,37 +105,16 @@ https://standards.ieee.org/about/policies/opman/sect5/</a:documentation>
121
105
  </element>
122
106
  </define>
123
107
  <define name="BibliographicDateType" combine="choice">
124
- <value>feedback-ended</value>
108
+ <choice>
109
+ <value>feedback-ended</value>
110
+ <a:documentation>Date on which feedback on the document must be received by</a:documentation>
111
+ <value>ieee-sasb-approved</value>
112
+ <a:documentation>Date that the document was approved by the IEEE SA Standards Body</a:documentation>
113
+ </choice>
125
114
  </define>
126
115
  <define name="trialuse">
127
116
  <element name="trial-use">
128
117
  <data type="boolean"/>
129
118
  </element>
130
119
  </define>
131
- <define name="balloting-group">
132
- <element name="balloting-group">
133
- <attribute name="type">
134
- <choice>
135
- <value>individual</value>
136
- <value>entity</value>
137
- </choice>
138
- </attribute>
139
- <text/>
140
- </element>
141
- </define>
142
- <define name="working-group">
143
- <element name="working-group">
144
- <text/>
145
- </element>
146
- </define>
147
- <define name="committee">
148
- <element name="committee">
149
- <text/>
150
- </element>
151
- </define>
152
- <define name="society">
153
- <element name="society">
154
- <text/>
155
- </element>
156
- </define>
157
120
  </grammar>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ieee
3
- VERSION = "1.5.1".freeze
3
+ VERSION = "1.5.3".freeze
4
4
  end
5
5
  end
@@ -41,5 +41,5 @@ spec.add_development_dependency "rubocop-performance"
41
41
  spec.add_development_dependency "simplecov", "~> 0.15"
42
42
  spec.add_development_dependency "timecop", "~> 0.9"
43
43
  spec.add_development_dependency "webmock"
44
- spec.add_development_dependency "xml-c14n"
44
+ spec.add_development_dependency "canon"
45
45
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-ieee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.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: 2025-07-21 00:00:00.000000000 Z
11
+ date: 2025-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-standoc
@@ -221,7 +221,7 @@ dependencies:
221
221
  - !ruby/object:Gem::Version
222
222
  version: '0'
223
223
  - !ruby/object:Gem::Dependency
224
- name: xml-c14n
224
+ name: canon
225
225
  requirement: !ruby/object:Gem::Requirement
226
226
  requirements:
227
227
  - - ">="