relaton-ietf 2.1.2 → 2.2.0.pre.alpha.1

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.
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <grammar xmlns="http://relaxng.org/ns/structure/1.0">
3
- <include href="basicdoc.rng"/>
4
- <include href="relaton-ietf.rng"/>
5
- <start>
6
- <choice>
7
- <ref name="bibitem"/>
8
- <ref name="bibdata"/>
9
- </choice>
10
- </start>
11
- </grammar>
@@ -1,331 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0">
3
- <include href="biblio-standoc.rng">
4
- <define name="DocumentType">
5
- <choice>
6
- <value>rfc</value>
7
- <value>internet-draft</value>
8
- </choice>
9
- </define>
10
- </include>
11
- <define name="BibDataExtensionType" combine="interleave">
12
- <zeroOrMore>
13
- <ref name="area">
14
- <a:documentation>which IETF area this document relates to. Value should be either the full name or the abbreviation of one of the IETF areas as
15
- listed on &lt;http://www.ietf.org/iesg/area.html</a:documentation>
16
- </ref>
17
- </zeroOrMore>
18
- <optional>
19
- <ref name="stream">
20
- <a:documentation>Document stream of document described in https://tools.ietf.org/html/rfc7841</a:documentation>
21
- </ref>
22
- </optional>
23
- <optional>
24
- <ref name="ipr">
25
- <a:documentation>IP status of document. See https://tools.ietf.org/html/rfc7991#section-2.45.5</a:documentation>
26
- </ref>
27
- </optional>
28
- <optional>
29
- <ref name="processing-instructions">
30
- <a:documentation>Processing instructions which will be added to generated RFC XML in the form `&lt;?rfc keyword='value'?&gt;</a:documentation>
31
- </ref>
32
- </optional>
33
- <optional>
34
- <ref name="consensus">
35
- <a:documentation>Document consensus for this document </a:documentation>
36
- </ref>
37
- </optional>
38
- <optional>
39
- <ref name="index-include">
40
- <a:documentation>Specifies whether formatter should include an index in generated files. If the source file has no `&lt;iref&gt;` elements, an index is never generated</a:documentation>
41
- </ref>
42
- </optional>
43
- <optional>
44
- <ref name="ipr-extract">
45
- <a:documentation>Identifies a section that can be extracted from text. See https://tools.ietf.org/html/rfc7991#section-2.45.6</a:documentation>
46
- </ref>
47
- </optional>
48
- <optional>
49
- <ref name="sort-refs">
50
- <a:documentation>Specifies whether the prep tool for RFC XML should sort references</a:documentation>
51
- </ref>
52
- </optional>
53
- <optional>
54
- <ref name="sym-refs">
55
- <a:documentation>Specifies whether the RFC XML formatter should use symbolic references (such as "`[RFC2119]`") or not (such as "`[3]`")</a:documentation>
56
- </ref>
57
- </optional>
58
- <optional>
59
- <ref name="toc-include">
60
- <a:documentation>Specifies whether the RFC XML formatter should contain a table of contents</a:documentation>
61
- </ref>
62
- </optional>
63
- <optional>
64
- <ref name="toc-depth">
65
- <a:documentation>Determines the depth of the table-of-contents; e.g. a value of `3` means three levels of heading are included</a:documentation>
66
- </ref>
67
- </optional>
68
- <optional>
69
- <ref name="show-on-front-page">
70
- <a:documentation>Display organization of author on front page of IAB documents. Applied to all organizations named in the document front matter</a:documentation>
71
- </ref>
72
- </optional>
73
- </define>
74
- <define name="area">
75
- <element name="area">
76
- <choice>
77
- <value>art</value>
78
- <value>gen</value>
79
- <value>int</value>
80
- <value>ops</value>
81
- <value>rtg</value>
82
- <value>sec</value>
83
- <value>tsv</value>
84
- <value>Applications and Real-Time</value>
85
- <value>General</value>
86
- <value>Internet</value>
87
- <value>Operations and Management</value>
88
- <value>Routing</value>
89
- <value>Security</value>
90
- <value>Transport</value>
91
- </choice>
92
- </element>
93
- </define>
94
- <define name="ipr">
95
- <element name="ipr">
96
- <text/>
97
- </element>
98
- </define>
99
- <define name="consensus">
100
- <element name="consensus">
101
- <text/>
102
- </element>
103
- </define>
104
- <define name="index-include">
105
- <element name="indexInclude">
106
- <text/>
107
- </element>
108
- </define>
109
- <define name="ipr-extract">
110
- <element name="iprExtract">
111
- <text/>
112
- </element>
113
- </define>
114
- <define name="sort-refs">
115
- <element name="sortRefs">
116
- <text/>
117
- </element>
118
- </define>
119
- <define name="sym-refs">
120
- <element name="symRefs">
121
- <text/>
122
- </element>
123
- </define>
124
- <define name="toc-include">
125
- <element name="tocInclude">
126
- <text/>
127
- </element>
128
- </define>
129
- <define name="toc-depth">
130
- <element name="tocDepth">
131
- <text/>
132
- </element>
133
- </define>
134
- <define name="show-on-front-page">
135
- <element name="showOnFrontPage">
136
- <text/>
137
- </element>
138
- </define>
139
- <!-- not relevant to relaton -->
140
- <define name="processing-instructions">
141
- <element name="pi">
142
- <optional>
143
- <element name="artworkdelimiter">
144
- <text/>
145
- </element>
146
- </optional>
147
- <optional>
148
- <element name="artworklines">
149
- <text/>
150
- </element>
151
- </optional>
152
- <optional>
153
- <element name="authorship">
154
- <text/>
155
- </element>
156
- </optional>
157
- <optional>
158
- <element name="autobreaks">
159
- <text/>
160
- </element>
161
- </optional>
162
- <optional>
163
- <element name="background">
164
- <text/>
165
- </element>
166
- </optional>
167
- <optional>
168
- <element name="colonspace">
169
- <text/>
170
- </element>
171
- </optional>
172
- <optional>
173
- <element name="comments">
174
- <text/>
175
- </element>
176
- </optional>
177
- <optional>
178
- <element name="docmapping">
179
- <text/>
180
- </element>
181
- </optional>
182
- <optional>
183
- <element name="editing">
184
- <text/>
185
- </element>
186
- </optional>
187
- <optional>
188
- <element name="emoticonic">
189
- <text/>
190
- </element>
191
- </optional>
192
- <optional>
193
- <element name="footer">
194
- <text/>
195
- </element>
196
- </optional>
197
- <optional>
198
- <element name="header">
199
- <text/>
200
- </element>
201
- </optional>
202
- <optional>
203
- <element name="inline">
204
- <text/>
205
- </element>
206
- </optional>
207
- <optional>
208
- <element name="iprnotified">
209
- <text/>
210
- </element>
211
- </optional>
212
- <optional>
213
- <element name="linkmailto">
214
- <text/>
215
- </element>
216
- </optional>
217
- <optional>
218
- <element name="linefile">
219
- <text/>
220
- </element>
221
- </optional>
222
- <optional>
223
- <element name="notedraftinprogress">
224
- <text/>
225
- </element>
226
- </optional>
227
- <optional>
228
- <element name="private">
229
- <text/>
230
- </element>
231
- </optional>
232
- <optional>
233
- <element name="refparent">
234
- <text/>
235
- </element>
236
- </optional>
237
- <optional>
238
- <element name="rfcedstyle">
239
- <text/>
240
- </element>
241
- </optional>
242
- <optional>
243
- <element name="slides">
244
- <text/>
245
- </element>
246
- </optional>
247
- <optional>
248
- <element name="text-list-symbols">
249
- <text/>
250
- </element>
251
- </optional>
252
- <optional>
253
- <element name="tocappendix">
254
- <text/>
255
- </element>
256
- </optional>
257
- <optional>
258
- <element name="tocindent">
259
- <text/>
260
- </element>
261
- </optional>
262
- <optional>
263
- <element name="tocnarrow">
264
- <text/>
265
- </element>
266
- </optional>
267
- <optional>
268
- <element name="tocompact">
269
- <text/>
270
- </element>
271
- </optional>
272
- <optional>
273
- <element name="topblock">
274
- <text/>
275
- </element>
276
- </optional>
277
- <optional>
278
- <element name="useobject">
279
- <text/>
280
- </element>
281
- </optional>
282
- <optional>
283
- <element name="strict">
284
- <text/>
285
- </element>
286
- </optional>
287
- <optional>
288
- <element name="compact">
289
- <text/>
290
- </element>
291
- </optional>
292
- <optional>
293
- <element name="subcompact">
294
- <text/>
295
- </element>
296
- </optional>
297
- <optional>
298
- <element name="tocinclude">
299
- <text/>
300
- </element>
301
- </optional>
302
- <optional>
303
- <element name="tocdepth">
304
- <text/>
305
- </element>
306
- </optional>
307
- <optional>
308
- <element name="symrefs">
309
- <text/>
310
- </element>
311
- </optional>
312
- <optional>
313
- <element name="sortrefs">
314
- <text/>
315
- </element>
316
- </optional>
317
- </element>
318
- </define>
319
- <define name="stream">
320
- <element name="stream">
321
- <choice>
322
- <value>IAB</value>
323
- <value>IETF</value>
324
- <value>Independent</value>
325
- <value>IRTF</value>
326
- <value>Legacy</value>
327
- <value>Editorial</value>
328
- </choice>
329
- </element>
330
- </define>
331
- </grammar>