nsgmls: remove register keyword
[oweals/cde.git] / cde / programs / nsgmls / ArcEngineMessages.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these libraries and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: ArcEngineMessages.h /main/1 1996/07/29 16:46:22 cde-hp $ */
24 // This file was automatically generated from ArcEngineMessages.msg by msggen.pl.
25 #include "Message.h"
26
27 #ifdef SP_NAMESPACE
28 namespace SP_NAMESPACE {
29 #endif
30
31 struct ArcEngineMessages {
32   // 3000
33   static const MessageType1 arcGenerateSystemId;
34   // 3001
35   static const MessageType1 undefinedElement;
36   // 3002
37   static const MessageType1 elementExcluded;
38   // 3003
39   static const MessageType1 invalidElement;
40   // 3004
41   static const MessageType1 documentElementNotArc;
42   // 3005
43   static const MessageType1 unfinishedElement;
44   // 3006
45   static const MessageType0 renameMissingAttName;
46   // 3007
47   static const MessageType1 renameToInvalid;
48   // 3008
49   static const MessageType1 renameToDuplicate;
50   // 3009
51   static const MessageType1 renameFromInvalid;
52   // 3010
53   static const MessageType1 missingId;
54   // 3011
55   static const MessageType0 invalidArcContent;
56   // 3012
57   static const MessageType1 invalidSuppress;
58   // 3013
59   static const MessageType1 arcDtdNotDeclared;
60   // 3014
61   static const MessageType1 arcDtdNotExternal;
62   // 3015
63   static const MessageType0 noArcDTDAtt;
64   // 3016
65   static const MessageType1 noArcDataF;
66   // 3017
67   static const MessageType1 idMismatch;
68   // 3018
69   static const MessageType1 invalidArcAuto;
70   // 3019
71   static const MessageType1 noArcNotation;
72   // 3020
73   static const MessageType0 invalidData;
74   // 3021
75   static const MessageType1 invalidIgnD;
76   // 3022
77   static const MessageType1 invalidArcIndr;
78   // 3023
79   static const MessageType1 invalidQuantity;
80   // 3024
81   static const MessageType1 missingQuantityValue;
82   // 3025
83   static const MessageType1 quantityValueTooLong;
84   // 3026
85   static const MessageType1 invalidDigit;
86   // 3027
87   static const MessageType0 arcIndrNotSupported;
88 };
89 const MessageType1 ArcEngineMessages::arcGenerateSystemId(
90 MessageType::error,
91 #ifdef BUILD_LIBSP
92 MessageFragment::libModule,
93 #else
94 MessageFragment::appModule,
95 #endif
96 3000
97 #ifndef SP_NO_MESSAGE_TEXT
98 ,"no system identifier could be generated for meta-DTD for architecture %1"
99 #endif
100 );
101 const MessageType1 ArcEngineMessages::undefinedElement(
102 MessageType::error,
103 #ifdef BUILD_LIBSP
104 MessageFragment::libModule,
105 #else
106 MessageFragment::appModule,
107 #endif
108 3001
109 #ifndef SP_NO_MESSAGE_TEXT
110 ,"element type %1 not defined in meta-DTD"
111 #endif
112 );
113 const MessageType1 ArcEngineMessages::elementExcluded(
114 MessageType::error,
115 #ifdef BUILD_LIBSP
116 MessageFragment::libModule,
117 #else
118 MessageFragment::appModule,
119 #endif
120 3002
121 #ifndef SP_NO_MESSAGE_TEXT
122 ,"element %1 invalid in meta-DTD because excluded"
123 #endif
124 );
125 const MessageType1 ArcEngineMessages::invalidElement(
126 MessageType::error,
127 #ifdef BUILD_LIBSP
128 MessageFragment::libModule,
129 #else
130 MessageFragment::appModule,
131 #endif
132 3003
133 #ifndef SP_NO_MESSAGE_TEXT
134 ,"meta-DTD does not allow element %1 at this point"
135 #endif
136 );
137 const MessageType1 ArcEngineMessages::documentElementNotArc(
138 MessageType::error,
139 #ifdef BUILD_LIBSP
140 MessageFragment::libModule,
141 #else
142 MessageFragment::appModule,
143 #endif
144 3004
145 #ifndef SP_NO_MESSAGE_TEXT
146 ,"document element must be instance of %1 element type form"
147 #endif
148 );
149 const MessageType1 ArcEngineMessages::unfinishedElement(
150 MessageType::error,
151 #ifdef BUILD_LIBSP
152 MessageFragment::libModule,
153 #else
154 MessageFragment::appModule,
155 #endif
156 3005
157 #ifndef SP_NO_MESSAGE_TEXT
158 ,"element %1 unfinished in meta-DTD"
159 #endif
160 );
161 const MessageType0 ArcEngineMessages::renameMissingAttName(
162 MessageType::error,
163 #ifdef BUILD_LIBSP
164 MessageFragment::libModule,
165 #else
166 MessageFragment::appModule,
167 #endif
168 3006
169 #ifndef SP_NO_MESSAGE_TEXT
170 ,"missing substitute name"
171 #endif
172 );
173 const MessageType1 ArcEngineMessages::renameToInvalid(
174 MessageType::error,
175 #ifdef BUILD_LIBSP
176 MessageFragment::libModule,
177 #else
178 MessageFragment::appModule,
179 #endif
180 3007
181 #ifndef SP_NO_MESSAGE_TEXT
182 ,"substitute for non-existent architecture attribute %1"
183 #endif
184 );
185 const MessageType1 ArcEngineMessages::renameToDuplicate(
186 MessageType::error,
187 #ifdef BUILD_LIBSP
188 MessageFragment::libModule,
189 #else
190 MessageFragment::appModule,
191 #endif
192 3008
193 #ifndef SP_NO_MESSAGE_TEXT
194 ,"substitute name for %1 already defined"
195 #endif
196 );
197 const MessageType1 ArcEngineMessages::renameFromInvalid(
198 MessageType::error,
199 #ifdef BUILD_LIBSP
200 MessageFragment::libModule,
201 #else
202 MessageFragment::appModule,
203 #endif
204 3009
205 #ifndef SP_NO_MESSAGE_TEXT
206 ,"substitute name %1 is not the name of an attribute"
207 #endif
208 );
209 const MessageType1 ArcEngineMessages::missingId(
210 MessageType::idrefError,
211 #ifdef BUILD_LIBSP
212 MessageFragment::libModule,
213 #else
214 MessageFragment::appModule,
215 #endif
216 3010
217 #ifndef SP_NO_MESSAGE_TEXT
218 ,"reference in architecture to non-existent ID %1"
219 #endif
220 );
221 const MessageType0 ArcEngineMessages::invalidArcContent(
222 MessageType::error,
223 #ifdef BUILD_LIBSP
224 MessageFragment::libModule,
225 #else
226 MessageFragment::appModule,
227 #endif
228 3011
229 #ifndef SP_NO_MESSAGE_TEXT
230 ,"architectural content specified with #ARCCONT not allowed by meta-DTD"
231 #endif
232 );
233 const MessageType1 ArcEngineMessages::invalidSuppress(
234 MessageType::error,
235 #ifdef BUILD_LIBSP
236 MessageFragment::libModule,
237 #else
238 MessageFragment::appModule,
239 #endif
240 3012
241 #ifndef SP_NO_MESSAGE_TEXT
242 ,"invalid value %1 for ArcSupr attribute"
243 #endif
244 );
245 const MessageType1 ArcEngineMessages::arcDtdNotDeclared(
246 MessageType::error,
247 #ifdef BUILD_LIBSP
248 MessageFragment::libModule,
249 #else
250 MessageFragment::appModule,
251 #endif
252 3013
253 #ifndef SP_NO_MESSAGE_TEXT
254 ,"no declaration for meta-DTD parameter entity %1"
255 #endif
256 );
257 const MessageType1 ArcEngineMessages::arcDtdNotExternal(
258 MessageType::error,
259 #ifdef BUILD_LIBSP
260 MessageFragment::libModule,
261 #else
262 MessageFragment::appModule,
263 #endif
264 3014
265 #ifndef SP_NO_MESSAGE_TEXT
266 ,"meta-DTD entity %1 must be external"
267 #endif
268 );
269 const MessageType0 ArcEngineMessages::noArcDTDAtt(
270 MessageType::warning,
271 #ifdef BUILD_LIBSP
272 MessageFragment::libModule,
273 #else
274 MessageFragment::appModule,
275 #endif
276 3015
277 #ifndef SP_NO_MESSAGE_TEXT
278 ,"no ArcDTD architecture support attribute specified"
279 #endif
280 );
281 const MessageType1 ArcEngineMessages::noArcDataF(
282 MessageType::error,
283 #ifdef BUILD_LIBSP
284 MessageFragment::libModule,
285 #else
286 MessageFragment::appModule,
287 #endif
288 3016
289 #ifndef SP_NO_MESSAGE_TEXT
290 ,"ArcDataF notation %1 not defined in meta-DTD"
291 #endif
292 );
293 const MessageType1 ArcEngineMessages::idMismatch(
294 MessageType::error,
295 #ifdef BUILD_LIBSP
296 MessageFragment::libModule,
297 #else
298 MessageFragment::appModule,
299 #endif
300 3017
301 #ifndef SP_NO_MESSAGE_TEXT
302 ,"ID attribute %1 in meta-DTD not declared as ID in DTD"
303 #endif
304 );
305 const MessageType1 ArcEngineMessages::invalidArcAuto(
306 MessageType::error,
307 #ifdef BUILD_LIBSP
308 MessageFragment::libModule,
309 #else
310 MessageFragment::appModule,
311 #endif
312 3018
313 #ifndef SP_NO_MESSAGE_TEXT
314 ,"invalid value %1 for ArcAuto architectural support attribute"
315 #endif
316 );
317 const MessageType1 ArcEngineMessages::noArcNotation(
318 MessageType::error,
319 #ifdef BUILD_LIBSP
320 MessageFragment::libModule,
321 #else
322 MessageFragment::appModule,
323 #endif
324 3019
325 #ifndef SP_NO_MESSAGE_TEXT
326 ,"no notation declaration for architecture %1"
327 #endif
328 );
329 const MessageType0 ArcEngineMessages::invalidData(
330 MessageType::error,
331 #ifdef BUILD_LIBSP
332 MessageFragment::libModule,
333 #else
334 MessageFragment::appModule,
335 #endif
336 3020
337 #ifndef SP_NO_MESSAGE_TEXT
338 ,"meta-DTD does not allow data at this point"
339 #endif
340 );
341 const MessageType1 ArcEngineMessages::invalidIgnD(
342 MessageType::error,
343 #ifdef BUILD_LIBSP
344 MessageFragment::libModule,
345 #else
346 MessageFragment::appModule,
347 #endif
348 3021
349 #ifndef SP_NO_MESSAGE_TEXT
350 ,"invalid value %1 for ArcIgnD attribute"
351 #endif
352 );
353 const MessageType1 ArcEngineMessages::invalidArcIndr(
354 MessageType::error,
355 #ifdef BUILD_LIBSP
356 MessageFragment::libModule,
357 #else
358 MessageFragment::appModule,
359 #endif
360 3022
361 #ifndef SP_NO_MESSAGE_TEXT
362 ,"invalid value %1 for ArcIndr architectural support attribute"
363 #endif
364 );
365 const MessageType1 ArcEngineMessages::invalidQuantity(
366 MessageType::error,
367 #ifdef BUILD_LIBSP
368 MessageFragment::libModule,
369 #else
370 MessageFragment::appModule,
371 #endif
372 3023
373 #ifndef SP_NO_MESSAGE_TEXT
374 ,"unrecognized quantity name %1"
375 #endif
376 );
377 const MessageType1 ArcEngineMessages::missingQuantityValue(
378 MessageType::error,
379 #ifdef BUILD_LIBSP
380 MessageFragment::libModule,
381 #else
382 MessageFragment::appModule,
383 #endif
384 3024
385 #ifndef SP_NO_MESSAGE_TEXT
386 ,"no value specified for quantity %1"
387 #endif
388 );
389 const MessageType1 ArcEngineMessages::quantityValueTooLong(
390 MessageType::error,
391 #ifdef BUILD_LIBSP
392 MessageFragment::libModule,
393 #else
394 MessageFragment::appModule,
395 #endif
396 3025
397 #ifndef SP_NO_MESSAGE_TEXT
398 ,"length of value %1 for quantity is too long"
399 #endif
400 );
401 const MessageType1 ArcEngineMessages::invalidDigit(
402 MessageType::error,
403 #ifdef BUILD_LIBSP
404 MessageFragment::libModule,
405 #else
406 MessageFragment::appModule,
407 #endif
408 3026
409 #ifndef SP_NO_MESSAGE_TEXT
410 ,"invalid digit %1"
411 #endif
412 );
413 const MessageType0 ArcEngineMessages::arcIndrNotSupported(
414 MessageType::error,
415 #ifdef BUILD_LIBSP
416 MessageFragment::libModule,
417 #else
418 MessageFragment::appModule,
419 #endif
420 3027
421 #ifndef SP_NO_MESSAGE_TEXT
422 ,"only value of nArcIndr for ArcIndr attribute supported"
423 #endif
424 );
425 #ifdef SP_NAMESPACE
426 }
427 #endif