Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / nsgmls / EntityManagerMessages.h
1 /* $XConsortium: EntityManagerMessages.h /main/1 1996/07/29 16:50:47 cde-hp $ */
2 // This file was automatically generated from EntityManagerMessages.msg by msggen.pl.
3 #include "Message.h"
4
5 #ifdef SP_NAMESPACE
6 namespace SP_NAMESPACE {
7 #endif
8
9 struct EntityManagerMessages {
10   // 2000
11   static const MessageType1 fsiSyntax;
12   // 2001
13   static const MessageType1 fsiMissingValue;
14   // 2002
15   static const MessageType1 fsiValueAsName;
16   // 2003
17   static const MessageType1 fsiBadSmcrd;
18   // 2004
19   static const MessageType1 fsiUnknownBctf;
20   // 2005
21   static const MessageType1 fsiUnsupportedRecords;
22   // 2006
23   static const MessageType1 fsiUnsupportedAttribute;
24   // 2007
25   static const MessageType1 fsiUnsupportedAttributeToken;
26   // 2008
27   static const MessageType1 fsiBadTracking;
28   // 2009
29   static const MessageType1 fsiDuplicateAttribute;
30   // 2010
31   static const MessageType1 fsiBadZapeof;
32   // 2011
33   static const MessageType1 fsiBadSearch;
34   // 2012
35   static const MessageType1 fsiBadFold;
36   // 2013
37   static const MessageType0 fsiFoldNotNeutral;
38   // 2014
39   static const MessageType0 fsiBctfNotApplicable;
40   // 2015
41   static const MessageType0 fsiZapeofNotApplicable;
42   // 2016
43   static const MessageType0 fsiRecordsNotApplicable;
44   // 2017
45   static const MessageType1 fsiBadIndirect;
46   // 2018
47   static const MessageType1 fsiLookupChar;
48 };
49 const MessageType1 EntityManagerMessages::fsiSyntax(
50 MessageType::error,
51 #ifdef BUILD_LIBSP
52 MessageFragment::libModule,
53 #else
54 MessageFragment::appModule,
55 #endif
56 2000
57 #ifndef SP_NO_MESSAGE_TEXT
58 ,"bad formal system identifier syntax in %1"
59 #endif
60 );
61 const MessageType1 EntityManagerMessages::fsiMissingValue(
62 MessageType::error,
63 #ifdef BUILD_LIBSP
64 MessageFragment::libModule,
65 #else
66 MessageFragment::appModule,
67 #endif
68 2001
69 #ifndef SP_NO_MESSAGE_TEXT
70 ,"value for attribute %1 missing in formal system identifier"
71 #endif
72 );
73 const MessageType1 EntityManagerMessages::fsiValueAsName(
74 MessageType::error,
75 #ifdef BUILD_LIBSP
76 MessageFragment::libModule,
77 #else
78 MessageFragment::appModule,
79 #endif
80 2002
81 #ifndef SP_NO_MESSAGE_TEXT
82 ,"%1 is a formal system identifier attribute value not an attribute name"
83 #endif
84 );
85 const MessageType1 EntityManagerMessages::fsiBadSmcrd(
86 MessageType::error,
87 #ifdef BUILD_LIBSP
88 MessageFragment::libModule,
89 #else
90 MessageFragment::appModule,
91 #endif
92 2003
93 #ifndef SP_NO_MESSAGE_TEXT
94 ,"value of SMCRD attribute must be a single character not %1"
95 #endif
96 );
97 const MessageType1 EntityManagerMessages::fsiUnknownBctf(
98 MessageType::error,
99 #ifdef BUILD_LIBSP
100 MessageFragment::libModule,
101 #else
102 MessageFragment::appModule,
103 #endif
104 2004
105 #ifndef SP_NO_MESSAGE_TEXT
106 ,"unknown BCTF %1"
107 #endif
108 );
109 const MessageType1 EntityManagerMessages::fsiUnsupportedRecords(
110 MessageType::error,
111 #ifdef BUILD_LIBSP
112 MessageFragment::libModule,
113 #else
114 MessageFragment::appModule,
115 #endif
116 2005
117 #ifndef SP_NO_MESSAGE_TEXT
118 ,"unsupported record boundary indicator %1"
119 #endif
120 );
121 const MessageType1 EntityManagerMessages::fsiUnsupportedAttribute(
122 MessageType::warning,
123 #ifdef BUILD_LIBSP
124 MessageFragment::libModule,
125 #else
126 MessageFragment::appModule,
127 #endif
128 2006
129 #ifndef SP_NO_MESSAGE_TEXT
130 ,"unsupported formal system identifier attribute %1"
131 #endif
132 );
133 const MessageType1 EntityManagerMessages::fsiUnsupportedAttributeToken(
134 MessageType::warning,
135 #ifdef BUILD_LIBSP
136 MessageFragment::libModule,
137 #else
138 MessageFragment::appModule,
139 #endif
140 2007
141 #ifndef SP_NO_MESSAGE_TEXT
142 ,"unsupported formal system identifier attribute value %1"
143 #endif
144 );
145 const MessageType1 EntityManagerMessages::fsiBadTracking(
146 MessageType::error,
147 #ifdef BUILD_LIBSP
148 MessageFragment::libModule,
149 #else
150 MessageFragment::appModule,
151 #endif
152 2008
153 #ifndef SP_NO_MESSAGE_TEXT
154 ,"bad value %1 for formal system identifier tracking attribute"
155 #endif
156 );
157 const MessageType1 EntityManagerMessages::fsiDuplicateAttribute(
158 MessageType::error,
159 #ifdef BUILD_LIBSP
160 MessageFragment::libModule,
161 #else
162 MessageFragment::appModule,
163 #endif
164 2009
165 #ifndef SP_NO_MESSAGE_TEXT
166 ,"duplicate specification for formal system identifier attribute %1"
167 #endif
168 );
169 const MessageType1 EntityManagerMessages::fsiBadZapeof(
170 MessageType::error,
171 #ifdef BUILD_LIBSP
172 MessageFragment::libModule,
173 #else
174 MessageFragment::appModule,
175 #endif
176 2010
177 #ifndef SP_NO_MESSAGE_TEXT
178 ,"bad value %1 for formal system identifier zapeof attribute"
179 #endif
180 );
181 const MessageType1 EntityManagerMessages::fsiBadSearch(
182 MessageType::error,
183 #ifdef BUILD_LIBSP
184 MessageFragment::libModule,
185 #else
186 MessageFragment::appModule,
187 #endif
188 2011
189 #ifndef SP_NO_MESSAGE_TEXT
190 ,"bad value %1 for formal system identifier search attribute"
191 #endif
192 );
193 const MessageType1 EntityManagerMessages::fsiBadFold(
194 MessageType::error,
195 #ifdef BUILD_LIBSP
196 MessageFragment::libModule,
197 #else
198 MessageFragment::appModule,
199 #endif
200 2012
201 #ifndef SP_NO_MESSAGE_TEXT
202 ,"bad value %1 for formal system identifier fold attribute"
203 #endif
204 );
205 const MessageType0 EntityManagerMessages::fsiFoldNotNeutral(
206 MessageType::error,
207 #ifdef BUILD_LIBSP
208 MessageFragment::libModule,
209 #else
210 MessageFragment::appModule,
211 #endif
212 2013
213 #ifndef SP_NO_MESSAGE_TEXT
214 ,"fold attribute allowed only for neutral storage manager"
215 #endif
216 );
217 const MessageType0 EntityManagerMessages::fsiBctfNotApplicable(
218 MessageType::error,
219 #ifdef BUILD_LIBSP
220 MessageFragment::libModule,
221 #else
222 MessageFragment::appModule,
223 #endif
224 2014
225 #ifndef SP_NO_MESSAGE_TEXT
226 ,"BCTF attribute not applicable to this storage manager"
227 #endif
228 );
229 const MessageType0 EntityManagerMessages::fsiZapeofNotApplicable(
230 MessageType::error,
231 #ifdef BUILD_LIBSP
232 MessageFragment::libModule,
233 #else
234 MessageFragment::appModule,
235 #endif
236 2015
237 #ifndef SP_NO_MESSAGE_TEXT
238 ,"ZAPEOF attribute not applicable to this storage manager"
239 #endif
240 );
241 const MessageType0 EntityManagerMessages::fsiRecordsNotApplicable(
242 MessageType::error,
243 #ifdef BUILD_LIBSP
244 MessageFragment::libModule,
245 #else
246 MessageFragment::appModule,
247 #endif
248 2016
249 #ifndef SP_NO_MESSAGE_TEXT
250 ,"RECORDS attribute not applicable to this storage manager"
251 #endif
252 );
253 const MessageType1 EntityManagerMessages::fsiBadIndirect(
254 MessageType::error,
255 #ifdef BUILD_LIBSP
256 MessageFragment::libModule,
257 #else
258 MessageFragment::appModule,
259 #endif
260 2017
261 #ifndef SP_NO_MESSAGE_TEXT
262 ,"bad value %1 for formal system identifier indirect attribute"
263 #endif
264 );
265 const MessageType1 EntityManagerMessages::fsiLookupChar(
266 MessageType::error,
267 #ifdef BUILD_LIBSP
268 MessageFragment::libModule,
269 #else
270 MessageFragment::appModule,
271 #endif
272 2018
273 #ifndef SP_NO_MESSAGE_TEXT
274 ,"non-minimum data character (number %1) in value of formal system identifier lookup attribute"
275 #endif
276 );
277 #ifdef SP_NAMESPACE
278 }
279 #endif