1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
|
Network Working Group S. Rushing
Request for Comments: 4688 Inmedius
Category: Informational October 2006
A Uniform Resource Name (URN) Namespace for
Aerospace and Defence Industries Association of Europe (ASD)
Specification 1000D
Status of This Memo
This memo provides information for the Internet community. It does
not specify an Internet standard of any kind. Distribution of this
memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2006).
Abstract
This document describes a Uniform Resource Name (URN) namespace for
naming persistent resources defined by Aerospace and Defence
Industries Association of Europe (ASD) Specification 1000D.
Table of Contents
1. Introduction ....................................................2
2. Specification Template ..........................................2
3. Examples ........................................................5
4. Security Considerations .........................................6
5. Namespace Considerations and Community Considerations ...........6
6. IANA Considerations .............................................6
7. Normative References ............................................6
Rushing Informational [Page 1]
^L
RFC 4688 URN Namespace for ASD Specification 1000D October 2006
1. Introduction
Specification 1000D [1] (S1000D) is an international specification
for the procurement and production of technical publications. The
current issue of the specification has been jointly produced by the
Aerospace and Defence Industries Association of Europe (ASD;
previously AECMA, European Association of Aerospace Industries) and
the Aerospace Industries Association of America (AIA). The
specification is used worldwide by a variety of commercial and
government entities for the development of technical documentation.
The specification adopts ISO, Computer-Aided Acquisition and Life-
Cycle Support (CALS), and W3C standards to promote document
standardization in which information is generated in a neutral
format. Compliant documentation generated using the specification
can be processed on different, and often disparate, IT systems. It
is this feature, added to the concept of modularization, that makes
the specification acceptable to the wider international community.
Portions of S1000D define a resource coding system allowing resources
created under the specification to be uniquely identified in global
environment. To provide for the creation of a web-based resource
management system, ASD would like to assign URNs [2][3][4] to
resources created under the specification in order to retain unique,
permanent, location-independent names for these resources, in
addition to providing a framework for resolution of these resources.
For more information about ASD and S1000D, see http://www.s1000d.org.
This namespace specification is for a formal namespace.
2. Specification Template
Namespace ID:
To be assigned. Request the string "S1000D".
Registration information:
Version 2
Date: <2005-03-7, when submitted>
Declared registrant of the namespace:
Name:
ASD TPSMG Chairperson
Rushing Informational [Page 2]
^L
RFC 4688 URN Namespace for ASD Specification 1000D October 2006
Address:
Corporate Technical Services
Technical Documentation
Kentigern House
65 Brown Street
Glasgow G2 8EX
UK
Contact:
Mr. Dennis Hoyland
E-mail: adcts@techinfo.mod.uk
Declaration of structure:
The identifier has the following ABNF [5] structure.
;start ABNF notation
URN = "URN:" namespace NSS
namespace = "S1000D:"
NSS = dmc-nss / pmc-nss / csn-nss / icn-nss
com-nss / ddn-nss / dml-nss
;Define the subnamespace as an subnamespace identifier
;plus a subnamespace code string
dmc-nss = "DMC-" nss-code
pmc-nss = "PMC-" nss-code
csn-nss = "CSN-" nss-code
icn-nss = "ICN-" nss-code
com-nss = "COM-" nss-code
ddn-nss = "DDN-" nss-code
dml-nss = "DML-" nss-code
;Define the subnamespace code as a string encoded to the
;format specified by the namespace identifier and an
;optional extension string indicating the resource status.
nss-code = subcode subext
;The code strings are a groups of alpha and digit characters
;separated by the dash character. The specific code syntax
;for each subnamespace is described in ASD Specification 1000D.
subcode = 1*(DIGIT / ALPHA / "-")
;Define the encoding extension as an optional set of status
;indicators separated by the "_" character.
subext = [issue] [lang]
issue = "_I-" 3DIGIT
Rushing Informational [Page 3]
^L
RFC 4688 URN Namespace for ASD Specification 1000D October 2006
lang = "_L-" 2ALPHA
;ABNF core rules RFC 2234, listed for clarity
;ALPHA = %x41-5A / %x61-7A ; A-Z / a-z
;DIGIT = %x30-39 ; 0-9
;end ABNF notation
The following subnamespaces are currently defined:
"DMC" - contains all Data Modules Codes
"PMC" - contains all Publication Module Codes
"CSN" - contains all Catalogue Sequence Numbers
"ICN" - contains all Illustration Control Numbers.
"COM" - contains all Comment Codes.
"DDN" - contains all Data Dispatch Notices.
"DML" - contains all Data Module Lists.
Example usage:
URN:S1000D:{subid}-{subcode}_{subext}
e.g., URN:S1000D:DMC-AE-A-07-05-0000-00A-040A-A_I-001_L-EN
where:
{subid} = DMC, The code is a Data Module Code
{subcode} = AE-A-07-05-0000-00A-040A-A, String in DMC syntax
{subext} = _I-001_L-EN, the first issue in English.
Relevant ancillary documentation:
ASD S1000D, Issue 2.2
Reference: Chap 7.4.1.2, "IETP - Resource resolution"
url: http://www.s1000d.org
Identifier uniqueness considerations:
Identifier uniqueness is guaranteed through processes outlined
within ASD S1000D. All codes defined within the specification
must begin with a Model Identifier (MI) that will be registered
with the NATO Maintenance and Supply Agency (NAMSA) and is never
to be reused. All project-generated codes are prefixed by the
assigned MI and are required by the specification to be unique
within the scope of the project. Since all project codes are
prefixed by a globally unique MI, and since these codes must be
unique within the project, all generated identifiers will be
globally unique.
Rushing Informational [Page 4]
^L
RFC 4688 URN Namespace for ASD Specification 1000D October 2006
Identifier persistence considerations:
Persistence of identifiers is dependent upon suitable delegation
of resolution and the fact that generated identifiers are to be
persistent once published. Existing information objects can be
used in new projects by referencing them through their persistent
identifiers.
Process of identifier assignment:
Identifiers are assigned in the following manner. Projects are
assigned a Model Identifier by the NAMSA organization. Projects
then generate identifiers using the processes outlined in ASD
S1000D. The codes are prefixed with the encoding identifier and
possibly postfixed by the extension status identifiers.
Process for identifier resolution:
The project identified by the Model Identifier is responsible for
providing a method of resource resolution. A suggested method of
resolution is outlined in ASD S1000D.
Rules for Lexical Equivalence:
All generated identifiers are to be considered case-insensitive.
Conformance with URN syntax:
No special considerations.
Validation mechanism:
Identifiers must conform to ASD S1000D.
Scope:
Global.
3. Examples
The following examples are not guaranteed to be real and are provided
for illustrative purposes only.
URN:S1000D:DMC-AE-A-07-04-0101-00A-040A-A
URN:S1000D:DMC-AE-A-07-05-0000-00A-040A-A_I-001_L-EN
URN:S1000D:ICN-AE-B-291101-M-C0419-00571-A-01-1
URN:S1000D:PMC-AE-F6117-00001-00
Rushing Informational [Page 5]
^L
RFC 4688 URN Namespace for ASD Specification 1000D October 2006
4. Security Considerations
There are no additional security considerations other than those
normally associated with the use and resolution of URNs in general.
5. Namespace Considerations and Community Considerations
Resources will be named and maintained in accordance with the
processes described in this document, in addition to the processes
described in S1000D. Any organization or individual can utilize the
specification to create resources described by S1000D. Resolution
and/or use of created resources is unrestricted by the specification
in order to promote widespread adoption of open ASD standards,
although organizations creating resources may control them as they
see fit.
6. IANA Considerations
This document describes a "S1000D" URN NID registration for the
S1000D organization and has been entered into the IANA registry of
URN NIDs (http://www.iana.org/assignments/urn-namespaces).
7. Normative References
[1] "ASD Specification 1000D", May 2005.
[2] Moats, R., "URN Syntax", RFC 2141, May 1997.
[3] Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform
Resource Identifier (URI): Generic Syntax", STD 66, RFC 3986,
January 2005.
[4] Daigle, L., van Gulik, D., Iannella, R., and P. Faltstrom,
"Uniform Resource Names (URN) Namespace Definition Mechanisms",
BCP 66, RFC 3406, October 2002.
[5] Crocker, D. and P. Overell, "Augmented BNF for Syntax
Specifications: ABNF", RFC 4234, October 2005.
Rushing Informational [Page 6]
^L
RFC 4688 URN Namespace for ASD Specification 1000D October 2006
Author's Address
Sean Rushing
Inmedius, Inc.
2710 South Kolb Road
Tucson, AZ 85730
USA
Phone: +01 520 747 3955
EMail: srushing@inmedius.com
Rushing Informational [Page 7]
^L
RFC 4688 URN Namespace for ASD Specification 1000D October 2006
Full Copyright Statement
Copyright (C) The Internet Society (2006).
This document is subject to the rights, licenses and restrictions
contained in BCP 78, and except as set forth therein, the authors
retain all their rights.
This document and the information contained herein are provided on an
"AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Intellectual Property
The IETF takes no position regarding the validity or scope of any
Intellectual Property Rights or other rights that might be claimed to
pertain to the implementation or use of the technology described in
this document or the extent to which any license under such rights
might or might not be available; nor does it represent that it has
made any independent effort to identify any such rights. Information
on the procedures with respect to rights in RFC documents can be
found in BCP 78 and BCP 79.
Copies of IPR disclosures made to the IETF Secretariat and any
assurances of licenses to be made available, or the result of an
attempt made to obtain a general license or permission for the use of
such proprietary rights by implementers or users of this
specification can be obtained from the IETF on-line IPR repository at
http://www.ietf.org/ipr.
The IETF invites any interested party to bring to its attention any
copyrights, patents or patent applications, or other proprietary
rights that may cover technology that may be required to implement
this standard. Please address the information to the IETF at
ietf-ipr@ietf.org.
Acknowledgement
Funding for the RFC Editor function is provided by the IETF
Administrative Support Activity (IASA).
Rushing Informational [Page 8]
^L
|