Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SR.cs
Go to the documentation of this file.
3
4namespace System;
5
6internal static class SR
7{
8 private static readonly bool s_usingResourceKeys = AppContext.TryGetSwitch("System.Resources.UseSystemResourceKeys", out var isEnabled) && isEnabled;
9
11
13
14 internal static string Xml_UserException => GetResourceString("Xml_UserException");
15
16 internal static string Xml_DefaultException => GetResourceString("Xml_DefaultException");
17
18 internal static string Xml_InvalidOperation => GetResourceString("Xml_InvalidOperation");
19
20 internal static string Xml_ErrorFilePosition => GetResourceString("Xml_ErrorFilePosition");
21
22 internal static string Xml_StackOverflow => GetResourceString("Xml_StackOverflow");
23
24 internal static string Xslt_NoStylesheetLoaded => GetResourceString("Xslt_NoStylesheetLoaded");
25
26 internal static string Xslt_NotCompiledStylesheet => GetResourceString("Xslt_NotCompiledStylesheet");
27
28 internal static string Xslt_IncompatibleCompiledStylesheetVersion => GetResourceString("Xslt_IncompatibleCompiledStylesheetVersion");
29
30 internal static string Xml_AsyncIsRunningException => GetResourceString("Xml_AsyncIsRunningException");
31
32 internal static string Xml_ReaderAsyncNotSetException => GetResourceString("Xml_ReaderAsyncNotSetException");
33
34 internal static string Xml_UnclosedQuote => GetResourceString("Xml_UnclosedQuote");
35
36 internal static string Xml_UnexpectedEOF => GetResourceString("Xml_UnexpectedEOF");
37
38 internal static string Xml_UnexpectedEOF1 => GetResourceString("Xml_UnexpectedEOF1");
39
40 internal static string Xml_UnexpectedEOFInElementContent => GetResourceString("Xml_UnexpectedEOFInElementContent");
41
42 internal static string Xml_BadStartNameChar => GetResourceString("Xml_BadStartNameChar");
43
44 internal static string Xml_BadNameChar => GetResourceString("Xml_BadNameChar");
45
46 internal static string Xml_BadDecimalEntity => GetResourceString("Xml_BadDecimalEntity");
47
48 internal static string Xml_BadHexEntity => GetResourceString("Xml_BadHexEntity");
49
50 internal static string Xml_MissingByteOrderMark => GetResourceString("Xml_MissingByteOrderMark");
51
52 internal static string Xml_UnknownEncoding => GetResourceString("Xml_UnknownEncoding");
53
54 internal static string Xml_InternalError => GetResourceString("Xml_InternalError");
55
56 internal static string Xml_InvalidCharInThisEncoding => GetResourceString("Xml_InvalidCharInThisEncoding");
57
58 internal static string Xml_ErrorPosition => GetResourceString("Xml_ErrorPosition");
59
60 internal static string Xml_MessageWithErrorPosition => GetResourceString("Xml_MessageWithErrorPosition");
61
62 internal static string Xml_UnexpectedTokenEx => GetResourceString("Xml_UnexpectedTokenEx");
63
64 internal static string Xml_UnexpectedTokens2 => GetResourceString("Xml_UnexpectedTokens2");
65
66 internal static string Xml_ExpectingWhiteSpace => GetResourceString("Xml_ExpectingWhiteSpace");
67
68 internal static string Xml_TagMismatchEx => GetResourceString("Xml_TagMismatchEx");
69
70 internal static string Xml_UnexpectedEndTag => GetResourceString("Xml_UnexpectedEndTag");
71
72 internal static string Xml_UnknownNs => GetResourceString("Xml_UnknownNs");
73
74 internal static string Xml_BadAttributeChar => GetResourceString("Xml_BadAttributeChar");
75
76 internal static string Xml_ExpectExternalOrClose => GetResourceString("Xml_ExpectExternalOrClose");
77
78 internal static string Xml_MissingRoot => GetResourceString("Xml_MissingRoot");
79
80 internal static string Xml_MultipleRoots => GetResourceString("Xml_MultipleRoots");
81
82 internal static string Xml_InvalidRootData => GetResourceString("Xml_InvalidRootData");
83
84 internal static string Xml_XmlDeclNotFirst => GetResourceString("Xml_XmlDeclNotFirst");
85
86 internal static string Xml_InvalidXmlDecl => GetResourceString("Xml_InvalidXmlDecl");
87
88 internal static string Xml_InvalidNodeType => GetResourceString("Xml_InvalidNodeType");
89
90 internal static string Xml_InvalidPIName => GetResourceString("Xml_InvalidPIName");
91
92 internal static string Xml_InvalidXmlSpace => GetResourceString("Xml_InvalidXmlSpace");
93
94 internal static string Xml_InvalidVersionNumber => GetResourceString("Xml_InvalidVersionNumber");
95
96 internal static string Xml_DupAttributeName => GetResourceString("Xml_DupAttributeName");
97
98 internal static string Xml_BadDTDLocation => GetResourceString("Xml_BadDTDLocation");
99
100 internal static string Xml_ElementNotFound => GetResourceString("Xml_ElementNotFound");
101
102 internal static string Xml_ElementNotFoundNs => GetResourceString("Xml_ElementNotFoundNs");
103
104 internal static string Xml_PartialContentNodeTypeNotSupportedEx => GetResourceString("Xml_PartialContentNodeTypeNotSupportedEx");
105
106 internal static string Xml_MultipleDTDsProvided => GetResourceString("Xml_MultipleDTDsProvided");
107
108 internal static string Xml_CanNotBindToReservedNamespace => GetResourceString("Xml_CanNotBindToReservedNamespace");
109
110 internal static string Xml_InvalidCharacter => GetResourceString("Xml_InvalidCharacter");
111
112 internal static string Xml_InvalidBinHexValue => GetResourceString("Xml_InvalidBinHexValue");
113
114 internal static string Xml_InvalidBinHexValueOddCount => GetResourceString("Xml_InvalidBinHexValueOddCount");
115
116 internal static string Xml_InvalidTextDecl => GetResourceString("Xml_InvalidTextDecl");
117
118 internal static string Xml_InvalidBase64Value => GetResourceString("Xml_InvalidBase64Value");
119
120 internal static string Xml_UndeclaredEntity => GetResourceString("Xml_UndeclaredEntity");
121
122 internal static string Xml_RecursiveParEntity => GetResourceString("Xml_RecursiveParEntity");
123
124 internal static string Xml_RecursiveGenEntity => GetResourceString("Xml_RecursiveGenEntity");
125
126 internal static string Xml_ExternalEntityInAttValue => GetResourceString("Xml_ExternalEntityInAttValue");
127
128 internal static string Xml_UnparsedEntityRef => GetResourceString("Xml_UnparsedEntityRef");
129
130 internal static string Xml_NotSameNametable => GetResourceString("Xml_NotSameNametable");
131
132 internal static string Xml_NametableMismatch => GetResourceString("Xml_NametableMismatch");
133
134 internal static string Xml_BadNamespaceDecl => GetResourceString("Xml_BadNamespaceDecl");
135
136 internal static string Xml_ErrorParsingEntityName => GetResourceString("Xml_ErrorParsingEntityName");
137
138 internal static string Xml_InvalidNmToken => GetResourceString("Xml_InvalidNmToken");
139
140 internal static string Xml_EntityRefNesting => GetResourceString("Xml_EntityRefNesting");
141
142 internal static string Xml_CannotResolveEntity => GetResourceString("Xml_CannotResolveEntity");
143
144 internal static string Xml_CannotResolveEntityDtdIgnored => GetResourceString("Xml_CannotResolveEntityDtdIgnored");
145
146 internal static string Xml_CannotResolveExternalSubset => GetResourceString("Xml_CannotResolveExternalSubset");
147
148 internal static string Xml_CannotResolveUrl => GetResourceString("Xml_CannotResolveUrl");
149
150 internal static string Xml_CDATAEndInText => GetResourceString("Xml_CDATAEndInText");
151
152 internal static string Xml_ExternalEntityInStandAloneDocument => GetResourceString("Xml_ExternalEntityInStandAloneDocument");
153
154 internal static string Xml_DtdAfterRootElement => GetResourceString("Xml_DtdAfterRootElement");
155
156 internal static string Xml_ReadOnlyProperty => GetResourceString("Xml_ReadOnlyProperty");
157
158 internal static string Xml_DtdIsProhibited => GetResourceString("Xml_DtdIsProhibited");
159
160 internal static string Xml_DtdIsProhibitedEx => GetResourceString("Xml_DtdIsProhibitedEx");
161
162 internal static string Xml_ReadSubtreeNotOnElement => GetResourceString("Xml_ReadSubtreeNotOnElement");
163
164 internal static string Xml_DtdNotAllowedInFragment => GetResourceString("Xml_DtdNotAllowedInFragment");
165
166 internal static string Xml_CannotStartDocumentOnFragment => GetResourceString("Xml_CannotStartDocumentOnFragment");
167
168 internal static string Xml_ErrorOpeningExternalDtd => GetResourceString("Xml_ErrorOpeningExternalDtd");
169
170 internal static string Xml_ErrorOpeningExternalEntity => GetResourceString("Xml_ErrorOpeningExternalEntity");
171
172 internal static string Xml_ReadBinaryContentNotSupported => GetResourceString("Xml_ReadBinaryContentNotSupported");
173
174 internal static string Xml_ReadValueChunkNotSupported => GetResourceString("Xml_ReadValueChunkNotSupported");
175
176 internal static string Xml_InvalidReadContentAs => GetResourceString("Xml_InvalidReadContentAs");
177
178 internal static string Xml_InvalidReadElementContentAs => GetResourceString("Xml_InvalidReadElementContentAs");
179
180 internal static string Xml_MixedReadElementContentAs => GetResourceString("Xml_MixedReadElementContentAs");
181
182 internal static string Xml_MixingReadValueChunkWithBinary => GetResourceString("Xml_MixingReadValueChunkWithBinary");
183
184 internal static string Xml_MixingBinaryContentMethods => GetResourceString("Xml_MixingBinaryContentMethods");
185
186 internal static string Xml_MixingV1StreamingWithV2Binary => GetResourceString("Xml_MixingV1StreamingWithV2Binary");
187
188 internal static string Xml_InvalidReadValueChunk => GetResourceString("Xml_InvalidReadValueChunk");
189
190 internal static string Xml_ReadContentAsFormatException => GetResourceString("Xml_ReadContentAsFormatException");
191
192 internal static string Xml_DoubleBaseUri => GetResourceString("Xml_DoubleBaseUri");
193
194 internal static string Xml_NotEnoughSpaceForSurrogatePair => GetResourceString("Xml_NotEnoughSpaceForSurrogatePair");
195
196 internal static string Xml_EmptyUrl => GetResourceString("Xml_EmptyUrl");
197
198 internal static string Xml_UnexpectedNodeInSimpleContent => GetResourceString("Xml_UnexpectedNodeInSimpleContent");
199
200 internal static string Xml_InvalidWhitespaceCharacter => GetResourceString("Xml_InvalidWhitespaceCharacter");
201
202 internal static string Xml_IncompatibleConformanceLevel => GetResourceString("Xml_IncompatibleConformanceLevel");
203
204 internal static string Xml_LimitExceeded => GetResourceString("Xml_LimitExceeded");
205
206 internal static string Xml_ClosedOrErrorReader => GetResourceString("Xml_ClosedOrErrorReader");
207
208 internal static string Xml_CharEntityOverflow => GetResourceString("Xml_CharEntityOverflow");
209
210 internal static string Xml_BadNameCharWithPos => GetResourceString("Xml_BadNameCharWithPos");
211
212 internal static string Xml_XmlnsBelongsToReservedNs => GetResourceString("Xml_XmlnsBelongsToReservedNs");
213
214 internal static string Xml_UndeclaredParEntity => GetResourceString("Xml_UndeclaredParEntity");
215
216 internal static string Xml_InvalidXmlDocument => GetResourceString("Xml_InvalidXmlDocument");
217
218 internal static string Xml_NoDTDPresent => GetResourceString("Xml_NoDTDPresent");
219
220 internal static string Xml_MultipleValidaitonTypes => GetResourceString("Xml_MultipleValidaitonTypes");
221
222 internal static string Xml_NoValidation => GetResourceString("Xml_NoValidation");
223
224 internal static string Xml_WhitespaceHandling => GetResourceString("Xml_WhitespaceHandling");
225
226 internal static string Xml_InvalidResetStateCall => GetResourceString("Xml_InvalidResetStateCall");
227
228 internal static string Xml_EntityHandling => GetResourceString("Xml_EntityHandling");
229
230 internal static string Xml_AttlistDuplEnumValue => GetResourceString("Xml_AttlistDuplEnumValue");
231
232 internal static string Xml_AttlistDuplNotationValue => GetResourceString("Xml_AttlistDuplNotationValue");
233
234 internal static string Xml_EncodingSwitchAfterResetState => GetResourceString("Xml_EncodingSwitchAfterResetState");
235
236 internal static string Xml_UnexpectedNodeType => GetResourceString("Xml_UnexpectedNodeType");
237
238 internal static string Xml_InvalidConditionalSection => GetResourceString("Xml_InvalidConditionalSection");
239
240 internal static string Xml_UnexpectedCDataEnd => GetResourceString("Xml_UnexpectedCDataEnd");
241
242 internal static string Xml_UnclosedConditionalSection => GetResourceString("Xml_UnclosedConditionalSection");
243
244 internal static string Xml_ExpectDtdMarkup => GetResourceString("Xml_ExpectDtdMarkup");
245
246 internal static string Xml_IncompleteDtdContent => GetResourceString("Xml_IncompleteDtdContent");
247
248 internal static string Xml_EnumerationRequired => GetResourceString("Xml_EnumerationRequired");
249
250 internal static string Xml_InvalidContentModel => GetResourceString("Xml_InvalidContentModel");
251
252 internal static string Xml_FragmentId => GetResourceString("Xml_FragmentId");
253
254 internal static string Xml_ExpectPcData => GetResourceString("Xml_ExpectPcData");
255
256 internal static string Xml_ExpectNoWhitespace => GetResourceString("Xml_ExpectNoWhitespace");
257
258 internal static string Xml_ExpectOp => GetResourceString("Xml_ExpectOp");
259
260 internal static string Xml_InvalidAttributeType => GetResourceString("Xml_InvalidAttributeType");
261
262 internal static string Xml_InvalidAttributeType1 => GetResourceString("Xml_InvalidAttributeType1");
263
264 internal static string Xml_ExpectAttType => GetResourceString("Xml_ExpectAttType");
265
266 internal static string Xml_ColonInLocalName => GetResourceString("Xml_ColonInLocalName");
267
268 internal static string Xml_InvalidParEntityRef => GetResourceString("Xml_InvalidParEntityRef");
269
270 internal static string Xml_ExpectSubOrClose => GetResourceString("Xml_ExpectSubOrClose");
271
272 internal static string Xml_ExpectExternalOrPublicId => GetResourceString("Xml_ExpectExternalOrPublicId");
273
274 internal static string Xml_ExpectExternalIdOrEntityValue => GetResourceString("Xml_ExpectExternalIdOrEntityValue");
275
276 internal static string Xml_ExpectIgnoreOrInclude => GetResourceString("Xml_ExpectIgnoreOrInclude");
277
278 internal static string Xml_UnsupportedClass => GetResourceString("Xml_UnsupportedClass");
279
280 internal static string Xml_NullResolver => GetResourceString("Xml_NullResolver");
281
282 internal static string Xml_RelativeUriNotSupported => GetResourceString("Xml_RelativeUriNotSupported");
283
284 internal static string Xml_WriterAsyncNotSetException => GetResourceString("Xml_WriterAsyncNotSetException");
285
286 internal static string Xml_PrefixForEmptyNs => GetResourceString("Xml_PrefixForEmptyNs");
287
288 internal static string Xml_InvalidCommentChars => GetResourceString("Xml_InvalidCommentChars");
289
290 internal static string Xml_UndefNamespace => GetResourceString("Xml_UndefNamespace");
291
292 internal static string Xml_EmptyName => GetResourceString("Xml_EmptyName");
293
294 internal static string Xml_EmptyLocalName => GetResourceString("Xml_EmptyLocalName");
295
296 internal static string Xml_InvalidNameCharsDetail => GetResourceString("Xml_InvalidNameCharsDetail");
297
298 internal static string Xml_NoStartTag => GetResourceString("Xml_NoStartTag");
299
300 internal static string Xml_ClosedOrError => GetResourceString("Xml_ClosedOrError");
301
302 internal static string Xml_WrongToken => GetResourceString("Xml_WrongToken");
303
304 internal static string Xml_XmlPrefix => GetResourceString("Xml_XmlPrefix");
305
306 internal static string Xml_XmlnsPrefix => GetResourceString("Xml_XmlnsPrefix");
307
308 internal static string Xml_NamespaceDeclXmlXmlns => GetResourceString("Xml_NamespaceDeclXmlXmlns");
309
310 internal static string Xml_NonWhitespace => GetResourceString("Xml_NonWhitespace");
311
312 internal static string Xml_DupXmlDecl => GetResourceString("Xml_DupXmlDecl");
313
314 internal static string Xml_CannotWriteXmlDecl => GetResourceString("Xml_CannotWriteXmlDecl");
315
316 internal static string Xml_NoRoot => GetResourceString("Xml_NoRoot");
317
318 internal static string Xml_InvalidPosition => GetResourceString("Xml_InvalidPosition");
319
320 internal static string Xml_IncompleteEntity => GetResourceString("Xml_IncompleteEntity");
321
322 internal static string Xml_InvalidSurrogateHighChar => GetResourceString("Xml_InvalidSurrogateHighChar");
323
324 internal static string Xml_InvalidSurrogateMissingLowChar => GetResourceString("Xml_InvalidSurrogateMissingLowChar");
325
326 internal static string Xml_InvalidSurrogatePairWithArgs => GetResourceString("Xml_InvalidSurrogatePairWithArgs");
327
328 internal static string Xml_RedefinePrefix => GetResourceString("Xml_RedefinePrefix");
329
330 internal static string Xml_DtdAlreadyWritten => GetResourceString("Xml_DtdAlreadyWritten");
331
332 internal static string Xml_InvalidCharsInIndent => GetResourceString("Xml_InvalidCharsInIndent");
333
334 internal static string Xml_IndentCharsNotWhitespace => GetResourceString("Xml_IndentCharsNotWhitespace");
335
336 internal static string Xml_ConformanceLevelFragment => GetResourceString("Xml_ConformanceLevelFragment");
337
338 internal static string Xml_InvalidQuote => GetResourceString("Xml_InvalidQuote");
339
340 internal static string Xml_UndefPrefix => GetResourceString("Xml_UndefPrefix");
341
342 internal static string Xml_NoNamespaces => GetResourceString("Xml_NoNamespaces");
343
344 internal static string Xml_InvalidCDataChars => GetResourceString("Xml_InvalidCDataChars");
345
346 internal static string Xml_NotTheFirst => GetResourceString("Xml_NotTheFirst");
347
348 internal static string Xml_InvalidPiChars => GetResourceString("Xml_InvalidPiChars");
349
350 internal static string Xml_InvalidNameChars => GetResourceString("Xml_InvalidNameChars");
351
352 internal static string Xml_Closed => GetResourceString("Xml_Closed");
353
354 internal static string Xml_InvalidPrefix => GetResourceString("Xml_InvalidPrefix");
355
356 internal static string Xml_InvalidIndentation => GetResourceString("Xml_InvalidIndentation");
357
358 internal static string Xml_NotInWriteState => GetResourceString("Xml_NotInWriteState");
359
360 internal static string Xml_SurrogatePairSplit => GetResourceString("Xml_SurrogatePairSplit");
361
362 internal static string Xml_NoMultipleRoots => GetResourceString("Xml_NoMultipleRoots");
363
364 internal static string XmlBadName => GetResourceString("XmlBadName");
365
366 internal static string XmlNoNameAllowed => GetResourceString("XmlNoNameAllowed");
367
368 internal static string XmlConvert_BadUri => GetResourceString("XmlConvert_BadUri");
369
370 internal static string XmlConvert_BadFormat => GetResourceString("XmlConvert_BadFormat");
371
372 internal static string XmlConvert_Overflow => GetResourceString("XmlConvert_Overflow");
373
374 internal static string XmlConvert_TypeBadMapping => GetResourceString("XmlConvert_TypeBadMapping");
375
376 internal static string XmlConvert_TypeBadMapping2 => GetResourceString("XmlConvert_TypeBadMapping2");
377
378 internal static string XmlConvert_TypeListBadMapping => GetResourceString("XmlConvert_TypeListBadMapping");
379
380 internal static string XmlConvert_TypeListBadMapping2 => GetResourceString("XmlConvert_TypeListBadMapping2");
381
382 internal static string XmlConvert_TypeToString => GetResourceString("XmlConvert_TypeToString");
383
384 internal static string XmlConvert_TypeFromString => GetResourceString("XmlConvert_TypeFromString");
385
386 internal static string XmlConvert_TypeNoPrefix => GetResourceString("XmlConvert_TypeNoPrefix");
387
388 internal static string XmlConvert_TypeNoNamespace => GetResourceString("XmlConvert_TypeNoNamespace");
389
390 internal static string XmlConvert_NotOneCharString => GetResourceString("XmlConvert_NotOneCharString");
391
392 internal static string Sch_ParEntityRefNesting => GetResourceString("Sch_ParEntityRefNesting");
393
394 internal static string Sch_NotTokenString => GetResourceString("Sch_NotTokenString");
395
396 internal static string Sch_InvalidDateTimeOption => GetResourceString("Sch_InvalidDateTimeOption");
397
398 internal static string Sch_StandAloneNormalization => GetResourceString("Sch_StandAloneNormalization");
399
400 internal static string Sch_UnSpecifiedDefaultAttributeInExternalStandalone => GetResourceString("Sch_UnSpecifiedDefaultAttributeInExternalStandalone");
401
402 internal static string Sch_DefaultException => GetResourceString("Sch_DefaultException");
403
404 internal static string Sch_DupElementDecl => GetResourceString("Sch_DupElementDecl");
405
406 internal static string Sch_IdAttrDeclared => GetResourceString("Sch_IdAttrDeclared");
407
408 internal static string Sch_RootMatchDocType => GetResourceString("Sch_RootMatchDocType");
409
410 internal static string Sch_DupId => GetResourceString("Sch_DupId");
411
412 internal static string Sch_UndeclaredElement => GetResourceString("Sch_UndeclaredElement");
413
414 internal static string Sch_UndeclaredAttribute => GetResourceString("Sch_UndeclaredAttribute");
415
416 internal static string Sch_UndeclaredNotation => GetResourceString("Sch_UndeclaredNotation");
417
418 internal static string Sch_UndeclaredId => GetResourceString("Sch_UndeclaredId");
419
420 internal static string Sch_SchemaRootExpected => GetResourceString("Sch_SchemaRootExpected");
421
422 internal static string Sch_XSDSchemaRootExpected => GetResourceString("Sch_XSDSchemaRootExpected");
423
424 internal static string Sch_UnsupportedAttribute => GetResourceString("Sch_UnsupportedAttribute");
425
426 internal static string Sch_UnsupportedElement => GetResourceString("Sch_UnsupportedElement");
427
428 internal static string Sch_MissAttribute => GetResourceString("Sch_MissAttribute");
429
430 internal static string Sch_AnnotationLocation => GetResourceString("Sch_AnnotationLocation");
431
432 internal static string Sch_DataTypeTextOnly => GetResourceString("Sch_DataTypeTextOnly");
433
434 internal static string Sch_UnknownModel => GetResourceString("Sch_UnknownModel");
435
436 internal static string Sch_UnknownOrder => GetResourceString("Sch_UnknownOrder");
437
438 internal static string Sch_UnknownContent => GetResourceString("Sch_UnknownContent");
439
440 internal static string Sch_UnknownRequired => GetResourceString("Sch_UnknownRequired");
441
442 internal static string Sch_UnknownDtType => GetResourceString("Sch_UnknownDtType");
443
444 internal static string Sch_MixedMany => GetResourceString("Sch_MixedMany");
445
446 internal static string Sch_GroupDisabled => GetResourceString("Sch_GroupDisabled");
447
448 internal static string Sch_MissDtvalue => GetResourceString("Sch_MissDtvalue");
449
450 internal static string Sch_MissDtvaluesAttribute => GetResourceString("Sch_MissDtvaluesAttribute");
451
452 internal static string Sch_DupDtType => GetResourceString("Sch_DupDtType");
453
454 internal static string Sch_DupAttribute => GetResourceString("Sch_DupAttribute");
455
456 internal static string Sch_RequireEnumeration => GetResourceString("Sch_RequireEnumeration");
457
458 internal static string Sch_DefaultIdValue => GetResourceString("Sch_DefaultIdValue");
459
460 internal static string Sch_ElementNotAllowed => GetResourceString("Sch_ElementNotAllowed");
461
462 internal static string Sch_ElementMissing => GetResourceString("Sch_ElementMissing");
463
464 internal static string Sch_ManyMaxOccurs => GetResourceString("Sch_ManyMaxOccurs");
465
466 internal static string Sch_MaxOccursInvalid => GetResourceString("Sch_MaxOccursInvalid");
467
468 internal static string Sch_MinOccursInvalid => GetResourceString("Sch_MinOccursInvalid");
469
470 internal static string Sch_DtMaxLengthInvalid => GetResourceString("Sch_DtMaxLengthInvalid");
471
472 internal static string Sch_DtMinLengthInvalid => GetResourceString("Sch_DtMinLengthInvalid");
473
474 internal static string Sch_DupDtMaxLength => GetResourceString("Sch_DupDtMaxLength");
475
476 internal static string Sch_DupDtMinLength => GetResourceString("Sch_DupDtMinLength");
477
478 internal static string Sch_DtMinMaxLength => GetResourceString("Sch_DtMinMaxLength");
479
480 internal static string Sch_DupElement => GetResourceString("Sch_DupElement");
481
482 internal static string Sch_DupGroupParticle => GetResourceString("Sch_DupGroupParticle");
483
484 internal static string Sch_InvalidValue => GetResourceString("Sch_InvalidValue");
485
486 internal static string Sch_InvalidValueDetailed => GetResourceString("Sch_InvalidValueDetailed");
487
488 internal static string Sch_InvalidValueDetailedAttribute => GetResourceString("Sch_InvalidValueDetailedAttribute");
489
490 internal static string Sch_MissRequiredAttribute => GetResourceString("Sch_MissRequiredAttribute");
491
492 internal static string Sch_FixedAttributeValue => GetResourceString("Sch_FixedAttributeValue");
493
494 internal static string Sch_FixedElementValue => GetResourceString("Sch_FixedElementValue");
495
496 internal static string Sch_AttributeValueDataTypeDetailed => GetResourceString("Sch_AttributeValueDataTypeDetailed");
497
498 internal static string Sch_AttributeDefaultDataType => GetResourceString("Sch_AttributeDefaultDataType");
499
500 internal static string Sch_IncludeLocation => GetResourceString("Sch_IncludeLocation");
501
502 internal static string Sch_ImportLocation => GetResourceString("Sch_ImportLocation");
503
504 internal static string Sch_RedefineLocation => GetResourceString("Sch_RedefineLocation");
505
506 internal static string Sch_InvalidBlockDefaultValue => GetResourceString("Sch_InvalidBlockDefaultValue");
507
508 internal static string Sch_InvalidFinalDefaultValue => GetResourceString("Sch_InvalidFinalDefaultValue");
509
510 internal static string Sch_InvalidElementBlockValue => GetResourceString("Sch_InvalidElementBlockValue");
511
512 internal static string Sch_InvalidElementFinalValue => GetResourceString("Sch_InvalidElementFinalValue");
513
514 internal static string Sch_InvalidSimpleTypeFinalValue => GetResourceString("Sch_InvalidSimpleTypeFinalValue");
515
516 internal static string Sch_InvalidComplexTypeBlockValue => GetResourceString("Sch_InvalidComplexTypeBlockValue");
517
518 internal static string Sch_InvalidComplexTypeFinalValue => GetResourceString("Sch_InvalidComplexTypeFinalValue");
519
520 internal static string Sch_DupIdentityConstraint => GetResourceString("Sch_DupIdentityConstraint");
521
522 internal static string Sch_DupGlobalElement => GetResourceString("Sch_DupGlobalElement");
523
524 internal static string Sch_DupGlobalAttribute => GetResourceString("Sch_DupGlobalAttribute");
525
526 internal static string Sch_DupSimpleType => GetResourceString("Sch_DupSimpleType");
527
528 internal static string Sch_DupComplexType => GetResourceString("Sch_DupComplexType");
529
530 internal static string Sch_DupGroup => GetResourceString("Sch_DupGroup");
531
532 internal static string Sch_DupAttributeGroup => GetResourceString("Sch_DupAttributeGroup");
533
534 internal static string Sch_DupNotation => GetResourceString("Sch_DupNotation");
535
536 internal static string Sch_DefaultFixedAttributes => GetResourceString("Sch_DefaultFixedAttributes");
537
538 internal static string Sch_FixedInRef => GetResourceString("Sch_FixedInRef");
539
540 internal static string Sch_FixedDefaultInRef => GetResourceString("Sch_FixedDefaultInRef");
541
542 internal static string Sch_DupXsdElement => GetResourceString("Sch_DupXsdElement");
543
544 internal static string Sch_ForbiddenAttribute => GetResourceString("Sch_ForbiddenAttribute");
545
546 internal static string Sch_AttributeIgnored => GetResourceString("Sch_AttributeIgnored");
547
548 internal static string Sch_ElementRef => GetResourceString("Sch_ElementRef");
549
550 internal static string Sch_TypeMutualExclusive => GetResourceString("Sch_TypeMutualExclusive");
551
552 internal static string Sch_ElementNameRef => GetResourceString("Sch_ElementNameRef");
553
554 internal static string Sch_AttributeNameRef => GetResourceString("Sch_AttributeNameRef");
555
556 internal static string Sch_TextNotAllowed => GetResourceString("Sch_TextNotAllowed");
557
558 internal static string Sch_UndeclaredType => GetResourceString("Sch_UndeclaredType");
559
560 internal static string Sch_UndeclaredSimpleType => GetResourceString("Sch_UndeclaredSimpleType");
561
562 internal static string Sch_UndeclaredEquivClass => GetResourceString("Sch_UndeclaredEquivClass");
563
564 internal static string Sch_AttListPresence => GetResourceString("Sch_AttListPresence");
565
566 internal static string Sch_NotationValue => GetResourceString("Sch_NotationValue");
567
568 internal static string Sch_EnumerationValue => GetResourceString("Sch_EnumerationValue");
569
570 internal static string Sch_EmptyAttributeValue => GetResourceString("Sch_EmptyAttributeValue");
571
572 internal static string Sch_InvalidLanguageId => GetResourceString("Sch_InvalidLanguageId");
573
574 internal static string Sch_XmlSpace => GetResourceString("Sch_XmlSpace");
575
576 internal static string Sch_InvalidXsdAttributeValue => GetResourceString("Sch_InvalidXsdAttributeValue");
577
578 internal static string Sch_InvalidXsdAttributeDatatypeValue => GetResourceString("Sch_InvalidXsdAttributeDatatypeValue");
579
580 internal static string Sch_ElementValueDataTypeDetailed => GetResourceString("Sch_ElementValueDataTypeDetailed");
581
582 internal static string Sch_InvalidElementDefaultValue => GetResourceString("Sch_InvalidElementDefaultValue");
583
584 internal static string Sch_NonDeterministic => GetResourceString("Sch_NonDeterministic");
585
586 internal static string Sch_NonDeterministicAnyEx => GetResourceString("Sch_NonDeterministicAnyEx");
587
588 internal static string Sch_NonDeterministicAnyAny => GetResourceString("Sch_NonDeterministicAnyAny");
589
590 internal static string Sch_StandAlone => GetResourceString("Sch_StandAlone");
591
592 internal static string Sch_XmlNsAttribute => GetResourceString("Sch_XmlNsAttribute");
593
594 internal static string Sch_AllElement => GetResourceString("Sch_AllElement");
595
596 internal static string Sch_MismatchTargetNamespaceInclude => GetResourceString("Sch_MismatchTargetNamespaceInclude");
597
598 internal static string Sch_MismatchTargetNamespaceImport => GetResourceString("Sch_MismatchTargetNamespaceImport");
599
600 internal static string Sch_MismatchTargetNamespaceEx => GetResourceString("Sch_MismatchTargetNamespaceEx");
601
602 internal static string Sch_XsiTypeNotFound => GetResourceString("Sch_XsiTypeNotFound");
603
604 internal static string Sch_XsiTypeAbstract => GetResourceString("Sch_XsiTypeAbstract");
605
606 internal static string Sch_ListFromNonatomic => GetResourceString("Sch_ListFromNonatomic");
607
608 internal static string Sch_UnionFromUnion => GetResourceString("Sch_UnionFromUnion");
609
610 internal static string Sch_DupLengthFacet => GetResourceString("Sch_DupLengthFacet");
611
612 internal static string Sch_DupMinLengthFacet => GetResourceString("Sch_DupMinLengthFacet");
613
614 internal static string Sch_DupMaxLengthFacet => GetResourceString("Sch_DupMaxLengthFacet");
615
616 internal static string Sch_DupWhiteSpaceFacet => GetResourceString("Sch_DupWhiteSpaceFacet");
617
618 internal static string Sch_DupMaxInclusiveFacet => GetResourceString("Sch_DupMaxInclusiveFacet");
619
620 internal static string Sch_DupMaxExclusiveFacet => GetResourceString("Sch_DupMaxExclusiveFacet");
621
622 internal static string Sch_DupMinInclusiveFacet => GetResourceString("Sch_DupMinInclusiveFacet");
623
624 internal static string Sch_DupMinExclusiveFacet => GetResourceString("Sch_DupMinExclusiveFacet");
625
626 internal static string Sch_DupTotalDigitsFacet => GetResourceString("Sch_DupTotalDigitsFacet");
627
628 internal static string Sch_DupFractionDigitsFacet => GetResourceString("Sch_DupFractionDigitsFacet");
629
630 internal static string Sch_LengthFacetProhibited => GetResourceString("Sch_LengthFacetProhibited");
631
632 internal static string Sch_MinLengthFacetProhibited => GetResourceString("Sch_MinLengthFacetProhibited");
633
634 internal static string Sch_MaxLengthFacetProhibited => GetResourceString("Sch_MaxLengthFacetProhibited");
635
636 internal static string Sch_PatternFacetProhibited => GetResourceString("Sch_PatternFacetProhibited");
637
638 internal static string Sch_EnumerationFacetProhibited => GetResourceString("Sch_EnumerationFacetProhibited");
639
640 internal static string Sch_WhiteSpaceFacetProhibited => GetResourceString("Sch_WhiteSpaceFacetProhibited");
641
642 internal static string Sch_MaxInclusiveFacetProhibited => GetResourceString("Sch_MaxInclusiveFacetProhibited");
643
644 internal static string Sch_MaxExclusiveFacetProhibited => GetResourceString("Sch_MaxExclusiveFacetProhibited");
645
646 internal static string Sch_MinInclusiveFacetProhibited => GetResourceString("Sch_MinInclusiveFacetProhibited");
647
648 internal static string Sch_MinExclusiveFacetProhibited => GetResourceString("Sch_MinExclusiveFacetProhibited");
649
650 internal static string Sch_TotalDigitsFacetProhibited => GetResourceString("Sch_TotalDigitsFacetProhibited");
651
652 internal static string Sch_FractionDigitsFacetProhibited => GetResourceString("Sch_FractionDigitsFacetProhibited");
653
654 internal static string Sch_LengthFacetInvalid => GetResourceString("Sch_LengthFacetInvalid");
655
656 internal static string Sch_MinLengthFacetInvalid => GetResourceString("Sch_MinLengthFacetInvalid");
657
658 internal static string Sch_MaxLengthFacetInvalid => GetResourceString("Sch_MaxLengthFacetInvalid");
659
660 internal static string Sch_MaxInclusiveFacetInvalid => GetResourceString("Sch_MaxInclusiveFacetInvalid");
661
662 internal static string Sch_MaxExclusiveFacetInvalid => GetResourceString("Sch_MaxExclusiveFacetInvalid");
663
664 internal static string Sch_MinInclusiveFacetInvalid => GetResourceString("Sch_MinInclusiveFacetInvalid");
665
666 internal static string Sch_MinExclusiveFacetInvalid => GetResourceString("Sch_MinExclusiveFacetInvalid");
667
668 internal static string Sch_TotalDigitsFacetInvalid => GetResourceString("Sch_TotalDigitsFacetInvalid");
669
670 internal static string Sch_FractionDigitsFacetInvalid => GetResourceString("Sch_FractionDigitsFacetInvalid");
671
672 internal static string Sch_PatternFacetInvalid => GetResourceString("Sch_PatternFacetInvalid");
673
674 internal static string Sch_EnumerationFacetInvalid => GetResourceString("Sch_EnumerationFacetInvalid");
675
676 internal static string Sch_InvalidWhiteSpace => GetResourceString("Sch_InvalidWhiteSpace");
677
678 internal static string Sch_UnknownFacet => GetResourceString("Sch_UnknownFacet");
679
680 internal static string Sch_LengthAndMinMax => GetResourceString("Sch_LengthAndMinMax");
681
682 internal static string Sch_MinLengthGtMaxLength => GetResourceString("Sch_MinLengthGtMaxLength");
683
684 internal static string Sch_FractionDigitsGtTotalDigits => GetResourceString("Sch_FractionDigitsGtTotalDigits");
685
686 internal static string Sch_LengthConstraintFailed => GetResourceString("Sch_LengthConstraintFailed");
687
688 internal static string Sch_MinLengthConstraintFailed => GetResourceString("Sch_MinLengthConstraintFailed");
689
690 internal static string Sch_MaxLengthConstraintFailed => GetResourceString("Sch_MaxLengthConstraintFailed");
691
692 internal static string Sch_PatternConstraintFailed => GetResourceString("Sch_PatternConstraintFailed");
693
694 internal static string Sch_EnumerationConstraintFailed => GetResourceString("Sch_EnumerationConstraintFailed");
695
696 internal static string Sch_MaxInclusiveConstraintFailed => GetResourceString("Sch_MaxInclusiveConstraintFailed");
697
698 internal static string Sch_MaxExclusiveConstraintFailed => GetResourceString("Sch_MaxExclusiveConstraintFailed");
699
700 internal static string Sch_MinInclusiveConstraintFailed => GetResourceString("Sch_MinInclusiveConstraintFailed");
701
702 internal static string Sch_MinExclusiveConstraintFailed => GetResourceString("Sch_MinExclusiveConstraintFailed");
703
704 internal static string Sch_TotalDigitsConstraintFailed => GetResourceString("Sch_TotalDigitsConstraintFailed");
705
706 internal static string Sch_FractionDigitsConstraintFailed => GetResourceString("Sch_FractionDigitsConstraintFailed");
707
708 internal static string Sch_UnionFailedEx => GetResourceString("Sch_UnionFailedEx");
709
710 internal static string Sch_NotationRequired => GetResourceString("Sch_NotationRequired");
711
712 internal static string Sch_DupNotationAttribute => GetResourceString("Sch_DupNotationAttribute");
713
714 internal static string Sch_MissingPublicSystemAttribute => GetResourceString("Sch_MissingPublicSystemAttribute");
715
716 internal static string Sch_NotationAttributeOnEmptyElement => GetResourceString("Sch_NotationAttributeOnEmptyElement");
717
718 internal static string Sch_RefNotInScope => GetResourceString("Sch_RefNotInScope");
719
720 internal static string Sch_UndeclaredIdentityConstraint => GetResourceString("Sch_UndeclaredIdentityConstraint");
721
722 internal static string Sch_RefInvalidIdentityConstraint => GetResourceString("Sch_RefInvalidIdentityConstraint");
723
724 internal static string Sch_RefInvalidCardin => GetResourceString("Sch_RefInvalidCardin");
725
726 internal static string Sch_ReftoKeyref => GetResourceString("Sch_ReftoKeyref");
727
728 internal static string Sch_EmptyXPath => GetResourceString("Sch_EmptyXPath");
729
730 internal static string Sch_UnresolvedPrefix => GetResourceString("Sch_UnresolvedPrefix");
731
732 internal static string Sch_UnresolvedKeyref => GetResourceString("Sch_UnresolvedKeyref");
733
734 internal static string Sch_ICXpathError => GetResourceString("Sch_ICXpathError");
735
736 internal static string Sch_SelectorAttr => GetResourceString("Sch_SelectorAttr");
737
738 internal static string Sch_FieldSimpleTypeExpected => GetResourceString("Sch_FieldSimpleTypeExpected");
739
740 internal static string Sch_FieldSingleValueExpected => GetResourceString("Sch_FieldSingleValueExpected");
741
742 internal static string Sch_MissingKey => GetResourceString("Sch_MissingKey");
743
744 internal static string Sch_DuplicateKey => GetResourceString("Sch_DuplicateKey");
745
746 internal static string Sch_TargetNamespaceXsi => GetResourceString("Sch_TargetNamespaceXsi");
747
748 internal static string Sch_UndeclaredEntity => GetResourceString("Sch_UndeclaredEntity");
749
750 internal static string Sch_UnparsedEntityRef => GetResourceString("Sch_UnparsedEntityRef");
751
752 internal static string Sch_MaxOccursInvalidXsd => GetResourceString("Sch_MaxOccursInvalidXsd");
753
754 internal static string Sch_MinOccursInvalidXsd => GetResourceString("Sch_MinOccursInvalidXsd");
755
756 internal static string Sch_MaxInclusiveExclusive => GetResourceString("Sch_MaxInclusiveExclusive");
757
758 internal static string Sch_MinInclusiveExclusive => GetResourceString("Sch_MinInclusiveExclusive");
759
760 internal static string Sch_MinInclusiveGtMaxInclusive => GetResourceString("Sch_MinInclusiveGtMaxInclusive");
761
762 internal static string Sch_MinExclusiveGtMaxExclusive => GetResourceString("Sch_MinExclusiveGtMaxExclusive");
763
764 internal static string Sch_MinInclusiveGtMaxExclusive => GetResourceString("Sch_MinInclusiveGtMaxExclusive");
765
766 internal static string Sch_MinExclusiveGtMaxInclusive => GetResourceString("Sch_MinExclusiveGtMaxInclusive");
767
768 internal static string Sch_SimpleTypeRestriction => GetResourceString("Sch_SimpleTypeRestriction");
769
770 internal static string Sch_InvalidFacetPosition => GetResourceString("Sch_InvalidFacetPosition");
771
772 internal static string Sch_AttributeMutuallyExclusive => GetResourceString("Sch_AttributeMutuallyExclusive");
773
774 internal static string Sch_AnyAttributeLastChild => GetResourceString("Sch_AnyAttributeLastChild");
775
776 internal static string Sch_ComplexTypeContentModel => GetResourceString("Sch_ComplexTypeContentModel");
777
778 internal static string Sch_ComplexContentContentModel => GetResourceString("Sch_ComplexContentContentModel");
779
780 internal static string Sch_NotNormalizedString => GetResourceString("Sch_NotNormalizedString");
781
782 internal static string Sch_FractionDigitsNotOnDecimal => GetResourceString("Sch_FractionDigitsNotOnDecimal");
783
784 internal static string Sch_ContentInNill => GetResourceString("Sch_ContentInNill");
785
786 internal static string Sch_NoElementSchemaFound => GetResourceString("Sch_NoElementSchemaFound");
787
788 internal static string Sch_NoAttributeSchemaFound => GetResourceString("Sch_NoAttributeSchemaFound");
789
790 internal static string Sch_InvalidNamespace => GetResourceString("Sch_InvalidNamespace");
791
792 internal static string Sch_InvalidTargetNamespaceAttribute => GetResourceString("Sch_InvalidTargetNamespaceAttribute");
793
794 internal static string Sch_InvalidNamespaceAttribute => GetResourceString("Sch_InvalidNamespaceAttribute");
795
796 internal static string Sch_InvalidSchemaLocation => GetResourceString("Sch_InvalidSchemaLocation");
797
798 internal static string Sch_ImportTargetNamespace => GetResourceString("Sch_ImportTargetNamespace");
799
800 internal static string Sch_ImportTargetNamespaceNull => GetResourceString("Sch_ImportTargetNamespaceNull");
801
802 internal static string Sch_GroupDoubleRedefine => GetResourceString("Sch_GroupDoubleRedefine");
803
804 internal static string Sch_ComponentRedefineNotFound => GetResourceString("Sch_ComponentRedefineNotFound");
805
806 internal static string Sch_GroupRedefineNotFound => GetResourceString("Sch_GroupRedefineNotFound");
807
808 internal static string Sch_AttrGroupDoubleRedefine => GetResourceString("Sch_AttrGroupDoubleRedefine");
809
810 internal static string Sch_AttrGroupRedefineNotFound => GetResourceString("Sch_AttrGroupRedefineNotFound");
811
812 internal static string Sch_ComplexTypeDoubleRedefine => GetResourceString("Sch_ComplexTypeDoubleRedefine");
813
814 internal static string Sch_ComplexTypeRedefineNotFound => GetResourceString("Sch_ComplexTypeRedefineNotFound");
815
816 internal static string Sch_SimpleToComplexTypeRedefine => GetResourceString("Sch_SimpleToComplexTypeRedefine");
817
818 internal static string Sch_SimpleTypeDoubleRedefine => GetResourceString("Sch_SimpleTypeDoubleRedefine");
819
820 internal static string Sch_ComplexToSimpleTypeRedefine => GetResourceString("Sch_ComplexToSimpleTypeRedefine");
821
822 internal static string Sch_SimpleTypeRedefineNotFound => GetResourceString("Sch_SimpleTypeRedefineNotFound");
823
824 internal static string Sch_MinMaxGroupRedefine => GetResourceString("Sch_MinMaxGroupRedefine");
825
826 internal static string Sch_MultipleGroupSelfRef => GetResourceString("Sch_MultipleGroupSelfRef");
827
828 internal static string Sch_MultipleAttrGroupSelfRef => GetResourceString("Sch_MultipleAttrGroupSelfRef");
829
830 internal static string Sch_InvalidTypeRedefine => GetResourceString("Sch_InvalidTypeRedefine");
831
832 internal static string Sch_InvalidElementRef => GetResourceString("Sch_InvalidElementRef");
833
834 internal static string Sch_MinGtMax => GetResourceString("Sch_MinGtMax");
835
836 internal static string Sch_DupSelector => GetResourceString("Sch_DupSelector");
837
838 internal static string Sch_IdConstraintNoSelector => GetResourceString("Sch_IdConstraintNoSelector");
839
840 internal static string Sch_IdConstraintNoFields => GetResourceString("Sch_IdConstraintNoFields");
841
842 internal static string Sch_IdConstraintNoRefer => GetResourceString("Sch_IdConstraintNoRefer");
843
844 internal static string Sch_SelectorBeforeFields => GetResourceString("Sch_SelectorBeforeFields");
845
846 internal static string Sch_NoSimpleTypeContent => GetResourceString("Sch_NoSimpleTypeContent");
847
848 internal static string Sch_SimpleTypeRestRefBase => GetResourceString("Sch_SimpleTypeRestRefBase");
849
850 internal static string Sch_SimpleTypeRestRefBaseNone => GetResourceString("Sch_SimpleTypeRestRefBaseNone");
851
852 internal static string Sch_SimpleTypeListRefBase => GetResourceString("Sch_SimpleTypeListRefBase");
853
854 internal static string Sch_SimpleTypeListRefBaseNone => GetResourceString("Sch_SimpleTypeListRefBaseNone");
855
856 internal static string Sch_SimpleTypeUnionNoBase => GetResourceString("Sch_SimpleTypeUnionNoBase");
857
858 internal static string Sch_NoRestOrExtQName => GetResourceString("Sch_NoRestOrExtQName");
859
860 internal static string Sch_NoRestOrExt => GetResourceString("Sch_NoRestOrExt");
861
862 internal static string Sch_NoGroupParticle => GetResourceString("Sch_NoGroupParticle");
863
864 internal static string Sch_InvalidAllMin => GetResourceString("Sch_InvalidAllMin");
865
866 internal static string Sch_InvalidAllMax => GetResourceString("Sch_InvalidAllMax");
867
868 internal static string Sch_InvalidFacet => GetResourceString("Sch_InvalidFacet");
869
870 internal static string Sch_AbstractElement => GetResourceString("Sch_AbstractElement");
871
872 internal static string Sch_XsiTypeBlockedEx => GetResourceString("Sch_XsiTypeBlockedEx");
873
874 internal static string Sch_InvalidXsiNill => GetResourceString("Sch_InvalidXsiNill");
875
876 internal static string Sch_SubstitutionNotAllowed => GetResourceString("Sch_SubstitutionNotAllowed");
877
878 internal static string Sch_SubstitutionBlocked => GetResourceString("Sch_SubstitutionBlocked");
879
880 internal static string Sch_InvalidElementInEmptyEx => GetResourceString("Sch_InvalidElementInEmptyEx");
881
882 internal static string Sch_InvalidElementInTextOnlyEx => GetResourceString("Sch_InvalidElementInTextOnlyEx");
883
884 internal static string Sch_InvalidTextInElement => GetResourceString("Sch_InvalidTextInElement");
885
886 internal static string Sch_InvalidElementContent => GetResourceString("Sch_InvalidElementContent");
887
888 internal static string Sch_InvalidElementContentComplex => GetResourceString("Sch_InvalidElementContentComplex");
889
890 internal static string Sch_IncompleteContent => GetResourceString("Sch_IncompleteContent");
891
892 internal static string Sch_IncompleteContentComplex => GetResourceString("Sch_IncompleteContentComplex");
893
894 internal static string Sch_InvalidTextInElementExpecting => GetResourceString("Sch_InvalidTextInElementExpecting");
895
896 internal static string Sch_InvalidElementContentExpecting => GetResourceString("Sch_InvalidElementContentExpecting");
897
898 internal static string Sch_InvalidElementContentExpectingComplex => GetResourceString("Sch_InvalidElementContentExpectingComplex");
899
900 internal static string Sch_IncompleteContentExpecting => GetResourceString("Sch_IncompleteContentExpecting");
901
902 internal static string Sch_IncompleteContentExpectingComplex => GetResourceString("Sch_IncompleteContentExpectingComplex");
903
904 internal static string Sch_InvalidElementSubstitution => GetResourceString("Sch_InvalidElementSubstitution");
905
906 internal static string Sch_ElementNameAndNamespace => GetResourceString("Sch_ElementNameAndNamespace");
907
908 internal static string Sch_ElementName => GetResourceString("Sch_ElementName");
909
910 internal static string Sch_ContinuationString => GetResourceString("Sch_ContinuationString");
911
912 internal static string Sch_AnyElementNS => GetResourceString("Sch_AnyElementNS");
913
914 internal static string Sch_AnyElement => GetResourceString("Sch_AnyElement");
915
916 internal static string Sch_InvalidTextInEmpty => GetResourceString("Sch_InvalidTextInEmpty");
917
918 internal static string Sch_InvalidWhitespaceInEmpty => GetResourceString("Sch_InvalidWhitespaceInEmpty");
919
920 internal static string Sch_InvalidPIComment => GetResourceString("Sch_InvalidPIComment");
921
922 internal static string Sch_InvalidAttributeRef => GetResourceString("Sch_InvalidAttributeRef");
923
924 internal static string Sch_OptionalDefaultAttribute => GetResourceString("Sch_OptionalDefaultAttribute");
925
926 internal static string Sch_AttributeCircularRef => GetResourceString("Sch_AttributeCircularRef");
927
928 internal static string Sch_IdentityConstraintCircularRef => GetResourceString("Sch_IdentityConstraintCircularRef");
929
930 internal static string Sch_SubstitutionCircularRef => GetResourceString("Sch_SubstitutionCircularRef");
931
932 internal static string Sch_InvalidAnyAttribute => GetResourceString("Sch_InvalidAnyAttribute");
933
934 internal static string Sch_DupIdAttribute => GetResourceString("Sch_DupIdAttribute");
935
936 internal static string Sch_InvalidAllElementMax => GetResourceString("Sch_InvalidAllElementMax");
937
938 internal static string Sch_InvalidAny => GetResourceString("Sch_InvalidAny");
939
940 internal static string Sch_InvalidAnyDetailed => GetResourceString("Sch_InvalidAnyDetailed");
941
942 internal static string Sch_InvalidExamplar => GetResourceString("Sch_InvalidExamplar");
943
944 internal static string Sch_NoExamplar => GetResourceString("Sch_NoExamplar");
945
946 internal static string Sch_InvalidSubstitutionMember => GetResourceString("Sch_InvalidSubstitutionMember");
947
948 internal static string Sch_RedefineNoSchema => GetResourceString("Sch_RedefineNoSchema");
949
950 internal static string Sch_ProhibitedAttribute => GetResourceString("Sch_ProhibitedAttribute");
951
952 internal static string Sch_TypeCircularRef => GetResourceString("Sch_TypeCircularRef");
953
954 internal static string Sch_TwoIdAttrUses => GetResourceString("Sch_TwoIdAttrUses");
955
956 internal static string Sch_AttrUseAndWildId => GetResourceString("Sch_AttrUseAndWildId");
957
958 internal static string Sch_MoreThanOneWildId => GetResourceString("Sch_MoreThanOneWildId");
959
960 internal static string Sch_BaseFinalExtension => GetResourceString("Sch_BaseFinalExtension");
961
962 internal static string Sch_NotSimpleContent => GetResourceString("Sch_NotSimpleContent");
963
964 internal static string Sch_NotComplexContent => GetResourceString("Sch_NotComplexContent");
965
966 internal static string Sch_BaseFinalRestriction => GetResourceString("Sch_BaseFinalRestriction");
967
968 internal static string Sch_BaseFinalList => GetResourceString("Sch_BaseFinalList");
969
970 internal static string Sch_BaseFinalUnion => GetResourceString("Sch_BaseFinalUnion");
971
972 internal static string Sch_UndefBaseRestriction => GetResourceString("Sch_UndefBaseRestriction");
973
974 internal static string Sch_UndefBaseExtension => GetResourceString("Sch_UndefBaseExtension");
975
976 internal static string Sch_DifContentType => GetResourceString("Sch_DifContentType");
977
978 internal static string Sch_InvalidContentRestriction => GetResourceString("Sch_InvalidContentRestriction");
979
980 internal static string Sch_InvalidContentRestrictionDetailed => GetResourceString("Sch_InvalidContentRestrictionDetailed");
981
982 internal static string Sch_InvalidBaseToEmpty => GetResourceString("Sch_InvalidBaseToEmpty");
983
984 internal static string Sch_InvalidBaseToMixed => GetResourceString("Sch_InvalidBaseToMixed");
985
986 internal static string Sch_DupAttributeUse => GetResourceString("Sch_DupAttributeUse");
987
988 internal static string Sch_InvalidParticleRestriction => GetResourceString("Sch_InvalidParticleRestriction");
989
990 internal static string Sch_InvalidParticleRestrictionDetailed => GetResourceString("Sch_InvalidParticleRestrictionDetailed");
991
992 internal static string Sch_ForbiddenDerivedParticleForAll => GetResourceString("Sch_ForbiddenDerivedParticleForAll");
993
994 internal static string Sch_ForbiddenDerivedParticleForElem => GetResourceString("Sch_ForbiddenDerivedParticleForElem");
995
996 internal static string Sch_ForbiddenDerivedParticleForChoice => GetResourceString("Sch_ForbiddenDerivedParticleForChoice");
997
998 internal static string Sch_ForbiddenDerivedParticleForSeq => GetResourceString("Sch_ForbiddenDerivedParticleForSeq");
999
1000 internal static string Sch_ElementFromElement => GetResourceString("Sch_ElementFromElement");
1001
1002 internal static string Sch_ElementFromAnyRule1 => GetResourceString("Sch_ElementFromAnyRule1");
1003
1004 internal static string Sch_ElementFromAnyRule2 => GetResourceString("Sch_ElementFromAnyRule2");
1005
1006 internal static string Sch_AnyFromAnyRule1 => GetResourceString("Sch_AnyFromAnyRule1");
1007
1008 internal static string Sch_AnyFromAnyRule2 => GetResourceString("Sch_AnyFromAnyRule2");
1009
1010 internal static string Sch_AnyFromAnyRule3 => GetResourceString("Sch_AnyFromAnyRule3");
1011
1012 internal static string Sch_GroupBaseFromAny1 => GetResourceString("Sch_GroupBaseFromAny1");
1013
1014 internal static string Sch_GroupBaseFromAny2 => GetResourceString("Sch_GroupBaseFromAny2");
1015
1016 internal static string Sch_ElementFromGroupBase1 => GetResourceString("Sch_ElementFromGroupBase1");
1017
1018 internal static string Sch_ElementFromGroupBase2 => GetResourceString("Sch_ElementFromGroupBase2");
1019
1020 internal static string Sch_ElementFromGroupBase3 => GetResourceString("Sch_ElementFromGroupBase3");
1021
1022 internal static string Sch_GroupBaseRestRangeInvalid => GetResourceString("Sch_GroupBaseRestRangeInvalid");
1023
1024 internal static string Sch_GroupBaseRestNoMap => GetResourceString("Sch_GroupBaseRestNoMap");
1025
1026 internal static string Sch_GroupBaseRestNotEmptiable => GetResourceString("Sch_GroupBaseRestNotEmptiable");
1027
1028 internal static string Sch_SeqFromAll => GetResourceString("Sch_SeqFromAll");
1029
1030 internal static string Sch_SeqFromChoice => GetResourceString("Sch_SeqFromChoice");
1031
1032 internal static string Sch_UndefGroupRef => GetResourceString("Sch_UndefGroupRef");
1033
1034 internal static string Sch_GroupCircularRef => GetResourceString("Sch_GroupCircularRef");
1035
1036 internal static string Sch_AllRefNotRoot => GetResourceString("Sch_AllRefNotRoot");
1037
1038 internal static string Sch_AllRefMinMax => GetResourceString("Sch_AllRefMinMax");
1039
1040 internal static string Sch_NotAllAlone => GetResourceString("Sch_NotAllAlone");
1041
1042 internal static string Sch_AttributeGroupCircularRef => GetResourceString("Sch_AttributeGroupCircularRef");
1043
1044 internal static string Sch_UndefAttributeGroupRef => GetResourceString("Sch_UndefAttributeGroupRef");
1045
1046 internal static string Sch_InvalidAttributeExtension => GetResourceString("Sch_InvalidAttributeExtension");
1047
1048 internal static string Sch_InvalidAnyAttributeRestriction => GetResourceString("Sch_InvalidAnyAttributeRestriction");
1049
1050 internal static string Sch_AttributeRestrictionProhibited => GetResourceString("Sch_AttributeRestrictionProhibited");
1051
1052 internal static string Sch_AttributeRestrictionInvalid => GetResourceString("Sch_AttributeRestrictionInvalid");
1053
1054 internal static string Sch_AttributeFixedInvalid => GetResourceString("Sch_AttributeFixedInvalid");
1055
1056 internal static string Sch_AttributeUseInvalid => GetResourceString("Sch_AttributeUseInvalid");
1057
1058 internal static string Sch_AttributeRestrictionInvalidFromWildcard => GetResourceString("Sch_AttributeRestrictionInvalidFromWildcard");
1059
1060 internal static string Sch_NoDerivedAttribute => GetResourceString("Sch_NoDerivedAttribute");
1061
1062 internal static string Sch_UnexpressibleAnyAttribute => GetResourceString("Sch_UnexpressibleAnyAttribute");
1063
1064 internal static string Sch_RefInvalidAttribute => GetResourceString("Sch_RefInvalidAttribute");
1065
1066 internal static string Sch_ElementCircularRef => GetResourceString("Sch_ElementCircularRef");
1067
1068 internal static string Sch_RefInvalidElement => GetResourceString("Sch_RefInvalidElement");
1069
1070 internal static string Sch_ElementCannotHaveValue => GetResourceString("Sch_ElementCannotHaveValue");
1071
1072 internal static string Sch_ElementInMixedWithFixed => GetResourceString("Sch_ElementInMixedWithFixed");
1073
1074 internal static string Sch_ElementTypeCollision => GetResourceString("Sch_ElementTypeCollision");
1075
1076 internal static string Sch_InvalidIncludeLocation => GetResourceString("Sch_InvalidIncludeLocation");
1077
1078 internal static string Sch_CannotLoadSchema => GetResourceString("Sch_CannotLoadSchema");
1079
1080 internal static string Sch_CannotLoadSchemaLocation => GetResourceString("Sch_CannotLoadSchemaLocation");
1081
1082 internal static string Sch_LengthGtBaseLength => GetResourceString("Sch_LengthGtBaseLength");
1083
1084 internal static string Sch_MinLengthGtBaseMinLength => GetResourceString("Sch_MinLengthGtBaseMinLength");
1085
1086 internal static string Sch_MaxLengthGtBaseMaxLength => GetResourceString("Sch_MaxLengthGtBaseMaxLength");
1087
1088 internal static string Sch_MaxMinLengthBaseLength => GetResourceString("Sch_MaxMinLengthBaseLength");
1089
1090 internal static string Sch_MaxInclusiveMismatch => GetResourceString("Sch_MaxInclusiveMismatch");
1091
1092 internal static string Sch_MaxExclusiveMismatch => GetResourceString("Sch_MaxExclusiveMismatch");
1093
1094 internal static string Sch_MinInclusiveMismatch => GetResourceString("Sch_MinInclusiveMismatch");
1095
1096 internal static string Sch_MinExclusiveMismatch => GetResourceString("Sch_MinExclusiveMismatch");
1097
1098 internal static string Sch_MinExlIncMismatch => GetResourceString("Sch_MinExlIncMismatch");
1099
1100 internal static string Sch_MinExlMaxExlMismatch => GetResourceString("Sch_MinExlMaxExlMismatch");
1101
1102 internal static string Sch_MinIncMaxExlMismatch => GetResourceString("Sch_MinIncMaxExlMismatch");
1103
1104 internal static string Sch_MinIncExlMismatch => GetResourceString("Sch_MinIncExlMismatch");
1105
1106 internal static string Sch_MaxIncExlMismatch => GetResourceString("Sch_MaxIncExlMismatch");
1107
1108 internal static string Sch_MaxExlIncMismatch => GetResourceString("Sch_MaxExlIncMismatch");
1109
1110 internal static string Sch_TotalDigitsMismatch => GetResourceString("Sch_TotalDigitsMismatch");
1111
1112 internal static string Sch_FractionDigitsMismatch => GetResourceString("Sch_FractionDigitsMismatch");
1113
1114 internal static string Sch_FacetBaseFixed => GetResourceString("Sch_FacetBaseFixed");
1115
1116 internal static string Sch_WhiteSpaceRestriction1 => GetResourceString("Sch_WhiteSpaceRestriction1");
1117
1118 internal static string Sch_WhiteSpaceRestriction2 => GetResourceString("Sch_WhiteSpaceRestriction2");
1119
1120 internal static string Sch_XsiNilAndFixed => GetResourceString("Sch_XsiNilAndFixed");
1121
1122 internal static string Sch_MixSchemaTypes => GetResourceString("Sch_MixSchemaTypes");
1123
1124 internal static string Sch_XSDSchemaOnly => GetResourceString("Sch_XSDSchemaOnly");
1125
1126 internal static string Sch_InvalidPublicAttribute => GetResourceString("Sch_InvalidPublicAttribute");
1127
1128 internal static string Sch_InvalidSystemAttribute => GetResourceString("Sch_InvalidSystemAttribute");
1129
1130 internal static string Sch_TypeAfterConstraints => GetResourceString("Sch_TypeAfterConstraints");
1131
1132 internal static string Sch_XsiNilAndType => GetResourceString("Sch_XsiNilAndType");
1133
1134 internal static string Sch_DupSimpleTypeChild => GetResourceString("Sch_DupSimpleTypeChild");
1135
1136 internal static string Sch_InvalidIdAttribute => GetResourceString("Sch_InvalidIdAttribute");
1137
1138 internal static string Sch_InvalidNameAttributeEx => GetResourceString("Sch_InvalidNameAttributeEx");
1139
1140 internal static string Sch_InvalidAttribute => GetResourceString("Sch_InvalidAttribute");
1141
1142 internal static string Sch_EmptyChoice => GetResourceString("Sch_EmptyChoice");
1143
1144 internal static string Sch_DerivedNotFromBase => GetResourceString("Sch_DerivedNotFromBase");
1145
1146 internal static string Sch_NeedSimpleTypeChild => GetResourceString("Sch_NeedSimpleTypeChild");
1147
1148 internal static string Sch_InvalidCollection => GetResourceString("Sch_InvalidCollection");
1149
1150 internal static string Sch_UnrefNS => GetResourceString("Sch_UnrefNS");
1151
1152 internal static string Sch_InvalidSimpleTypeRestriction => GetResourceString("Sch_InvalidSimpleTypeRestriction");
1153
1154 internal static string Sch_MultipleRedefine => GetResourceString("Sch_MultipleRedefine");
1155
1156 internal static string Sch_NullValue => GetResourceString("Sch_NullValue");
1157
1158 internal static string Sch_ComplexContentModel => GetResourceString("Sch_ComplexContentModel");
1159
1160 internal static string Sch_SchemaNotPreprocessed => GetResourceString("Sch_SchemaNotPreprocessed");
1161
1162 internal static string Sch_SchemaNotRemoved => GetResourceString("Sch_SchemaNotRemoved");
1163
1164 internal static string Sch_ComponentAlreadySeenForNS => GetResourceString("Sch_ComponentAlreadySeenForNS");
1165
1166 internal static string Sch_DefaultAttributeNotApplied => GetResourceString("Sch_DefaultAttributeNotApplied");
1167
1168 internal static string Sch_NotXsiAttribute => GetResourceString("Sch_NotXsiAttribute");
1169
1170 internal static string Sch_SchemaDoesNotExist => GetResourceString("Sch_SchemaDoesNotExist");
1171
1172 internal static string XmlDocument_ValidateInvalidNodeType => GetResourceString("XmlDocument_ValidateInvalidNodeType");
1173
1174 internal static string XmlDocument_NodeNotFromDocument => GetResourceString("XmlDocument_NodeNotFromDocument");
1175
1176 internal static string XmlDocument_NoNodeSchemaInfo => GetResourceString("XmlDocument_NoNodeSchemaInfo");
1177
1178 internal static string XmlDocument_NoSchemaInfo => GetResourceString("XmlDocument_NoSchemaInfo");
1179
1180 internal static string Sch_InvalidStartTransition => GetResourceString("Sch_InvalidStartTransition");
1181
1182 internal static string Sch_InvalidStateTransition => GetResourceString("Sch_InvalidStateTransition");
1183
1184 internal static string Sch_InvalidEndValidation => GetResourceString("Sch_InvalidEndValidation");
1185
1186 internal static string Sch_InvalidEndElementCall => GetResourceString("Sch_InvalidEndElementCall");
1187
1188 internal static string Sch_InvalidEndElementCallTyped => GetResourceString("Sch_InvalidEndElementCallTyped");
1189
1190 internal static string Sch_InvalidEndElementMultiple => GetResourceString("Sch_InvalidEndElementMultiple");
1191
1192 internal static string Sch_DuplicateAttribute => GetResourceString("Sch_DuplicateAttribute");
1193
1194 internal static string Sch_InvalidPartialValidationType => GetResourceString("Sch_InvalidPartialValidationType");
1195
1196 internal static string Sch_SchemaElementNameMismatch => GetResourceString("Sch_SchemaElementNameMismatch");
1197
1198 internal static string Sch_SchemaAttributeNameMismatch => GetResourceString("Sch_SchemaAttributeNameMismatch");
1199
1200 internal static string Sch_ValidateAttributeInvalidCall => GetResourceString("Sch_ValidateAttributeInvalidCall");
1201
1202 internal static string Sch_ValidateElementInvalidCall => GetResourceString("Sch_ValidateElementInvalidCall");
1203
1204 internal static string Sch_EnumNotStarted => GetResourceString("Sch_EnumNotStarted");
1205
1206 internal static string Sch_EnumFinished => GetResourceString("Sch_EnumFinished");
1207
1208 internal static string SchInf_schema => GetResourceString("SchInf_schema");
1209
1210 internal static string SchInf_entity => GetResourceString("SchInf_entity");
1211
1212 internal static string SchInf_simplecontent => GetResourceString("SchInf_simplecontent");
1213
1214 internal static string SchInf_extension => GetResourceString("SchInf_extension");
1215
1216 internal static string SchInf_particle => GetResourceString("SchInf_particle");
1217
1218 internal static string SchInf_ct => GetResourceString("SchInf_ct");
1219
1220 internal static string SchInf_seq => GetResourceString("SchInf_seq");
1221
1222 internal static string SchInf_noseq => GetResourceString("SchInf_noseq");
1223
1224 internal static string SchInf_noct => GetResourceString("SchInf_noct");
1225
1226 internal static string SchInf_UnknownParticle => GetResourceString("SchInf_UnknownParticle");
1227
1228 internal static string SchInf_schematype => GetResourceString("SchInf_schematype");
1229
1230 internal static string SchInf_NoElement => GetResourceString("SchInf_NoElement");
1231
1232 internal static string Xp_UnclosedString => GetResourceString("Xp_UnclosedString");
1233
1234 internal static string Xp_ExprExpected => GetResourceString("Xp_ExprExpected");
1235
1236 internal static string Xp_InvalidArgumentType => GetResourceString("Xp_InvalidArgumentType");
1237
1238 internal static string Xp_InvalidNumArgs => GetResourceString("Xp_InvalidNumArgs");
1239
1240 internal static string Xp_InvalidName => GetResourceString("Xp_InvalidName");
1241
1242 internal static string Xp_InvalidToken => GetResourceString("Xp_InvalidToken");
1243
1244 internal static string Xp_NodeSetExpected => GetResourceString("Xp_NodeSetExpected");
1245
1246 internal static string Xp_NotSupported => GetResourceString("Xp_NotSupported");
1247
1248 internal static string Xp_InvalidPattern => GetResourceString("Xp_InvalidPattern");
1249
1250 internal static string Xp_InvalidKeyPattern => GetResourceString("Xp_InvalidKeyPattern");
1251
1252 internal static string Xp_BadQueryObject => GetResourceString("Xp_BadQueryObject");
1253
1254 internal static string Xp_UndefinedXsltContext => GetResourceString("Xp_UndefinedXsltContext");
1255
1256 internal static string Xp_NoContext => GetResourceString("Xp_NoContext");
1257
1258 internal static string Xp_UndefVar => GetResourceString("Xp_UndefVar");
1259
1260 internal static string Xp_UndefFunc => GetResourceString("Xp_UndefFunc");
1261
1262 internal static string Xp_FunctionFailed => GetResourceString("Xp_FunctionFailed");
1263
1264 internal static string Xp_CurrentNotAllowed => GetResourceString("Xp_CurrentNotAllowed");
1265
1266 internal static string Xp_QueryTooComplex => GetResourceString("Xp_QueryTooComplex");
1267
1268 internal static string Xdom_DualDocumentTypeNode => GetResourceString("Xdom_DualDocumentTypeNode");
1269
1270 internal static string Xdom_DualDocumentElementNode => GetResourceString("Xdom_DualDocumentElementNode");
1271
1272 internal static string Xdom_DualDeclarationNode => GetResourceString("Xdom_DualDeclarationNode");
1273
1274 internal static string Xdom_Import => GetResourceString("Xdom_Import");
1275
1276 internal static string Xdom_Import_NullNode => GetResourceString("Xdom_Import_NullNode");
1277
1278 internal static string Xdom_NoRootEle => GetResourceString("Xdom_NoRootEle");
1279
1280 internal static string Xdom_Attr_Name => GetResourceString("Xdom_Attr_Name");
1281
1282 internal static string Xdom_AttrCol_Object => GetResourceString("Xdom_AttrCol_Object");
1283
1284 internal static string Xdom_AttrCol_Insert => GetResourceString("Xdom_AttrCol_Insert");
1285
1286 internal static string Xdom_NamedNode_Context => GetResourceString("Xdom_NamedNode_Context");
1287
1288 internal static string Xdom_Version => GetResourceString("Xdom_Version");
1289
1290 internal static string Xdom_standalone => GetResourceString("Xdom_standalone");
1291
1292 internal static string Xdom_Ent_Innertext => GetResourceString("Xdom_Ent_Innertext");
1293
1294 internal static string Xdom_EntRef_SetVal => GetResourceString("Xdom_EntRef_SetVal");
1295
1296 internal static string Xdom_WS_Char => GetResourceString("Xdom_WS_Char");
1297
1298 internal static string Xdom_Node_SetVal => GetResourceString("Xdom_Node_SetVal");
1299
1300 internal static string Xdom_Empty_LocalName => GetResourceString("Xdom_Empty_LocalName");
1301
1302 internal static string Xdom_Set_InnerXml => GetResourceString("Xdom_Set_InnerXml");
1303
1304 internal static string Xdom_Attr_InUse => GetResourceString("Xdom_Attr_InUse");
1305
1306 internal static string Xdom_Enum_ElementList => GetResourceString("Xdom_Enum_ElementList");
1307
1308 internal static string Xdom_Invalid_NT_String => GetResourceString("Xdom_Invalid_NT_String");
1309
1310 internal static string Xdom_InvalidCharacter_EntityReference => GetResourceString("Xdom_InvalidCharacter_EntityReference");
1311
1312 internal static string Xdom_IndexOutOfRange => GetResourceString("Xdom_IndexOutOfRange");
1313
1314 internal static string Xdom_Document_Innertext => GetResourceString("Xdom_Document_Innertext");
1315
1316 internal static string Xpn_BadPosition => GetResourceString("Xpn_BadPosition");
1317
1318 internal static string Xpn_MissingParent => GetResourceString("Xpn_MissingParent");
1319
1320 internal static string Xpn_NoContent => GetResourceString("Xpn_NoContent");
1321
1322 internal static string Xdom_Load_NoDocument => GetResourceString("Xdom_Load_NoDocument");
1323
1324 internal static string Xdom_Load_NoReader => GetResourceString("Xdom_Load_NoReader");
1325
1326 internal static string Xdom_Node_Null_Doc => GetResourceString("Xdom_Node_Null_Doc");
1327
1328 internal static string Xdom_Node_Insert_Child => GetResourceString("Xdom_Node_Insert_Child");
1329
1330 internal static string Xdom_Node_Insert_Contain => GetResourceString("Xdom_Node_Insert_Contain");
1331
1332 internal static string Xdom_Node_Insert_Path => GetResourceString("Xdom_Node_Insert_Path");
1333
1334 internal static string Xdom_Node_Insert_Context => GetResourceString("Xdom_Node_Insert_Context");
1335
1336 internal static string Xdom_Node_Insert_Location => GetResourceString("Xdom_Node_Insert_Location");
1337
1338 internal static string Xdom_Node_Insert_TypeConflict => GetResourceString("Xdom_Node_Insert_TypeConflict");
1339
1340 internal static string Xdom_Node_Remove_Contain => GetResourceString("Xdom_Node_Remove_Contain");
1341
1342 internal static string Xdom_Node_Remove_Child => GetResourceString("Xdom_Node_Remove_Child");
1343
1344 internal static string Xdom_Node_Modify_ReadOnly => GetResourceString("Xdom_Node_Modify_ReadOnly");
1345
1346 internal static string Xdom_TextNode_SplitText => GetResourceString("Xdom_TextNode_SplitText");
1347
1348 internal static string Xdom_Attr_Reserved_XmlNS => GetResourceString("Xdom_Attr_Reserved_XmlNS");
1349
1350 internal static string Xdom_Node_Cloning => GetResourceString("Xdom_Node_Cloning");
1351
1352 internal static string Xnr_ResolveEntity => GetResourceString("Xnr_ResolveEntity");
1353
1354 internal static string XPathDocument_MissingSchemas => GetResourceString("XPathDocument_MissingSchemas");
1355
1356 internal static string XPathDocument_NotEnoughSchemaInfo => GetResourceString("XPathDocument_NotEnoughSchemaInfo");
1357
1358 internal static string XPathDocument_ValidateInvalidNodeType => GetResourceString("XPathDocument_ValidateInvalidNodeType");
1359
1360 internal static string XPathDocument_SchemaSetNotAllowed => GetResourceString("XPathDocument_SchemaSetNotAllowed");
1361
1362 internal static string XmlBin_MissingEndCDATA => GetResourceString("XmlBin_MissingEndCDATA");
1363
1364 internal static string XmlBin_InvalidQNameID => GetResourceString("XmlBin_InvalidQNameID");
1365
1366 internal static string XmlBinary_UnexpectedToken => GetResourceString("XmlBinary_UnexpectedToken");
1367
1368 internal static string XmlBinary_InvalidSqlDecimal => GetResourceString("XmlBinary_InvalidSqlDecimal");
1369
1370 internal static string XmlBinary_InvalidSignature => GetResourceString("XmlBinary_InvalidSignature");
1371
1372 internal static string XmlBinary_InvalidProtocolVersion => GetResourceString("XmlBinary_InvalidProtocolVersion");
1373
1374 internal static string XmlBinary_UnsupportedCodePage => GetResourceString("XmlBinary_UnsupportedCodePage");
1375
1376 internal static string XmlBinary_InvalidStandalone => GetResourceString("XmlBinary_InvalidStandalone");
1377
1378 internal static string XmlBinary_NoParserContext => GetResourceString("XmlBinary_NoParserContext");
1379
1380 internal static string XmlBinary_ListsOfValuesNotSupported => GetResourceString("XmlBinary_ListsOfValuesNotSupported");
1381
1382 internal static string XmlBinary_CastNotSupported => GetResourceString("XmlBinary_CastNotSupported");
1383
1384 internal static string XmlBinary_NoRemapPrefix => GetResourceString("XmlBinary_NoRemapPrefix");
1385
1386 internal static string XmlBinary_AttrWithNsNoPrefix => GetResourceString("XmlBinary_AttrWithNsNoPrefix");
1387
1388 internal static string XmlBinary_ValueTooBig => GetResourceString("XmlBinary_ValueTooBig");
1389
1390 internal static string SqlTypes_ArithOverflow => GetResourceString("SqlTypes_ArithOverflow");
1391
1392 internal static string XmlMissingType => GetResourceString("XmlMissingType");
1393
1394 internal static string XmlSerializerUnsupportedType => GetResourceString("XmlSerializerUnsupportedType");
1395
1396 internal static string XmlSerializerUnsupportedMember => GetResourceString("XmlSerializerUnsupportedMember");
1397
1398 internal static string XmlUnsupportedTypeKind => GetResourceString("XmlUnsupportedTypeKind");
1399
1400 internal static string XmlUnsupportedSoapTypeKind => GetResourceString("XmlUnsupportedSoapTypeKind");
1401
1402 internal static string XmlUnsupportedIDictionary => GetResourceString("XmlUnsupportedIDictionary");
1403
1404 internal static string XmlUnsupportedIDictionaryDetails => GetResourceString("XmlUnsupportedIDictionaryDetails");
1405
1406 internal static string XmlDuplicateTypeName => GetResourceString("XmlDuplicateTypeName");
1407
1408 internal static string XmlSerializableNameMissing1 => GetResourceString("XmlSerializableNameMissing1");
1409
1410 internal static string XmlConstructorInaccessible => GetResourceString("XmlConstructorInaccessible");
1411
1412 internal static string XmlTypeInaccessible => GetResourceString("XmlTypeInaccessible");
1413
1414 internal static string XmlTypeStatic => GetResourceString("XmlTypeStatic");
1415
1416 internal static string XmlNoDefaultAccessors => GetResourceString("XmlNoDefaultAccessors");
1417
1418 internal static string XmlNoAddMethod => GetResourceString("XmlNoAddMethod");
1419
1420 internal static string XmlReadOnlyPropertyError => GetResourceString("XmlReadOnlyPropertyError");
1421
1422 internal static string XmlAttributeSetAgain => GetResourceString("XmlAttributeSetAgain");
1423
1424 internal static string XmlIllegalWildcard => GetResourceString("XmlIllegalWildcard");
1425
1426 internal static string XmlIllegalArrayElement => GetResourceString("XmlIllegalArrayElement");
1427
1428 internal static string XmlIllegalForm => GetResourceString("XmlIllegalForm");
1429
1430 internal static string XmlBareTextMember => GetResourceString("XmlBareTextMember");
1431
1432 internal static string XmlBareAttributeMember => GetResourceString("XmlBareAttributeMember");
1433
1434 internal static string XmlReflectionError => GetResourceString("XmlReflectionError");
1435
1436 internal static string XmlTypeReflectionError => GetResourceString("XmlTypeReflectionError");
1437
1438 internal static string XmlPropertyReflectionError => GetResourceString("XmlPropertyReflectionError");
1439
1440 internal static string XmlFieldReflectionError => GetResourceString("XmlFieldReflectionError");
1441
1442 internal static string XmlInvalidDataTypeUsage => GetResourceString("XmlInvalidDataTypeUsage");
1443
1444 internal static string XmlInvalidXsdDataType => GetResourceString("XmlInvalidXsdDataType");
1445
1446 internal static string XmlDataTypeMismatch => GetResourceString("XmlDataTypeMismatch");
1447
1448 internal static string XmlIllegalTypeContext => GetResourceString("XmlIllegalTypeContext");
1449
1450 internal static string XmlUdeclaredXsdType => GetResourceString("XmlUdeclaredXsdType");
1451
1452 internal static string XmlInvalidConstantAttribute => GetResourceString("XmlInvalidConstantAttribute");
1453
1454 internal static string XmlIllegalAttributesArrayAttribute => GetResourceString("XmlIllegalAttributesArrayAttribute");
1455
1456 internal static string XmlIllegalElementsArrayAttribute => GetResourceString("XmlIllegalElementsArrayAttribute");
1457
1458 internal static string XmlIllegalArrayArrayAttribute => GetResourceString("XmlIllegalArrayArrayAttribute");
1459
1460 internal static string XmlIllegalAttribute => GetResourceString("XmlIllegalAttribute");
1461
1462 internal static string XmlIllegalType => GetResourceString("XmlIllegalType");
1463
1464 internal static string XmlIllegalAttrOrText => GetResourceString("XmlIllegalAttrOrText");
1465
1466 internal static string XmlIllegalSoapAttribute => GetResourceString("XmlIllegalSoapAttribute");
1467
1468 internal static string XmlIllegalAttrOrTextInterface => GetResourceString("XmlIllegalAttrOrTextInterface");
1469
1470 internal static string XmlIllegalAttributeFlagsArray => GetResourceString("XmlIllegalAttributeFlagsArray");
1471
1472 internal static string XmlIllegalAnyElement => GetResourceString("XmlIllegalAnyElement");
1473
1474 internal static string XmlInvalidIsNullable => GetResourceString("XmlInvalidIsNullable");
1475
1476 internal static string XmlInvalidNotNullable => GetResourceString("XmlInvalidNotNullable");
1477
1478 internal static string XmlInvalidFormUnqualified => GetResourceString("XmlInvalidFormUnqualified");
1479
1480 internal static string XmlDuplicateNamespace => GetResourceString("XmlDuplicateNamespace");
1481
1482 internal static string XmlElementHasNoName => GetResourceString("XmlElementHasNoName");
1483
1484 internal static string XmlAttributeHasNoName => GetResourceString("XmlAttributeHasNoName");
1485
1486 internal static string XmlElementImportedTwice => GetResourceString("XmlElementImportedTwice");
1487
1488 internal static string XmlHiddenMember => GetResourceString("XmlHiddenMember");
1489
1490 internal static string XmlInvalidXmlOverride => GetResourceString("XmlInvalidXmlOverride");
1491
1492 internal static string XmlMembersDeriveError => GetResourceString("XmlMembersDeriveError");
1493
1494 internal static string XmlTypeUsedTwice => GetResourceString("XmlTypeUsedTwice");
1495
1496 internal static string XmlMissingGroup => GetResourceString("XmlMissingGroup");
1497
1498 internal static string XmlMissingAttributeGroup => GetResourceString("XmlMissingAttributeGroup");
1499
1500 internal static string XmlMissingDataType => GetResourceString("XmlMissingDataType");
1501
1502 internal static string XmlInvalidEncoding => GetResourceString("XmlInvalidEncoding");
1503
1504 internal static string XmlMissingElement => GetResourceString("XmlMissingElement");
1505
1506 internal static string XmlMissingAttribute => GetResourceString("XmlMissingAttribute");
1507
1508 internal static string XmlMissingMethodEnum => GetResourceString("XmlMissingMethodEnum");
1509
1510 internal static string XmlNoAttributeHere => GetResourceString("XmlNoAttributeHere");
1511
1512 internal static string XmlNeedAttributeHere => GetResourceString("XmlNeedAttributeHere");
1513
1514 internal static string XmlElementNameMismatch => GetResourceString("XmlElementNameMismatch");
1515
1516 internal static string XmlUnsupportedDefaultType => GetResourceString("XmlUnsupportedDefaultType");
1517
1518 internal static string XmlUnsupportedDefaultValue => GetResourceString("XmlUnsupportedDefaultValue");
1519
1520 internal static string XmlInvalidDefaultValue => GetResourceString("XmlInvalidDefaultValue");
1521
1522 internal static string XmlInvalidDefaultEnumValue => GetResourceString("XmlInvalidDefaultEnumValue");
1523
1524 internal static string XmlUnknownNode => GetResourceString("XmlUnknownNode");
1525
1526 internal static string XmlUnknownConstant => GetResourceString("XmlUnknownConstant");
1527
1528 internal static string XmlSerializeError => GetResourceString("XmlSerializeError");
1529
1530 internal static string XmlSerializeErrorDetails => GetResourceString("XmlSerializeErrorDetails");
1531
1532 internal static string XmlSchemaDuplicateNamespace => GetResourceString("XmlSchemaDuplicateNamespace");
1533
1534 internal static string XmlSchemaCompiled => GetResourceString("XmlSchemaCompiled");
1535
1536 internal static string XmlInvalidArrayDimentions => GetResourceString("XmlInvalidArrayDimentions");
1537
1538 internal static string XmlInvalidArrayTypeName => GetResourceString("XmlInvalidArrayTypeName");
1539
1540 internal static string XmlInvalidArrayTypeNamespace => GetResourceString("XmlInvalidArrayTypeNamespace");
1541
1542 internal static string XmlMissingArrayType => GetResourceString("XmlMissingArrayType");
1543
1544 internal static string XmlEmptyArrayType => GetResourceString("XmlEmptyArrayType");
1545
1546 internal static string XmlInvalidArraySyntax => GetResourceString("XmlInvalidArraySyntax");
1547
1548 internal static string XmlInvalidArrayTypeSyntax => GetResourceString("XmlInvalidArrayTypeSyntax");
1549
1550 internal static string XmlMismatchedArrayBrackets => GetResourceString("XmlMismatchedArrayBrackets");
1551
1552 internal static string XmlInvalidArrayLength => GetResourceString("XmlInvalidArrayLength");
1553
1554 internal static string XmlMissingHref => GetResourceString("XmlMissingHref");
1555
1556 internal static string XmlInvalidHref => GetResourceString("XmlInvalidHref");
1557
1558 internal static string XmlUnknownType => GetResourceString("XmlUnknownType");
1559
1560 internal static string XmlAbstractType => GetResourceString("XmlAbstractType");
1561
1562 internal static string XmlMappingsScopeMismatch => GetResourceString("XmlMappingsScopeMismatch");
1563
1564 internal static string XmlMethodTypeNameConflict => GetResourceString("XmlMethodTypeNameConflict");
1565
1566 internal static string XmlCannotReconcileAccessor => GetResourceString("XmlCannotReconcileAccessor");
1567
1568 internal static string XmlCannotReconcileAttributeAccessor => GetResourceString("XmlCannotReconcileAttributeAccessor");
1569
1570 internal static string XmlCannotReconcileAccessorDefault => GetResourceString("XmlCannotReconcileAccessorDefault");
1571
1572 internal static string XmlInvalidTypeAttributes => GetResourceString("XmlInvalidTypeAttributes");
1573
1574 internal static string XmlInvalidAttributeUse => GetResourceString("XmlInvalidAttributeUse");
1575
1576 internal static string XmlTypesDuplicate => GetResourceString("XmlTypesDuplicate");
1577
1578 internal static string XmlInvalidSoapArray => GetResourceString("XmlInvalidSoapArray");
1579
1580 internal static string XmlCannotIncludeInSchema => GetResourceString("XmlCannotIncludeInSchema");
1581
1582 internal static string XmlInvalidSerializable => GetResourceString("XmlInvalidSerializable");
1583
1584 internal static string XmlInvalidUseOfType => GetResourceString("XmlInvalidUseOfType");
1585
1586 internal static string XmlUnxpectedType => GetResourceString("XmlUnxpectedType");
1587
1588 internal static string XmlUnknownAnyElement => GetResourceString("XmlUnknownAnyElement");
1589
1590 internal static string XmlMultipleAttributeOverrides => GetResourceString("XmlMultipleAttributeOverrides");
1591
1592 internal static string XmlInvalidEnumAttribute => GetResourceString("XmlInvalidEnumAttribute");
1593
1594 internal static string XmlInvalidReturnPosition => GetResourceString("XmlInvalidReturnPosition");
1595
1596 internal static string XmlInvalidElementAttribute => GetResourceString("XmlInvalidElementAttribute");
1597
1598 internal static string XmlInvalidVoid => GetResourceString("XmlInvalidVoid");
1599
1600 internal static string XmlInvalidContent => GetResourceString("XmlInvalidContent");
1601
1602 internal static string XmlInvalidAttributeType => GetResourceString("XmlInvalidAttributeType");
1603
1604 internal static string XmlInvalidBaseType => GetResourceString("XmlInvalidBaseType");
1605
1606 internal static string XmlInvalidIdentifier => GetResourceString("XmlInvalidIdentifier");
1607
1608 internal static string XmlGenError => GetResourceString("XmlGenError");
1609
1610 internal static string XmlInvalidXmlns => GetResourceString("XmlInvalidXmlns");
1611
1612 internal static string XmlCircularReference => GetResourceString("XmlCircularReference");
1613
1614 internal static string XmlCircularReference2 => GetResourceString("XmlCircularReference2");
1615
1616 internal static string XmlAnonymousBaseType => GetResourceString("XmlAnonymousBaseType");
1617
1618 internal static string XmlMissingSchema => GetResourceString("XmlMissingSchema");
1619
1620 internal static string XmlNoSerializableMembers => GetResourceString("XmlNoSerializableMembers");
1621
1622 internal static string XmlIllegalOverride => GetResourceString("XmlIllegalOverride");
1623
1624 internal static string XmlReadOnlyCollection => GetResourceString("XmlReadOnlyCollection");
1625
1626 internal static string XmlRpcNestedValueType => GetResourceString("XmlRpcNestedValueType");
1627
1628 internal static string XmlRpcRefsInValueType => GetResourceString("XmlRpcRefsInValueType");
1629
1630 internal static string XmlRpcArrayOfValueTypes => GetResourceString("XmlRpcArrayOfValueTypes");
1631
1632 internal static string XmlDuplicateElementName => GetResourceString("XmlDuplicateElementName");
1633
1634 internal static string XmlDuplicateAttributeName => GetResourceString("XmlDuplicateAttributeName");
1635
1636 internal static string XmlBadBaseElement => GetResourceString("XmlBadBaseElement");
1637
1638 internal static string XmlBadBaseType => GetResourceString("XmlBadBaseType");
1639
1640 internal static string XmlUndefinedAlias => GetResourceString("XmlUndefinedAlias");
1641
1642 internal static string XmlChoiceIdentifierType => GetResourceString("XmlChoiceIdentifierType");
1643
1644 internal static string XmlChoiceIdentifierArrayType => GetResourceString("XmlChoiceIdentifierArrayType");
1645
1646 internal static string XmlChoiceIdentifierTypeEnum => GetResourceString("XmlChoiceIdentifierTypeEnum");
1647
1648 internal static string XmlChoiceIdentiferMemberMissing => GetResourceString("XmlChoiceIdentiferMemberMissing");
1649
1650 internal static string XmlChoiceIdentiferAmbiguous => GetResourceString("XmlChoiceIdentiferAmbiguous");
1651
1652 internal static string XmlChoiceIdentiferMissing => GetResourceString("XmlChoiceIdentiferMissing");
1653
1654 internal static string XmlChoiceMissingValue => GetResourceString("XmlChoiceMissingValue");
1655
1656 internal static string XmlChoiceMissingAnyValue => GetResourceString("XmlChoiceMissingAnyValue");
1657
1658 internal static string XmlChoiceMismatchChoiceException => GetResourceString("XmlChoiceMismatchChoiceException");
1659
1660 internal static string XmlArrayItemAmbiguousTypes => GetResourceString("XmlArrayItemAmbiguousTypes");
1661
1662 internal static string XmlUnsupportedInterface => GetResourceString("XmlUnsupportedInterface");
1663
1664 internal static string XmlUnsupportedInterfaceDetails => GetResourceString("XmlUnsupportedInterfaceDetails");
1665
1666 internal static string XmlUnsupportedRank => GetResourceString("XmlUnsupportedRank");
1667
1668 internal static string XmlUnsupportedInheritance => GetResourceString("XmlUnsupportedInheritance");
1669
1670 internal static string XmlIllegalMultipleText => GetResourceString("XmlIllegalMultipleText");
1671
1672 internal static string XmlIllegalMultipleTextMembers => GetResourceString("XmlIllegalMultipleTextMembers");
1673
1674 internal static string XmlIllegalArrayTextAttribute => GetResourceString("XmlIllegalArrayTextAttribute");
1675
1676 internal static string XmlIllegalTypedTextAttribute => GetResourceString("XmlIllegalTypedTextAttribute");
1677
1678 internal static string XmlIllegalSimpleContentExtension => GetResourceString("XmlIllegalSimpleContentExtension");
1679
1680 internal static string XmlInvalidCast => GetResourceString("XmlInvalidCast");
1681
1682 internal static string XmlInvalidCastWithId => GetResourceString("XmlInvalidCastWithId");
1683
1684 internal static string XmlInvalidArrayRef => GetResourceString("XmlInvalidArrayRef");
1685
1686 internal static string XmlInvalidNullCast => GetResourceString("XmlInvalidNullCast");
1687
1688 internal static string XmlMultipleXmlns => GetResourceString("XmlMultipleXmlns");
1689
1690 internal static string XmlMultipleXmlnsMembers => GetResourceString("XmlMultipleXmlnsMembers");
1691
1692 internal static string XmlXmlnsInvalidType => GetResourceString("XmlXmlnsInvalidType");
1693
1694 internal static string XmlSoleXmlnsAttribute => GetResourceString("XmlSoleXmlnsAttribute");
1695
1696 internal static string XmlConstructorHasSecurityAttributes => GetResourceString("XmlConstructorHasSecurityAttributes");
1697
1698 internal static string XmlInvalidChoiceIdentifierValue => GetResourceString("XmlInvalidChoiceIdentifierValue");
1699
1700 internal static string XmlAnyElementDuplicate => GetResourceString("XmlAnyElementDuplicate");
1701
1702 internal static string XmlChoiceIdDuplicate => GetResourceString("XmlChoiceIdDuplicate");
1703
1704 internal static string XmlChoiceIdentifierMismatch => GetResourceString("XmlChoiceIdentifierMismatch");
1705
1706 internal static string XmlUnsupportedRedefine => GetResourceString("XmlUnsupportedRedefine");
1707
1708 internal static string XmlDuplicateElementInScope => GetResourceString("XmlDuplicateElementInScope");
1709
1710 internal static string XmlDuplicateElementInScope1 => GetResourceString("XmlDuplicateElementInScope1");
1711
1712 internal static string XmlNoPartialTrust => GetResourceString("XmlNoPartialTrust");
1713
1714 internal static string XmlInvalidEncodingNotEncoded1 => GetResourceString("XmlInvalidEncodingNotEncoded1");
1715
1716 internal static string XmlInvalidEncoding3 => GetResourceString("XmlInvalidEncoding3");
1717
1718 internal static string XmlInvalidSpecifiedType => GetResourceString("XmlInvalidSpecifiedType");
1719
1720 internal static string XmlUnsupportedOpenGenericType => GetResourceString("XmlUnsupportedOpenGenericType");
1721
1722 internal static string XmlMismatchSchemaObjects => GetResourceString("XmlMismatchSchemaObjects");
1723
1724 internal static string XmlCircularTypeReference => GetResourceString("XmlCircularTypeReference");
1725
1726 internal static string XmlCircularGroupReference => GetResourceString("XmlCircularGroupReference");
1727
1728 internal static string XmlRpcLitElementNamespace => GetResourceString("XmlRpcLitElementNamespace");
1729
1730 internal static string XmlRpcLitElementNullable => GetResourceString("XmlRpcLitElementNullable");
1731
1732 internal static string XmlRpcLitElements => GetResourceString("XmlRpcLitElements");
1733
1734 internal static string XmlRpcLitArrayElement => GetResourceString("XmlRpcLitArrayElement");
1735
1736 internal static string XmlRpcLitAttributeAttributes => GetResourceString("XmlRpcLitAttributeAttributes");
1737
1738 internal static string XmlRpcLitAttributes => GetResourceString("XmlRpcLitAttributes");
1739
1740 internal static string XmlSequenceMembers => GetResourceString("XmlSequenceMembers");
1741
1742 internal static string XmlRpcLitXmlns => GetResourceString("XmlRpcLitXmlns");
1743
1744 internal static string XmlDuplicateNs => GetResourceString("XmlDuplicateNs");
1745
1746 internal static string XmlAnonymousInclude => GetResourceString("XmlAnonymousInclude");
1747
1748 internal static string XmlSchemaIncludeLocation => GetResourceString("XmlSchemaIncludeLocation");
1749
1750 internal static string XmlSerializableSchemaError => GetResourceString("XmlSerializableSchemaError");
1751
1752 internal static string XmlGetSchemaMethodName => GetResourceString("XmlGetSchemaMethodName");
1753
1754 internal static string XmlGetSchemaMethodMissing => GetResourceString("XmlGetSchemaMethodMissing");
1755
1756 internal static string XmlGetSchemaMethodReturnType => GetResourceString("XmlGetSchemaMethodReturnType");
1757
1758 internal static string XmlGetSchemaEmptyTypeName => GetResourceString("XmlGetSchemaEmptyTypeName");
1759
1760 internal static string XmlGetSchemaTypeMissing => GetResourceString("XmlGetSchemaTypeMissing");
1761
1762 internal static string XmlGetSchemaInclude => GetResourceString("XmlGetSchemaInclude");
1763
1764 internal static string XmlSerializableAttributes => GetResourceString("XmlSerializableAttributes");
1765
1766 internal static string XmlSerializableMergeItem => GetResourceString("XmlSerializableMergeItem");
1767
1768 internal static string XmlSerializableBadDerivation => GetResourceString("XmlSerializableBadDerivation");
1769
1770 internal static string XmlSerializableMissingClrType => GetResourceString("XmlSerializableMissingClrType");
1771
1772 internal static string XmlCircularDerivation => GetResourceString("XmlCircularDerivation");
1773
1774 internal static string XmlMelformMapping => GetResourceString("XmlMelformMapping");
1775
1776 internal static string XmlSchemaSyntaxErrorDetails => GetResourceString("XmlSchemaSyntaxErrorDetails");
1777
1778 internal static string XmlSchemaElementReference => GetResourceString("XmlSchemaElementReference");
1779
1780 internal static string XmlSchemaAttributeReference => GetResourceString("XmlSchemaAttributeReference");
1781
1782 internal static string XmlSchemaItem => GetResourceString("XmlSchemaItem");
1783
1784 internal static string XmlSchemaNamedItem => GetResourceString("XmlSchemaNamedItem");
1785
1786 internal static string XmlSchemaContentDef => GetResourceString("XmlSchemaContentDef");
1787
1788 internal static string XmlSchema => GetResourceString("XmlSchema");
1789
1790 internal static string XmlSerializableRootDupName => GetResourceString("XmlSerializableRootDupName");
1791
1792 internal static string XmlNotSerializable => GetResourceString("XmlNotSerializable");
1793
1794 internal static string XmlPregenInvalidXmlSerializerAssemblyAttribute => GetResourceString("XmlPregenInvalidXmlSerializerAssemblyAttribute");
1795
1796 internal static string XmlSequenceInconsistent => GetResourceString("XmlSequenceInconsistent");
1797
1798 internal static string XmlSequenceUnique => GetResourceString("XmlSequenceUnique");
1799
1800 internal static string XmlSequenceHierarchy => GetResourceString("XmlSequenceHierarchy");
1801
1802 internal static string XmlSequenceMatch => GetResourceString("XmlSequenceMatch");
1803
1804 internal static string XmlDisallowNegativeValues => GetResourceString("XmlDisallowNegativeValues");
1805
1806 internal static string Xml_UnexpectedToken => GetResourceString("Xml_UnexpectedToken");
1807
1808 internal static string Sch_AttributeValueDataType => GetResourceString("Sch_AttributeValueDataType");
1809
1810 internal static string Sch_ElementValueDataType => GetResourceString("Sch_ElementValueDataType");
1811
1812 internal static string XmlInternalError => GetResourceString("XmlInternalError");
1813
1814 internal static string XmlInternalErrorDetails => GetResourceString("XmlInternalErrorDetails");
1815
1816 internal static string Arg_NeverValueType => GetResourceString("Arg_NeverValueType");
1817
1818 internal static string Enc_InvalidByteInEncoding => GetResourceString("Enc_InvalidByteInEncoding");
1819
1820 internal static string Arg_ExpectingXmlTextReader => GetResourceString("Arg_ExpectingXmlTextReader");
1821
1822 internal static string Arg_CannotCreateNode => GetResourceString("Arg_CannotCreateNode");
1823
1824 internal static string Arg_IncompatibleParamType => GetResourceString("Arg_IncompatibleParamType");
1825
1826 internal static string Xml_EndOfInnerExceptionStack => GetResourceString("Xml_EndOfInnerExceptionStack");
1827
1828 internal static string XPath_UnclosedString => GetResourceString("XPath_UnclosedString");
1829
1830 internal static string XPath_ScientificNotation => GetResourceString("XPath_ScientificNotation");
1831
1832 internal static string XPath_UnexpectedToken => GetResourceString("XPath_UnexpectedToken");
1833
1834 internal static string XPath_NodeTestExpected => GetResourceString("XPath_NodeTestExpected");
1835
1836 internal static string XPath_EofExpected => GetResourceString("XPath_EofExpected");
1837
1838 internal static string XPath_TokenExpected => GetResourceString("XPath_TokenExpected");
1839
1840 internal static string XPath_InvalidAxisInPattern => GetResourceString("XPath_InvalidAxisInPattern");
1841
1842 internal static string XPath_PredicateAfterDot => GetResourceString("XPath_PredicateAfterDot");
1843
1844 internal static string XPath_PredicateAfterDotDot => GetResourceString("XPath_PredicateAfterDotDot");
1845
1846 internal static string XPath_NArgsExpected => GetResourceString("XPath_NArgsExpected");
1847
1848 internal static string XPath_NOrMArgsExpected => GetResourceString("XPath_NOrMArgsExpected");
1849
1850 internal static string XPath_AtLeastNArgsExpected => GetResourceString("XPath_AtLeastNArgsExpected");
1851
1852 internal static string XPath_AtMostMArgsExpected => GetResourceString("XPath_AtMostMArgsExpected");
1853
1854 internal static string XPath_NodeSetArgumentExpected => GetResourceString("XPath_NodeSetArgumentExpected");
1855
1856 internal static string XPath_NodeSetExpected => GetResourceString("XPath_NodeSetExpected");
1857
1858 internal static string XPath_RtfInPathExpr => GetResourceString("XPath_RtfInPathExpr");
1859
1860 internal static string Xslt_WarningAsError => GetResourceString("Xslt_WarningAsError");
1861
1862 internal static string Xslt_InputTooComplex => GetResourceString("Xslt_InputTooComplex");
1863
1864 internal static string Xslt_CannotLoadStylesheet => GetResourceString("Xslt_CannotLoadStylesheet");
1865
1866 internal static string Xslt_WrongStylesheetElement => GetResourceString("Xslt_WrongStylesheetElement");
1867
1868 internal static string Xslt_WdXslNamespace => GetResourceString("Xslt_WdXslNamespace");
1869
1870 internal static string Xslt_NotAtTop => GetResourceString("Xslt_NotAtTop");
1871
1872 internal static string Xslt_UnexpectedElement => GetResourceString("Xslt_UnexpectedElement");
1873
1874 internal static string Xslt_NullNsAtTopLevel => GetResourceString("Xslt_NullNsAtTopLevel");
1875
1876 internal static string Xslt_TextNodesNotAllowed => GetResourceString("Xslt_TextNodesNotAllowed");
1877
1878 internal static string Xslt_NotEmptyContents => GetResourceString("Xslt_NotEmptyContents");
1879
1880 internal static string Xslt_InvalidAttribute => GetResourceString("Xslt_InvalidAttribute");
1881
1882 internal static string Xslt_MissingAttribute => GetResourceString("Xslt_MissingAttribute");
1883
1884 internal static string Xslt_InvalidAttrValue => GetResourceString("Xslt_InvalidAttrValue");
1885
1886 internal static string Xslt_BistateAttribute => GetResourceString("Xslt_BistateAttribute");
1887
1888 internal static string Xslt_CharAttribute => GetResourceString("Xslt_CharAttribute");
1889
1890 internal static string Xslt_CircularInclude => GetResourceString("Xslt_CircularInclude");
1891
1892 internal static string Xslt_SingleRightBraceInAvt => GetResourceString("Xslt_SingleRightBraceInAvt");
1893
1894 internal static string Xslt_VariableCntSel2 => GetResourceString("Xslt_VariableCntSel2");
1895
1896 internal static string Xslt_KeyCntUse => GetResourceString("Xslt_KeyCntUse");
1897
1898 internal static string Xslt_DupTemplateName => GetResourceString("Xslt_DupTemplateName");
1899
1900 internal static string Xslt_BothMatchNameAbsent => GetResourceString("Xslt_BothMatchNameAbsent");
1901
1902 internal static string Xslt_InvalidVariable => GetResourceString("Xslt_InvalidVariable");
1903
1904 internal static string Xslt_DupGlobalVariable => GetResourceString("Xslt_DupGlobalVariable");
1905
1906 internal static string Xslt_DupLocalVariable => GetResourceString("Xslt_DupLocalVariable");
1907
1908 internal static string Xslt_DupNsAlias => GetResourceString("Xslt_DupNsAlias");
1909
1910 internal static string Xslt_EmptyAttrValue => GetResourceString("Xslt_EmptyAttrValue");
1911
1912 internal static string Xslt_EmptyNsAlias => GetResourceString("Xslt_EmptyNsAlias");
1913
1914 internal static string Xslt_UnknownXsltFunction => GetResourceString("Xslt_UnknownXsltFunction");
1915
1916 internal static string Xslt_UnsupportedXsltFunction => GetResourceString("Xslt_UnsupportedXsltFunction");
1917
1918 internal static string Xslt_NoAttributeSet => GetResourceString("Xslt_NoAttributeSet");
1919
1920 internal static string Xslt_UndefinedKey => GetResourceString("Xslt_UndefinedKey");
1921
1922 internal static string Xslt_CircularAttributeSet => GetResourceString("Xslt_CircularAttributeSet");
1923
1924 internal static string Xslt_InvalidCallTemplate => GetResourceString("Xslt_InvalidCallTemplate");
1925
1926 internal static string Xslt_InvalidPrefix => GetResourceString("Xslt_InvalidPrefix");
1927
1928 internal static string Xslt_ScriptXsltNamespace => GetResourceString("Xslt_ScriptXsltNamespace");
1929
1930 internal static string Xslt_ScriptInvalidLanguage => GetResourceString("Xslt_ScriptInvalidLanguage");
1931
1932 internal static string Xslt_ScriptMixedLanguages => GetResourceString("Xslt_ScriptMixedLanguages");
1933
1934 internal static string Xslt_ScriptAndExtensionClash => GetResourceString("Xslt_ScriptAndExtensionClash");
1935
1936 internal static string Xslt_NoDecimalFormat => GetResourceString("Xslt_NoDecimalFormat");
1937
1938 internal static string Xslt_DecimalFormatSignsNotDistinct => GetResourceString("Xslt_DecimalFormatSignsNotDistinct");
1939
1940 internal static string Xslt_DecimalFormatRedefined => GetResourceString("Xslt_DecimalFormatRedefined");
1941
1942 internal static string Xslt_UnknownExtensionElement => GetResourceString("Xslt_UnknownExtensionElement");
1943
1944 internal static string Xslt_ModeWithoutMatch => GetResourceString("Xslt_ModeWithoutMatch");
1945
1946 internal static string Xslt_ModeListEmpty => GetResourceString("Xslt_ModeListEmpty");
1947
1948 internal static string Xslt_ModeListDup => GetResourceString("Xslt_ModeListDup");
1949
1950 internal static string Xslt_ModeListAll => GetResourceString("Xslt_ModeListAll");
1951
1952 internal static string Xslt_PriorityWithoutMatch => GetResourceString("Xslt_PriorityWithoutMatch");
1953
1954 internal static string Xslt_InvalidApplyImports => GetResourceString("Xslt_InvalidApplyImports");
1955
1956 internal static string Xslt_DuplicateWithParam => GetResourceString("Xslt_DuplicateWithParam");
1957
1958 internal static string Xslt_ReservedNS => GetResourceString("Xslt_ReservedNS");
1959
1960 internal static string Xslt_XmlnsAttr => GetResourceString("Xslt_XmlnsAttr");
1961
1962 internal static string Xslt_NoWhen => GetResourceString("Xslt_NoWhen");
1963
1964 internal static string Xslt_WhenAfterOtherwise => GetResourceString("Xslt_WhenAfterOtherwise");
1965
1966 internal static string Xslt_DupOtherwise => GetResourceString("Xslt_DupOtherwise");
1967
1968 internal static string Xslt_AttributeRedefinition => GetResourceString("Xslt_AttributeRedefinition");
1969
1970 internal static string Xslt_InvalidMethod => GetResourceString("Xslt_InvalidMethod");
1971
1972 internal static string Xslt_InvalidEncoding => GetResourceString("Xslt_InvalidEncoding");
1973
1974 internal static string Xslt_InvalidLanguage => GetResourceString("Xslt_InvalidLanguage");
1975
1976 internal static string Xslt_InvalidCompareOption => GetResourceString("Xslt_InvalidCompareOption");
1977
1978 internal static string Xslt_KeyNotAllowed => GetResourceString("Xslt_KeyNotAllowed");
1979
1980 internal static string Xslt_VariablesNotAllowed => GetResourceString("Xslt_VariablesNotAllowed");
1981
1982 internal static string Xslt_CurrentNotAllowed => GetResourceString("Xslt_CurrentNotAllowed");
1983
1984 internal static string Xslt_DocumentFuncProhibited => GetResourceString("Xslt_DocumentFuncProhibited");
1985
1986 internal static string Xslt_ScriptsProhibited => GetResourceString("Xslt_ScriptsProhibited");
1987
1988 internal static string Xslt_ItemNull => GetResourceString("Xslt_ItemNull");
1989
1990 internal static string Xslt_NodeSetNotNode => GetResourceString("Xslt_NodeSetNotNode");
1991
1992 internal static string Xslt_UnsupportedClrType => GetResourceString("Xslt_UnsupportedClrType");
1993
1994 internal static string Xslt_NotYetImplemented => GetResourceString("Xslt_NotYetImplemented");
1995
1996 internal static string Xslt_SchemaAttribute => GetResourceString("Xslt_SchemaAttribute");
1997
1998 internal static string Xslt_SchemaAttributeValue => GetResourceString("Xslt_SchemaAttributeValue");
1999
2000 internal static string Xslt_ElementCntSel => GetResourceString("Xslt_ElementCntSel");
2001
2002 internal static string Xslt_RequiredAndSelect => GetResourceString("Xslt_RequiredAndSelect");
2003
2004 internal static string Xslt_NoSelectNoContent => GetResourceString("Xslt_NoSelectNoContent");
2005
2006 internal static string Xslt_NonTemplateTunnel => GetResourceString("Xslt_NonTemplateTunnel");
2007
2008 internal static string Xslt_ExcludeDefault => GetResourceString("Xslt_ExcludeDefault");
2009
2010 internal static string Xslt_CollationSyntax => GetResourceString("Xslt_CollationSyntax");
2011
2012 internal static string Xslt_SortStable => GetResourceString("Xslt_SortStable");
2013
2014 internal static string Xslt_InputTypeAnnotations => GetResourceString("Xslt_InputTypeAnnotations");
2015
2016 internal static string Coll_BadOptFormat => GetResourceString("Coll_BadOptFormat");
2017
2018 internal static string Coll_Unsupported => GetResourceString("Coll_Unsupported");
2019
2020 internal static string Coll_UnsupportedLanguage => GetResourceString("Coll_UnsupportedLanguage");
2021
2022 internal static string Coll_UnsupportedOpt => GetResourceString("Coll_UnsupportedOpt");
2023
2024 internal static string Coll_UnsupportedOptVal => GetResourceString("Coll_UnsupportedOptVal");
2025
2026 internal static string Coll_UnsupportedSortOpt => GetResourceString("Coll_UnsupportedSortOpt");
2027
2028 internal static string XmlIl_TooManyParameters => GetResourceString("XmlIl_TooManyParameters");
2029
2030 internal static string XmlIl_BadXmlState => GetResourceString("XmlIl_BadXmlState");
2031
2032 internal static string XmlIl_BadXmlStateAttr => GetResourceString("XmlIl_BadXmlStateAttr");
2033
2034 internal static string XmlIl_NmspAfterAttr => GetResourceString("XmlIl_NmspAfterAttr");
2035
2036 internal static string XmlIl_NmspConflict => GetResourceString("XmlIl_NmspConflict");
2037
2038 internal static string XmlIl_CantResolveEntity => GetResourceString("XmlIl_CantResolveEntity");
2039
2040 internal static string XmlIl_NoDefaultDocument => GetResourceString("XmlIl_NoDefaultDocument");
2041
2042 internal static string XmlIl_UnknownDocument => GetResourceString("XmlIl_UnknownDocument");
2043
2044 internal static string XmlIl_UnknownParam => GetResourceString("XmlIl_UnknownParam");
2045
2046 internal static string XmlIl_UnknownExtObj => GetResourceString("XmlIl_UnknownExtObj");
2047
2048 internal static string XmlIl_CantStripNav => GetResourceString("XmlIl_CantStripNav");
2049
2050 internal static string XmlIl_ExtensionError => GetResourceString("XmlIl_ExtensionError");
2051
2052 internal static string XmlIl_TopLevelAttrNmsp => GetResourceString("XmlIl_TopLevelAttrNmsp");
2053
2054 internal static string XmlIl_NoExtensionMethod => GetResourceString("XmlIl_NoExtensionMethod");
2055
2056 internal static string XmlIl_AmbiguousExtensionMethod => GetResourceString("XmlIl_AmbiguousExtensionMethod");
2057
2058 internal static string XmlIl_NonPublicExtensionMethod => GetResourceString("XmlIl_NonPublicExtensionMethod");
2059
2060 internal static string XmlIl_GenericExtensionMethod => GetResourceString("XmlIl_GenericExtensionMethod");
2061
2062 internal static string XmlIl_ByRefType => GetResourceString("XmlIl_ByRefType");
2063
2064 internal static string XmlIl_DocumentLoadError => GetResourceString("XmlIl_DocumentLoadError");
2065
2066 internal static string Xslt_CompileError => GetResourceString("Xslt_CompileError");
2067
2068 internal static string Xslt_CompileError2 => GetResourceString("Xslt_CompileError2");
2069
2070 internal static string Xslt_UnsuppFunction => GetResourceString("Xslt_UnsuppFunction");
2071
2072 internal static string Xslt_NotFirstImport => GetResourceString("Xslt_NotFirstImport");
2073
2074 internal static string Xslt_UnexpectedKeyword => GetResourceString("Xslt_UnexpectedKeyword");
2075
2076 internal static string Xslt_InvalidContents => GetResourceString("Xslt_InvalidContents");
2077
2078 internal static string Xslt_CantResolve => GetResourceString("Xslt_CantResolve");
2079
2080 internal static string Xslt_SingleRightAvt => GetResourceString("Xslt_SingleRightAvt");
2081
2082 internal static string Xslt_OpenBracesAvt => GetResourceString("Xslt_OpenBracesAvt");
2083
2084 internal static string Xslt_OpenLiteralAvt => GetResourceString("Xslt_OpenLiteralAvt");
2085
2086 internal static string Xslt_NestedAvt => GetResourceString("Xslt_NestedAvt");
2087
2088 internal static string Xslt_EmptyAvtExpr => GetResourceString("Xslt_EmptyAvtExpr");
2089
2090 internal static string Xslt_InvalidXPath => GetResourceString("Xslt_InvalidXPath");
2091
2092 internal static string Xslt_InvalidQName => GetResourceString("Xslt_InvalidQName");
2093
2094 internal static string Xslt_TemplateNoAttrib => GetResourceString("Xslt_TemplateNoAttrib");
2095
2096 internal static string Xslt_DupVarName => GetResourceString("Xslt_DupVarName");
2097
2098 internal static string Xslt_WrongNumberArgs => GetResourceString("Xslt_WrongNumberArgs");
2099
2100 internal static string Xslt_NoNodeSetConversion => GetResourceString("Xslt_NoNodeSetConversion");
2101
2102 internal static string Xslt_NoNavigatorConversion => GetResourceString("Xslt_NoNavigatorConversion");
2103
2104 internal static string Xslt_InvalidFormat => GetResourceString("Xslt_InvalidFormat");
2105
2106 internal static string Xslt_InvalidFormat1 => GetResourceString("Xslt_InvalidFormat1");
2107
2108 internal static string Xslt_InvalidFormat2 => GetResourceString("Xslt_InvalidFormat2");
2109
2110 internal static string Xslt_InvalidFormat3 => GetResourceString("Xslt_InvalidFormat3");
2111
2112 internal static string Xslt_InvalidFormat5 => GetResourceString("Xslt_InvalidFormat5");
2113
2114 internal static string Xslt_InvalidFormat8 => GetResourceString("Xslt_InvalidFormat8");
2115
2116 internal static string Xslt_ScriptInvalidPrefix => GetResourceString("Xslt_ScriptInvalidPrefix");
2117
2118 internal static string Xslt_ScriptEmpty => GetResourceString("Xslt_ScriptEmpty");
2119
2120 internal static string Xslt_DupDecimalFormat => GetResourceString("Xslt_DupDecimalFormat");
2121
2122 internal static string Xslt_CircularReference => GetResourceString("Xslt_CircularReference");
2123
2124 internal static string Xslt_InvalidExtensionNamespace => GetResourceString("Xslt_InvalidExtensionNamespace");
2125
2126 internal static string Xslt_InvalidModeAttribute => GetResourceString("Xslt_InvalidModeAttribute");
2127
2128 internal static string Xslt_MultipleRoots => GetResourceString("Xslt_MultipleRoots");
2129
2130 internal static string Xslt_ApplyImports => GetResourceString("Xslt_ApplyImports");
2131
2132 internal static string Xslt_Terminate => GetResourceString("Xslt_Terminate");
2133
2134 internal static string Xslt_InvalidPattern => GetResourceString("Xslt_InvalidPattern");
2135
2136 internal static string XmlInvalidCharSchemaPrimitive => GetResourceString("XmlInvalidCharSchemaPrimitive");
2137
2138 internal static string UnknownConstantType => GetResourceString("UnknownConstantType");
2139
2140 internal static string ArrayTypeIsNotSupported => GetResourceString("ArrayTypeIsNotSupported");
2141
2142 internal static string XmlPregenTypeDynamic => GetResourceString("XmlPregenTypeDynamic");
2143
2144 internal static string XmlPregenOrphanType => GetResourceString("XmlPregenOrphanType");
2145
2146 internal static string FailLoadAssemblyUnderPregenMode => GetResourceString("FailLoadAssemblyUnderPregenMode");
2147
2148 internal static string CompilingScriptsNotSupported => GetResourceString("CompilingScriptsNotSupported");
2149
2150 private static bool UsingResourceKeys()
2151 {
2152 return s_usingResourceKeys;
2153 }
2154
2155 internal static string GetResourceString(string resourceKey)
2156 {
2157 if (UsingResourceKeys())
2158 {
2159 return resourceKey;
2160 }
2161 string result = null;
2162 try
2163 {
2164 result = ResourceManager.GetString(resourceKey);
2165 }
2167 {
2168 }
2169 return result;
2170 }
2171
2172 internal static string Format(string resourceFormat, object p1)
2173 {
2174 if (UsingResourceKeys())
2175 {
2176 return string.Join(", ", resourceFormat, p1);
2177 }
2178 return string.Format(resourceFormat, p1);
2179 }
2180
2181 internal static string Format(string resourceFormat, object p1, object p2)
2182 {
2183 if (UsingResourceKeys())
2184 {
2185 return string.Join(", ", resourceFormat, p1, p2);
2186 }
2187 return string.Format(resourceFormat, p1, p2);
2188 }
2189
2190 internal static string Format(string resourceFormat, object p1, object p2, object p3)
2191 {
2192 if (UsingResourceKeys())
2193 {
2194 return string.Join(", ", resourceFormat, p1, p2, p3);
2195 }
2196 return string.Format(resourceFormat, p1, p2, p3);
2197 }
2198
2199 internal static string Format(string resourceFormat, params object[] args)
2200 {
2201 if (args != null)
2202 {
2203 if (UsingResourceKeys())
2204 {
2205 return resourceFormat + ", " + string.Join(", ", args);
2206 }
2207 return string.Format(resourceFormat, args);
2208 }
2209 return resourceFormat;
2210 }
2211
2212 internal static string Format(IFormatProvider provider, string resourceFormat, object p1)
2213 {
2214 if (UsingResourceKeys())
2215 {
2216 return string.Join(", ", resourceFormat, p1);
2217 }
2218 return string.Format(provider, resourceFormat, p1);
2219 }
2220}
static bool TryGetSwitch(string switchName, out bool isEnabled)
Definition AppContext.cs:74
virtual ? string GetString(string name)
static string Xslt_ModeListDup
Definition SR.cs:1948
static string Sch_MinGtMax
Definition SR.cs:834
static string Sch_GroupCircularRef
Definition SR.cs:1034
static string Sch_UndefAttributeGroupRef
Definition SR.cs:1044
static string XPath_NodeSetArgumentExpected
Definition SR.cs:1854
static string Sch_NotTokenString
Definition SR.cs:394
static string Sch_MissingPublicSystemAttribute
Definition SR.cs:714
static string Xml_BadAttributeChar
Definition SR.cs:74
static string Xslt_XmlnsAttr
Definition SR.cs:1960
static string Xslt_ModeListAll
Definition SR.cs:1950
static string XmlSchemaNamedItem
Definition SR.cs:1784
static string Arg_CannotCreateNode
Definition SR.cs:1822
static string Xslt_NonTemplateTunnel
Definition SR.cs:2006
static string XmlRpcLitArrayElement
Definition SR.cs:1734
static string Xml_IndentCharsNotWhitespace
Definition SR.cs:334
static string XmlConvert_TypeBadMapping
Definition SR.cs:374
static string Xslt_IncompatibleCompiledStylesheetVersion
Definition SR.cs:28
static string XmlTypeReflectionError
Definition SR.cs:1436
static string XmlElementHasNoName
Definition SR.cs:1482
static string SchInf_simplecontent
Definition SR.cs:1212
static string Xml_MultipleValidaitonTypes
Definition SR.cs:220
static string Sch_SubstitutionCircularRef
Definition SR.cs:930
static string Xml_ExpectIgnoreOrInclude
Definition SR.cs:276
static string XmlIllegalType
Definition SR.cs:1462
static string XmlDisallowNegativeValues
Definition SR.cs:1804
static string Sch_InvalidElementContentExpecting
Definition SR.cs:896
static string Xdom_NamedNode_Context
Definition SR.cs:1286
static string Sch_InvalidComplexTypeBlockValue
Definition SR.cs:516
static string SchInf_schematype
Definition SR.cs:1228
static string Xml_InvalidPiChars
Definition SR.cs:348
static string XmlMismatchSchemaObjects
Definition SR.cs:1722
static string Sch_MinInclusiveExclusive
Definition SR.cs:758
static string Xdom_Node_Insert_Contain
Definition SR.cs:1330
static string XmlIllegalForm
Definition SR.cs:1428
static string Xslt_UnknownXsltFunction
Definition SR.cs:1914
static string FailLoadAssemblyUnderPregenMode
Definition SR.cs:2146
static string XmlConvert_Overflow
Definition SR.cs:372
static string Sch_MinInclusiveConstraintFailed
Definition SR.cs:700
static string Xp_UndefVar
Definition SR.cs:1258
static string Xml_UndeclaredParEntity
Definition SR.cs:214
static string Xdom_Import_NullNode
Definition SR.cs:1276
static string Xml_TagMismatchEx
Definition SR.cs:68
static string Sch_DefaultException
Definition SR.cs:402
static string XmlTypeUsedTwice
Definition SR.cs:1494
static string Xdom_AttrCol_Object
Definition SR.cs:1282
static string Xp_InvalidNumArgs
Definition SR.cs:1238
static string XPath_AtMostMArgsExpected
Definition SR.cs:1852
static string Xslt_InvalidCompareOption
Definition SR.cs:1976
static string Sch_MaxExclusiveFacetProhibited
Definition SR.cs:644
static string Sch_ElementCircularRef
Definition SR.cs:1066
static string XPathDocument_MissingSchemas
Definition SR.cs:1354
static string Xml_ErrorOpeningExternalDtd
Definition SR.cs:168
static string Sch_FractionDigitsFacetProhibited
Definition SR.cs:652
static string XmlBinary_InvalidSqlDecimal
Definition SR.cs:1368
static string Sch_SubstitutionBlocked
Definition SR.cs:878
static string Sch_AttributeValueDataType
Definition SR.cs:1808
static string Xp_UndefinedXsltContext
Definition SR.cs:1254
static string Sch_IdConstraintNoFields
Definition SR.cs:840
static string Xml_CannotResolveEntity
Definition SR.cs:142
static string XmlNoAttributeHere
Definition SR.cs:1510
static string XmlChoiceIdentifierTypeEnum
Definition SR.cs:1646
static string Xdom_Attr_Reserved_XmlNS
Definition SR.cs:1348
static string Sch_NonDeterministic
Definition SR.cs:584
static string Coll_UnsupportedOpt
Definition SR.cs:2022
static string Sch_InvalidTextInElementExpecting
Definition SR.cs:894
static string Xml_InvalidXmlSpace
Definition SR.cs:92
static string XmlBin_InvalidQNameID
Definition SR.cs:1364
static string Xslt_ReservedNS
Definition SR.cs:1958
static string Sch_InvalidComplexTypeFinalValue
Definition SR.cs:518
static string XmlSequenceUnique
Definition SR.cs:1798
static string Xslt_RequiredAndSelect
Definition SR.cs:2002
static string Sch_UnknownDtType
Definition SR.cs:442
static string Xml_UnexpectedEOF1
Definition SR.cs:38
static string Sch_ImportTargetNamespaceNull
Definition SR.cs:800
static string Xml_InvalidNameChars
Definition SR.cs:350
static string Sch_TotalDigitsFacetInvalid
Definition SR.cs:668
static string Xml_ExpectDtdMarkup
Definition SR.cs:244
static string Sch_SeqFromChoice
Definition SR.cs:1030
static string Sch_MaxExclusiveFacetInvalid
Definition SR.cs:662
static string Sch_InvalidContentRestrictionDetailed
Definition SR.cs:980
static string XmlDuplicateTypeName
Definition SR.cs:1406
static string Xslt_InvalidVariable
Definition SR.cs:1902
static string Sch_NoRestOrExtQName
Definition SR.cs:858
static string Xslt_MissingAttribute
Definition SR.cs:1882
static string SchInf_seq
Definition SR.cs:1220
static string Sch_ValidateElementInvalidCall
Definition SR.cs:1202
static string Sch_UnsupportedAttribute
Definition SR.cs:424
static string Xml_CharEntityOverflow
Definition SR.cs:208
static string Sch_AttributeRestrictionInvalid
Definition SR.cs:1052
static string Sch_FractionDigitsNotOnDecimal
Definition SR.cs:782
static string Sch_UndeclaredEntity
Definition SR.cs:748
static string Sch_InvalidIncludeLocation
Definition SR.cs:1076
static string XmlInvalidConstantAttribute
Definition SR.cs:1452
static string Sch_NotXsiAttribute
Definition SR.cs:1168
static string Sch_InvalidExamplar
Definition SR.cs:942
static string Sch_MinExlMaxExlMismatch
Definition SR.cs:1100
static string XmlInvalidAttributeUse
Definition SR.cs:1574
static string Sch_MinExclusiveGtMaxInclusive
Definition SR.cs:766
static string Sch_IdentityConstraintCircularRef
Definition SR.cs:928
static string Sch_DtMinMaxLength
Definition SR.cs:478
static string Xml_PrefixForEmptyNs
Definition SR.cs:286
static string XmlInvalidHref
Definition SR.cs:1556
static string Xslt_ScriptInvalidPrefix
Definition SR.cs:2116
static string Xslt_NoStylesheetLoaded
Definition SR.cs:24
static string Xml_UnexpectedToken
Definition SR.cs:1806
static string XmlInvalidEnumAttribute
Definition SR.cs:1592
static string XmlUnsupportedOpenGenericType
Definition SR.cs:1720
static string Xml_InvalidPrefix
Definition SR.cs:354
static string Sch_ElementValueDataType
Definition SR.cs:1810
static string XmlIl_BadXmlState
Definition SR.cs:2030
static string Xdom_Attr_InUse
Definition SR.cs:1304
static string XmlSchemaContentDef
Definition SR.cs:1786
static string XmlInvalidArrayTypeSyntax
Definition SR.cs:1548
static string Sch_LengthConstraintFailed
Definition SR.cs:686
static string Xslt_ScriptsProhibited
Definition SR.cs:1986
static string XmlSerializableRootDupName
Definition SR.cs:1790
static string Sch_MaxLengthFacetInvalid
Definition SR.cs:658
static string Sch_NotSimpleContent
Definition SR.cs:962
static string Sch_TypeCircularRef
Definition SR.cs:952
static string Xml_ReaderAsyncNotSetException
Definition SR.cs:32
static string Xml_NotInWriteState
Definition SR.cs:358
static string Sch_InvalidNameAttributeEx
Definition SR.cs:1138
static string Xslt_Terminate
Definition SR.cs:2132
static string Sch_MaxMinLengthBaseLength
Definition SR.cs:1088
static string Xslt_InputTypeAnnotations
Definition SR.cs:2014
static string Xml_InvalidCommentChars
Definition SR.cs:288
static string Xml_EmptyName
Definition SR.cs:292
static string Sch_ForbiddenDerivedParticleForElem
Definition SR.cs:994
static string Sch_MinExclusiveMismatch
Definition SR.cs:1096
static string Sch_InvalidAny
Definition SR.cs:938
static string Xslt_InvalidXPath
Definition SR.cs:2090
static string XmlRpcLitElementNullable
Definition SR.cs:1730
static string Sch_RedefineNoSchema
Definition SR.cs:948
static string Xp_QueryTooComplex
Definition SR.cs:1266
static string Sch_ContentInNill
Definition SR.cs:784
static string XmlSchemaItem
Definition SR.cs:1782
static string Xml_AttlistDuplNotationValue
Definition SR.cs:232
static string XmlConvert_TypeListBadMapping2
Definition SR.cs:380
static string Sch_InvalidIdAttribute
Definition SR.cs:1136
static string Sch_UnknownModel
Definition SR.cs:434
static string Xml_EndOfInnerExceptionStack
Definition SR.cs:1826
static string Sch_ManyMaxOccurs
Definition SR.cs:464
static string Xslt_OpenBracesAvt
Definition SR.cs:2082
static string Sch_InvalidAnyAttribute
Definition SR.cs:932
static string XmlFieldReflectionError
Definition SR.cs:1440
static string Sch_ContinuationString
Definition SR.cs:910
static string Sch_IncompleteContentExpectingComplex
Definition SR.cs:902
static string XmlInvalidNotNullable
Definition SR.cs:1476
static string Xml_ClosedOrError
Definition SR.cs:300
static string XmlInvalidCast
Definition SR.cs:1680
static string Xml_InvalidParEntityRef
Definition SR.cs:268
static string XmlMethodTypeNameConflict
Definition SR.cs:1564
static string Sch_DupIdentityConstraint
Definition SR.cs:520
static string Xml_PartialContentNodeTypeNotSupportedEx
Definition SR.cs:104
static string XmlSchemaCompiled
Definition SR.cs:1534
static string Xml_ExpectSubOrClose
Definition SR.cs:270
static string SqlTypes_ArithOverflow
Definition SR.cs:1390
static string XmlConvert_TypeListBadMapping
Definition SR.cs:378
static string XmlDuplicateAttributeName
Definition SR.cs:1634
static string Xml_InvalidNameCharsDetail
Definition SR.cs:296
static string Xslt_EmptyNsAlias
Definition SR.cs:1912
static string Sch_ElementCannotHaveValue
Definition SR.cs:1070
static string XPath_PredicateAfterDot
Definition SR.cs:1842
static string UnknownConstantType
Definition SR.cs:294
static string Sch_NotationAttributeOnEmptyElement
Definition SR.cs:716
static string Xml_CanNotBindToReservedNamespace
Definition SR.cs:108
static string Arg_ExpectingXmlTextReader
Definition SR.cs:1820
static string Sch_InvalidXsdAttributeValue
Definition SR.cs:576
static string Sch_UndeclaredEquivClass
Definition SR.cs:562
static string Sch_DupComplexType
Definition SR.cs:528
static string Sch_SimpleTypeRestRefBase
Definition SR.cs:848
static string Sch_MaxIncExlMismatch
Definition SR.cs:1106
static string Xml_NoNamespaces
Definition SR.cs:342
static string XmlInvalidContent
Definition SR.cs:1600
static string XmlUnxpectedType
Definition SR.cs:1586
static string XmlAnyElementDuplicate
Definition SR.cs:1700
static string XmlReadOnlyPropertyError
Definition SR.cs:1420
static string Xml_WhitespaceHandling
Definition SR.cs:224
static string XmlInvalidXmlns
Definition SR.cs:1610
static string XmlIllegalSimpleContentExtension
Definition SR.cs:1678
static string Xdom_Attr_Name
Definition SR.cs:1280
static string Xml_DoubleBaseUri
Definition SR.cs:192
static string Sch_InvalidEndElementCallTyped
Definition SR.cs:1188
static string Xslt_DocumentFuncProhibited
Definition SR.cs:1984
static string Sch_ComponentRedefineNotFound
Definition SR.cs:804
static string Xslt_BistateAttribute
Definition SR.cs:1886
static string Xslt_TemplateNoAttrib
Definition SR.cs:2094
static string Sch_InvalidContentRestriction
Definition SR.cs:978
static string Xslt_PriorityWithoutMatch
Definition SR.cs:1952
static string XmlMembersDeriveError
Definition SR.cs:1492
static string XmlAnonymousBaseType
Definition SR.cs:1616
static string XmlIllegalAttrOrText
Definition SR.cs:1464
static string Sch_InvalidParticleRestriction
Definition SR.cs:988
static string XmlBinary_UnsupportedCodePage
Definition SR.cs:1374
static string Sch_FixedElementValue
Definition SR.cs:494
static string Sch_DefaultIdValue
Definition SR.cs:458
static string Xslt_EmptyAttrValue
Definition SR.cs:1910
static string Sch_MultipleAttrGroupSelfRef
Definition SR.cs:828
static string XmlUnsupportedIDictionary
Definition SR.cs:1402
static string Xslt_VariableCntSel2
Definition SR.cs:1894
static string XmlInvalidIsNullable
Definition SR.cs:1474
static string XmlIl_NonPublicExtensionMethod
Definition SR.cs:2058
static string Xml_UnclosedQuote
Definition SR.cs:34
static string Sch_AnyFromAnyRule3
Definition SR.cs:1010
static string XmlBinary_NoParserContext
Definition SR.cs:1378
static string Xml_StackOverflow
Definition SR.cs:22
static string Xp_BadQueryObject
Definition SR.cs:1252
static string Xdom_Node_Cloning
Definition SR.cs:1350
static string Xml_NotEnoughSpaceForSurrogatePair
Definition SR.cs:194
static string Xml_NotTheFirst
Definition SR.cs:346
static string Sch_MaxInclusiveConstraintFailed
Definition SR.cs:696
static string Sch_InvalidBaseToMixed
Definition SR.cs:984
static ResourceManager s_resourceManager
Definition SR.cs:10
static string Xml_ExternalEntityInAttValue
Definition SR.cs:126
static string Sch_MissAttribute
Definition SR.cs:428
static string Xslt_NoSelectNoContent
Definition SR.cs:2004
static string Sch_UndeclaredId
Definition SR.cs:418
static string Sch_RootMatchDocType
Definition SR.cs:408
static string XmlMelformMapping
Definition SR.cs:1774
static string XmlIllegalArrayElement
Definition SR.cs:1426
static string Coll_UnsupportedOptVal
Definition SR.cs:2024
static string Sch_ElementFromElement
Definition SR.cs:1000
static string Xslt_SingleRightBraceInAvt
Definition SR.cs:1892
static string Sch_AttrGroupRedefineNotFound
Definition SR.cs:810
static string XPath_InvalidAxisInPattern
Definition SR.cs:1840
static string Xml_RelativeUriNotSupported
Definition SR.cs:282
static string Sch_DupMaxLengthFacet
Definition SR.cs:614
static string Xslt_InvalidContents
Definition SR.cs:2076
static string XPath_NodeSetExpected
Definition SR.cs:1856
static string XmlInvalidXmlOverride
Definition SR.cs:1490
static string Sch_NoDerivedAttribute
Definition SR.cs:1060
static string Xslt_DupTemplateName
Definition SR.cs:1898
static string Xml_LimitExceeded
Definition SR.cs:204
static string XmlElementNameMismatch
Definition SR.cs:1514
static string Sch_MinExclusiveConstraintFailed
Definition SR.cs:702
static string Sch_UnsupportedElement
Definition SR.cs:426
static string Xslt_CharAttribute
Definition SR.cs:1888
static string Sch_ElementMissing
Definition SR.cs:462
static string Xslt_InvalidMethod
Definition SR.cs:1970
static string Sch_SchemaAttributeNameMismatch
Definition SR.cs:1198
static string Sch_MinMaxGroupRedefine
Definition SR.cs:824
static string Xml_ExpectNoWhitespace
Definition SR.cs:256
static string Xslt_ScriptAndExtensionClash
Definition SR.cs:1934
static string XPath_EofExpected
Definition SR.cs:1836
static string Xml_InvalidReadContentAs
Definition SR.cs:176
static string XmlMultipleAttributeOverrides
Definition SR.cs:1590
static string XmlUndefinedAlias
Definition SR.cs:1640
static string Xml_SurrogatePairSplit
Definition SR.cs:360
static string XmlIllegalMultipleTextMembers
Definition SR.cs:1672
static string XmlNeedAttributeHere
Definition SR.cs:1512
static string XmlConvert_TypeBadMapping2
Definition SR.cs:376
static string Sch_UndefGroupRef
Definition SR.cs:1032
static string Xslt_ScriptEmpty
Definition SR.cs:2118
static string Sch_InvalidFacet
Definition SR.cs:868
static string Sch_XsiTypeNotFound
Definition SR.cs:602
static string Sch_LengthFacetProhibited
Definition SR.cs:630
static string Sch_InvalidNamespace
Definition SR.cs:790
static string XmlSerializeError
Definition SR.cs:1528
static string XmlUnsupportedInterfaceDetails
Definition SR.cs:1664
static string XmlMultipleXmlns
Definition SR.cs:1688
static string Sch_StandAlone
Definition SR.cs:590
static string Xslt_InvalidApplyImports
Definition SR.cs:1954
static string Sch_SchemaNotPreprocessed
Definition SR.cs:1160
static string Sch_AttributeMutuallyExclusive
Definition SR.cs:772
static string Sch_MoreThanOneWildId
Definition SR.cs:958
static string Sch_MaxInclusiveFacetInvalid
Definition SR.cs:660
static string XmlSerializableNameMissing1
Definition SR.cs:1408
static string Sch_ForbiddenDerivedParticleForAll
Definition SR.cs:992
static string Sch_NoRestOrExt
Definition SR.cs:860
static string Sch_InvalidValueDetailed
Definition SR.cs:486
static string Xml_ElementNotFoundNs
Definition SR.cs:102
static string SchInf_particle
Definition SR.cs:1216
static string Xdom_IndexOutOfRange
Definition SR.cs:1312
static string Sch_MinExclusiveGtMaxExclusive
Definition SR.cs:762
static string Sch_InvalidXsiNill
Definition SR.cs:874
static string Sch_SchemaElementNameMismatch
Definition SR.cs:1196
static string Sch_ElementNameAndNamespace
Definition SR.cs:906
static string Sch_ElementNameRef
Definition SR.cs:552
static string Xml_NoStartTag
Definition SR.cs:298
static string Sch_InvalidEndValidation
Definition SR.cs:1184
static string Xslt_InvalidCallTemplate
Definition SR.cs:1924
static string XmlChoiceIdentifierMismatch
Definition SR.cs:1704
static string Sch_InvalidTypeRedefine
Definition SR.cs:830
static string XmlMissingDataType
Definition SR.cs:1500
static string XmlIl_ExtensionError
Definition SR.cs:2050
static string Sch_NoAttributeSchemaFound
Definition SR.cs:788
static string Sch_WhiteSpaceRestriction2
Definition SR.cs:1118
static string Xslt_WrongStylesheetElement
Definition SR.cs:1866
static string Sch_ComponentAlreadySeenForNS
Definition SR.cs:1164
static string XPath_UnexpectedToken
Definition SR.cs:1832
static string Sch_DupGlobalAttribute
Definition SR.cs:524
static string Xml_ReadBinaryContentNotSupported
Definition SR.cs:172
static string XmlRpcLitXmlns
Definition SR.cs:1742
static string Xml_MixingV1StreamingWithV2Binary
Definition SR.cs:186
static string XmlIllegalWildcard
Definition SR.cs:1424
static string XmlCannotReconcileAccessorDefault
Definition SR.cs:1570
static string Format(IFormatProvider provider, string resourceFormat, object p1)
Definition SR.cs:2212
static string XmlBadBaseType
Definition SR.cs:1638
static string Xdom_Node_Remove_Child
Definition SR.cs:1342
static string Sch_DupMaxExclusiveFacet
Definition SR.cs:620
static string XmlPropertyReflectionError
Definition SR.cs:1438
static string Sch_ElementFromGroupBase3
Definition SR.cs:1020
static string Xml_BadStartNameChar
Definition SR.cs:42
static string Sch_ForbiddenDerivedParticleForChoice
Definition SR.cs:996
static string Sch_MaxInclusiveExclusive
Definition SR.cs:756
static string XmlInvalidUseOfType
Definition SR.cs:1584
static string XmlChoiceIdentiferAmbiguous
Definition SR.cs:1650
static string XmlSerializerUnsupportedType
Definition SR.cs:1394
static string XmlInvalidDefaultEnumValue
Definition SR.cs:1522
static string XmlInternalError
Definition SR.cs:1812
static string XmlPregenTypeDynamic
Definition SR.cs:2142
static string Sch_UnresolvedKeyref
Definition SR.cs:732
static string Sch_PatternConstraintFailed
Definition SR.cs:692
static string Xml_Closed
Definition SR.cs:352
static string XmlChoiceIdentifierArrayType
Definition SR.cs:1644
static string Sch_InvalidEndElementMultiple
Definition SR.cs:1190
static string Xdom_Node_Insert_TypeConflict
Definition SR.cs:1338
static string Xml_ExpectOp
Definition SR.cs:258
static string Xp_CurrentNotAllowed
Definition SR.cs:1264
static string Xml_WrongToken
Definition SR.cs:302
static string Sch_DupAttribute
Definition SR.cs:454
static string XmlCircularReference2
Definition SR.cs:1614
static string XmlInvalidTypeAttributes
Definition SR.cs:1572
static string Sch_DupAttributeUse
Definition SR.cs:986
static string Xml_ReadOnlyProperty
Definition SR.cs:156
static string Sch_TextNotAllowed
Definition SR.cs:556
static string Xml_InvalidReadValueChunk
Definition SR.cs:188
static string Sch_UnknownFacet
Definition SR.cs:678
static string Xslt_DupOtherwise
Definition SR.cs:1966
static string Xdom_WS_Char
Definition SR.cs:1296
static string XmlIllegalAttributeFlagsArray
Definition SR.cs:1470
static string Xml_EnumerationRequired
Definition SR.cs:248
static string XmlSerializableMergeItem
Definition SR.cs:1766
static string XPathDocument_ValidateInvalidNodeType
Definition SR.cs:1358
static string Xml_DtdNotAllowedInFragment
Definition SR.cs:164
static string XmlSchemaElementReference
Definition SR.cs:1778
static string Xml_UnexpectedNodeType
Definition SR.cs:236
static string SchInf_entity
Definition SR.cs:1210
static string Sch_MinLengthFacetInvalid
Definition SR.cs:656
static string Xpn_NoContent
Definition SR.cs:1320
static string Sch_InvalidSimpleTypeRestriction
Definition SR.cs:1152
static string Sch_RefInvalidCardin
Definition SR.cs:724
static string Sch_DupSimpleType
Definition SR.cs:526
static string Xml_InvalidPosition
Definition SR.cs:318
static string Sch_FieldSimpleTypeExpected
Definition SR.cs:738
static string Xslt_EmptyAvtExpr
Definition SR.cs:2088
static string Sch_MaxLengthGtBaseMaxLength
Definition SR.cs:1086
static string Xml_CannotResolveExternalSubset
Definition SR.cs:146
static string Xslt_NotFirstImport
Definition SR.cs:2072
static string XmlChoiceMissingAnyValue
Definition SR.cs:1656
static string Sch_EmptyXPath
Definition SR.cs:728
static string Xp_InvalidName
Definition SR.cs:1240
static string SchInf_ct
Definition SR.cs:1218
static string Xslt_NoAttributeSet
Definition SR.cs:1918
static string Format(string resourceFormat, object p1)
Definition SR.cs:2172
static string Sch_DupElementDecl
Definition SR.cs:404
static string Xdom_Version
Definition SR.cs:1288
static string XmlXmlnsInvalidType
Definition SR.cs:1692
static string XmlIl_CantStripNav
Definition SR.cs:2048
static string Xml_InvalidXmlDecl
Definition SR.cs:86
static string XmlInvalidIdentifier
Definition SR.cs:1606
static string Xp_NodeSetExpected
Definition SR.cs:1244
static string Sch_MaxExlIncMismatch
Definition SR.cs:1108
static string Sch_UndeclaredSimpleType
Definition SR.cs:560
static string Sch_BaseFinalUnion
Definition SR.cs:970
static string Sch_MinLengthConstraintFailed
Definition SR.cs:688
static string Sch_MaxInclusiveFacetProhibited
Definition SR.cs:642
static string Sch_SimpleTypeUnionNoBase
Definition SR.cs:856
static string Xml_ClosedOrErrorReader
Definition SR.cs:206
static string Xp_InvalidArgumentType
Definition SR.cs:1236
static string Xslt_InvalidAttrValue
Definition SR.cs:1884
static string XmlSchemaDuplicateNamespace
Definition SR.cs:1532
static string XPath_ScientificNotation
Definition SR.cs:1830
static string Sch_MismatchTargetNamespaceImport
Definition SR.cs:598
static string Sch_ElementRef
Definition SR.cs:548
static string Xml_EncodingSwitchAfterResetState
Definition SR.cs:234
static string Xdom_Ent_Innertext
Definition SR.cs:1292
static string XmlDocument_NoNodeSchemaInfo
Definition SR.cs:1176
static string Xp_InvalidKeyPattern
Definition SR.cs:1250
static string Sch_AnyFromAnyRule1
Definition SR.cs:1006
static string Sch_SubstitutionNotAllowed
Definition SR.cs:876
static string Xml_DupXmlDecl
Definition SR.cs:312
static string Sch_TotalDigitsMismatch
Definition SR.cs:1110
static string XmlArrayItemAmbiguousTypes
Definition SR.cs:1660
static string Xml_UndeclaredEntity
Definition SR.cs:120
static string Xml_InvalidConditionalSection
Definition SR.cs:238
static string Sch_AttributeRestrictionInvalidFromWildcard
Definition SR.cs:1058
static string Sch_MismatchTargetNamespaceInclude
Definition SR.cs:596
static string Sch_MinInclusiveFacetInvalid
Definition SR.cs:664
static string Sch_GroupRedefineNotFound
Definition SR.cs:806
static string XmlIllegalArrayTextAttribute
Definition SR.cs:1674
static string Xp_ExprExpected
Definition SR.cs:1234
static string XmlBadName
Definition SR.cs:364
static string Sch_UnresolvedPrefix
Definition SR.cs:730
static string Xslt_ModeListEmpty
Definition SR.cs:1946
static string Xdom_Node_Insert_Context
Definition SR.cs:1334
static string Sch_RefInvalidElement
Definition SR.cs:1068
static string Arg_IncompatibleParamType
Definition SR.cs:1824
static string XmlInvalidSpecifiedType
Definition SR.cs:1718
static string Sch_MaxLengthFacetProhibited
Definition SR.cs:634
static string Xml_FragmentId
Definition SR.cs:252
static string Sch_UnionFailedEx
Definition SR.cs:708
static string Format(string resourceFormat, object p1, object p2)
Definition SR.cs:2181
static string Sch_AbstractElement
Definition SR.cs:870
static string Sch_SimpleTypeListRefBaseNone
Definition SR.cs:854
static string Sch_InvalidElementContentExpectingComplex
Definition SR.cs:898
static string XmlGenError
Definition SR.cs:1608
static string Xml_DtdIsProhibited
Definition SR.cs:158
static string Sch_InvalidValue
Definition SR.cs:484
static string Sch_RefNotInScope
Definition SR.cs:718
static string Xml_BadDTDLocation
Definition SR.cs:98
static string Sch_InvalidXsdAttributeDatatypeValue
Definition SR.cs:578
static string Xml_IncompleteDtdContent
Definition SR.cs:246
static string XmlSoleXmlnsAttribute
Definition SR.cs:1694
static string Sch_ElementInMixedWithFixed
Definition SR.cs:1072
static string Sch_NeedSimpleTypeChild
Definition SR.cs:1146
static string Xml_MissingRoot
Definition SR.cs:78
static string XmlNoAddMethod
Definition SR.cs:1418
static string Xml_InvalidCharInThisEncoding
Definition SR.cs:56
static string XmlIllegalSoapAttribute
Definition SR.cs:1466
static string Sch_InvalidElementBlockValue
Definition SR.cs:510
static string Sch_InvalidAttributeExtension
Definition SR.cs:1046
static string XmlGetSchemaMethodMissing
Definition SR.cs:1754
static string Sch_IncompleteContentExpecting
Definition SR.cs:900
static string Sch_ICXpathError
Definition SR.cs:734
static string XmlSchemaIncludeLocation
Definition SR.cs:1748
static string XmlNoSerializableMembers
Definition SR.cs:1620
static string Sch_WhiteSpaceRestriction1
Definition SR.cs:1116
static string Xslt_SortStable
Definition SR.cs:2012
static string XmlInvalidArraySyntax
Definition SR.cs:1546
static string Xslt_NoWhen
Definition SR.cs:1962
static string Sch_AttributeFixedInvalid
Definition SR.cs:1054
static string Sch_NotationRequired
Definition SR.cs:710
static string Xdom_standalone
Definition SR.cs:1290
static string Xslt_WarningAsError
Definition SR.cs:1860
static string Sch_DifContentType
Definition SR.cs:976
static string Xml_ErrorPosition
Definition SR.cs:58
static string Sch_UnionFromUnion
Definition SR.cs:608
static string Xml_XmlnsBelongsToReservedNs
Definition SR.cs:212
static string Sch_AnyElementNS
Definition SR.cs:912
static string Xml_InvalidSurrogatePairWithArgs
Definition SR.cs:326
static string Sch_ElementFromGroupBase2
Definition SR.cs:1018
static string XmlUnsupportedRank
Definition SR.cs:1666
static string Sch_InvalidTextInEmpty
Definition SR.cs:916
static string Sch_AttributeRestrictionProhibited
Definition SR.cs:1050
static string Xdom_DualDeclarationNode
Definition SR.cs:1272
static string Xpn_MissingParent
Definition SR.cs:1318
static string Xml_UnexpectedCDataEnd
Definition SR.cs:240
static string Xslt_BothMatchNameAbsent
Definition SR.cs:1900
static string Sch_SimpleTypeDoubleRedefine
Definition SR.cs:818
static string Xml_UnknownNs
Definition SR.cs:72
static string Sch_GroupBaseRestNotEmptiable
Definition SR.cs:1026
static string XmlDuplicateNs
Definition SR.cs:1744
static string Sch_DupSelector
Definition SR.cs:836
static string Sch_UndeclaredType
Definition SR.cs:558
static string XmlIl_TooManyParameters
Definition SR.cs:2028
static string Xslt_OpenLiteralAvt
Definition SR.cs:2084
static string Xdom_Node_Modify_ReadOnly
Definition SR.cs:1344
static string XmlAttributeSetAgain
Definition SR.cs:1422
static string Xslt_NodeSetNotNode
Definition SR.cs:1990
static string Xml_ReadValueChunkNotSupported
Definition SR.cs:174
static string Xml_InvalidCharsInIndent
Definition SR.cs:332
static string Sch_FixedInRef
Definition SR.cs:538
static string Sch_XsiTypeAbstract
Definition SR.cs:604
static string Sch_MinInclusiveMismatch
Definition SR.cs:1094
static string Sch_InvalidPublicAttribute
Definition SR.cs:1126
static string XmlInvalidEncoding3
Definition SR.cs:1716
static string Sch_DupNotationAttribute
Definition SR.cs:712
static string Enc_InvalidByteInEncoding
Definition SR.cs:1818
static string Sch_ElementFromAnyRule2
Definition SR.cs:1004
static string XmlCannotReconcileAttributeAccessor
Definition SR.cs:1568
static string Sch_FixedAttributeValue
Definition SR.cs:492
static string XmlUnknownConstant
Definition SR.cs:1526
static string Sch_DupGlobalElement
Definition SR.cs:522
static string Sch_MaxExclusiveConstraintFailed
Definition SR.cs:698
static string Xslt_NotAtTop
Definition SR.cs:1870
static string Sch_InvalidSubstitutionMember
Definition SR.cs:946
static string Sch_InvalidStateTransition
Definition SR.cs:1182
static string XmlIl_UnknownExtObj
Definition SR.cs:2046
static string Xml_MultipleDTDsProvided
Definition SR.cs:106
static string Sch_WhiteSpaceFacetProhibited
Definition SR.cs:640
static string Xslt_DupVarName
Definition SR.cs:2096
static string Xml_InvalidPIName
Definition SR.cs:90
static string Xml_ReadContentAsFormatException
Definition SR.cs:190
static string Sch_ParEntityRefNesting
Definition SR.cs:392
static string XmlHiddenMember
Definition SR.cs:1488
static string Sch_InvalidSystemAttribute
Definition SR.cs:1128
static string Xslt_DupDecimalFormat
Definition SR.cs:2120
static string Sch_NotComplexContent
Definition SR.cs:964
static string Sch_EnumerationFacetProhibited
Definition SR.cs:638
static string Xslt_KeyCntUse
Definition SR.cs:1896
static string Xml_BadNameCharWithPos
Definition SR.cs:210
static string Sch_MixSchemaTypes
Definition SR.cs:1122
static string Xslt_InvalidPrefix
Definition SR.cs:1926
static string Xslt_AttributeRedefinition
Definition SR.cs:1968
static string Xslt_CircularReference
Definition SR.cs:2122
static string Xml_AttlistDuplEnumValue
Definition SR.cs:230
static string XmlConstructorHasSecurityAttributes
Definition SR.cs:1696
static string Xml_InvalidSurrogateHighChar
Definition SR.cs:322
static string XmlInvalidVoid
Definition SR.cs:1598
static string Xslt_CompileError2
Definition SR.cs:2068
static string SchInf_noct
Definition SR.cs:1224
static string Xml_InvalidNodeType
Definition SR.cs:88
static string Xml_CannotWriteXmlDecl
Definition SR.cs:314
static string Sch_InvalidAttribute
Definition SR.cs:1140
static string Sch_ValidateAttributeInvalidCall
Definition SR.cs:1200
static string Sch_UnknownRequired
Definition SR.cs:440
static string Sch_MissDtvalue
Definition SR.cs:448
static string XmlCircularDerivation
Definition SR.cs:1772
static string Xslt_CantResolve
Definition SR.cs:2078
static string Xdom_EntRef_SetVal
Definition SR.cs:1294
static string Xml_InvalidVersionNumber
Definition SR.cs:94
static string Sch_BaseFinalExtension
Definition SR.cs:960
static string Sch_ComplexTypeRedefineNotFound
Definition SR.cs:814
static string Xml_MixingBinaryContentMethods
Definition SR.cs:184
static string Xml_InvalidNmToken
Definition SR.cs:138
static string Arg_NeverValueType
Definition SR.cs:1816
static string Sch_ComplexTypeContentModel
Definition SR.cs:776
static string Xml_InvalidSurrogateMissingLowChar
Definition SR.cs:324
static string XmlMissingMethodEnum
Definition SR.cs:1508
static string Xml_EntityRefNesting
Definition SR.cs:140
static string Sch_DupMaxInclusiveFacet
Definition SR.cs:618
static string XmlUnsupportedIDictionaryDetails
Definition SR.cs:1404
static string Sch_AnnotationLocation
Definition SR.cs:430
static string Sch_ElementFromGroupBase1
Definition SR.cs:1016
static string XmlBinary_InvalidStandalone
Definition SR.cs:1376
static string Xml_UnparsedEntityRef
Definition SR.cs:128
static string Xdom_TextNode_SplitText
Definition SR.cs:1346
static string Xp_FunctionFailed
Definition SR.cs:1262
static string Xslt_NullNsAtTopLevel
Definition SR.cs:1874
static string Xdom_Import
Definition SR.cs:1274
static string Xml_XmlPrefix
Definition SR.cs:304
static string Sch_FacetBaseFixed
Definition SR.cs:1114
static string XmlReadOnlyCollection
Definition SR.cs:1624
static string Sch_DupMinInclusiveFacet
Definition SR.cs:622
static string Xml_RecursiveParEntity
Definition SR.cs:122
static string Xdom_Node_Insert_Child
Definition SR.cs:1328
static string XmlIllegalArrayArrayAttribute
Definition SR.cs:1458
static string Xdom_DualDocumentTypeNode
Definition SR.cs:1268
static string Sch_ComplexContentContentModel
Definition SR.cs:778
static string Xslt_NotEmptyContents
Definition SR.cs:1878
static string Sch_ElementTypeCollision
Definition SR.cs:1074
static string XmlUnsupportedInterface
Definition SR.cs:1662
static string Sch_SchemaNotRemoved
Definition SR.cs:1162
static string Sch_NoSimpleTypeContent
Definition SR.cs:846
static string Sch_NullValue
Definition SR.cs:1156
static string Sch_InvalidTargetNamespaceAttribute
Definition SR.cs:792
static string Xslt_InvalidFormat8
Definition SR.cs:2114
static string Sch_InvalidAnyAttributeRestriction
Definition SR.cs:1048
static string XmlUnsupportedSoapTypeKind
Definition SR.cs:1400
static string Sch_AttributeNameRef
Definition SR.cs:554
static string XPath_UnclosedString
Definition SR.cs:1828
static string Sch_AttributeDefaultDataType
Definition SR.cs:498
static string Xml_RedefinePrefix
Definition SR.cs:328
static string XmlIllegalAttributesArrayAttribute
Definition SR.cs:1454
static string Sch_BaseFinalList
Definition SR.cs:968
static string XmlConvert_TypeNoNamespace
Definition SR.cs:388
static string Sch_DefaultFixedAttributes
Definition SR.cs:536
static string Sch_MaxExclusiveMismatch
Definition SR.cs:1092
static string Sch_DupMinExclusiveFacet
Definition SR.cs:624
static string Sch_ForbiddenAttribute
Definition SR.cs:544
static string Xml_MultipleRoots
Definition SR.cs:80
static string Xml_InvalidBinHexValue
Definition SR.cs:112
static string Coll_Unsupported
Definition SR.cs:2018
static string Sch_NoGroupParticle
Definition SR.cs:862
static string Xdom_Node_SetVal
Definition SR.cs:1298
static string SchInf_noseq
Definition SR.cs:1222
static string Sch_MinIncExlMismatch
Definition SR.cs:1104
static ResourceManager ResourceManager
Definition SR.cs:12
static string Xslt_UnexpectedKeyword
Definition SR.cs:2074
static string Sch_DupIdAttribute
Definition SR.cs:934
static string Sch_DefaultAttributeNotApplied
Definition SR.cs:1166
static string XmlIl_UnknownDocument
Definition SR.cs:2042
static string XmlSerializerUnsupportedMember
Definition SR.cs:1396
static string XmlMappingsScopeMismatch
Definition SR.cs:1562
static string Sch_UnknownOrder
Definition SR.cs:436
static string Sch_SelectorBeforeFields
Definition SR.cs:844
static string XmlSchemaAttributeReference
Definition SR.cs:1780
static string Sch_DupFractionDigitsFacet
Definition SR.cs:628
static string XmlSequenceHierarchy
Definition SR.cs:1800
static string XmlMissingAttribute
Definition SR.cs:1506
static string XmlInvalidSoapArray
Definition SR.cs:1578
static string XmlGetSchemaTypeMissing
Definition SR.cs:1760
static string Xslt_NotCompiledStylesheet
Definition SR.cs:26
static string Sch_InvalidAllMin
Definition SR.cs:864
static string Sch_InvalidEndElementCall
Definition SR.cs:1186
static string Xslt_CurrentNotAllowed
Definition SR.cs:1982
static string XmlBadBaseElement
Definition SR.cs:1636
static string Xslt_DupGlobalVariable
Definition SR.cs:1904
static string Sch_AllRefMinMax
Definition SR.cs:1038
static string Sch_TargetNamespaceXsi
Definition SR.cs:746
static string XmlCircularGroupReference
Definition SR.cs:1726
static string Sch_EnumNotStarted
Definition SR.cs:1204
static string XmlIllegalAnyElement
Definition SR.cs:1472
static string Xml_InvalidReadElementContentAs
Definition SR.cs:178
static string Sch_InvalidAllElementMax
Definition SR.cs:936
static string Xdom_Enum_ElementList
Definition SR.cs:1306
static string Xml_NoMultipleRoots
Definition SR.cs:362
static string Xslt_InputTooComplex
Definition SR.cs:1862
static string XmlIllegalElementsArrayAttribute
Definition SR.cs:1456
static string XmlInvalidReturnPosition
Definition SR.cs:1594
static string Sch_InvalidValueDetailedAttribute
Definition SR.cs:488
static string Xml_AsyncIsRunningException
Definition SR.cs:30
static string Sch_EnumerationFacetInvalid
Definition SR.cs:674
static string Xml_InvalidXmlDocument
Definition SR.cs:216
static string Xml_InvalidQuote
Definition SR.cs:338
static string Xslt_UndefinedKey
Definition SR.cs:1920
static string Sch_DerivedNotFromBase
Definition SR.cs:1144
static string Xml_CannotStartDocumentOnFragment
Definition SR.cs:166
static string XmlIllegalAttribute
Definition SR.cs:1460
static string Xslt_WrongNumberArgs
Definition SR.cs:2098
static string Xdom_Document_Innertext
Definition SR.cs:1314
static string XmlIl_ByRefType
Definition SR.cs:2062
static string XmlTypeStatic
Definition SR.cs:1414
static string XmlChoiceIdentiferMissing
Definition SR.cs:1652
static string Xslt_WhenAfterOtherwise
Definition SR.cs:1964
static string Sch_InvalidElementFinalValue
Definition SR.cs:512
static string Sch_InvalidDateTimeOption
Definition SR.cs:396
static string Xml_ExpectExternalIdOrEntityValue
Definition SR.cs:274
static string XmlInvalidXsdDataType
Definition SR.cs:1444
static string Xslt_NestedAvt
Definition SR.cs:2086
static string Sch_DupGroupParticle
Definition SR.cs:482
static string XPath_PredicateAfterDotDot
Definition SR.cs:1844
static string XmlSerializableBadDerivation
Definition SR.cs:1768
static string Xml_InternalError
Definition SR.cs:54
static string Xml_ElementNotFound
Definition SR.cs:100
static string Sch_MinInclusiveFacetProhibited
Definition SR.cs:646
static string SchInf_UnknownParticle
Definition SR.cs:1226
static string Sch_AnyAttributeLastChild
Definition SR.cs:774
static string Sch_InvalidPIComment
Definition SR.cs:920
static string XmlNoDefaultAccessors
Definition SR.cs:1416
static string XmlDuplicateNamespace
Definition SR.cs:1480
static string Xml_EmptyLocalName
Definition SR.cs:294
static string Sch_DupMinLengthFacet
Definition SR.cs:612
static string XmlMissingAttributeGroup
Definition SR.cs:1498
static string XmlIllegalTypedTextAttribute
Definition SR.cs:1676
static string Sch_UnexpressibleAnyAttribute
Definition SR.cs:1062
static string Sch_InvalidElementDefaultValue
Definition SR.cs:582
static string XmlInvalidDefaultValue
Definition SR.cs:1520
static string Sch_MaxInclusiveMismatch
Definition SR.cs:1090
static string Xdom_Load_NoReader
Definition SR.cs:1324
static string XmlInvalidEncoding
Definition SR.cs:1502
static string XmlElementImportedTwice
Definition SR.cs:1486
static string XmlSequenceInconsistent
Definition SR.cs:1796
static string XmlDocument_NodeNotFromDocument
Definition SR.cs:1174
static string XmlInvalidChoiceIdentifierValue
Definition SR.cs:1698
static string XmlUnknownAnyElement
Definition SR.cs:1588
static string Xml_UndefNamespace
Definition SR.cs:290
static string Sch_MultipleRedefine
Definition SR.cs:1154
static string XmlGetSchemaInclude
Definition SR.cs:1762
static string Xml_IncompatibleConformanceLevel
Definition SR.cs:202
static string Sch_IncludeLocation
Definition SR.cs:500
static string Sch_MinExclusiveFacetInvalid
Definition SR.cs:666
static string Sch_InvalidFinalDefaultValue
Definition SR.cs:508
static string Xml_InvalidBinHexValueOddCount
Definition SR.cs:114
static string Xml_ColonInLocalName
Definition SR.cs:266
static string XmlIl_NoExtensionMethod
Definition SR.cs:2054
static string Sch_MinOccursInvalid
Definition SR.cs:468
static string Sch_SimpleTypeRedefineNotFound
Definition SR.cs:822
static string Xml_NamespaceDeclXmlXmlns
Definition SR.cs:308
static string Xslt_UnknownExtensionElement
Definition SR.cs:1942
static string XmlChoiceIdentiferMemberMissing
Definition SR.cs:1648
static string Xslt_CircularInclude
Definition SR.cs:1890
static string Xml_InvalidBase64Value
Definition SR.cs:118
static string Xp_NoContext
Definition SR.cs:1256
static string Xslt_SchemaAttributeValue
Definition SR.cs:1998
static string Xdom_DualDocumentElementNode
Definition SR.cs:1270
static string Sch_GroupBaseFromAny1
Definition SR.cs:1012
static string Sch_MinInclusiveGtMaxInclusive
Definition SR.cs:760
static string Xslt_InvalidFormat
Definition SR.cs:2104
static string Xdom_NoRootEle
Definition SR.cs:1278
static string Xml_UnknownEncoding
Definition SR.cs:52
static string Xslt_NoNavigatorConversion
Definition SR.cs:2102
static string XmlDuplicateElementInScope1
Definition SR.cs:1710
static string Xslt_DupNsAlias
Definition SR.cs:1908
static string Sch_NoElementSchemaFound
Definition SR.cs:786
static string Sch_MixedMany
Definition SR.cs:444
static string Sch_FixedDefaultInRef
Definition SR.cs:540
static string Sch_MinIncMaxExlMismatch
Definition SR.cs:1102
static string Xdom_Node_Insert_Location
Definition SR.cs:1336
static string Sch_UnSpecifiedDefaultAttributeInExternalStandalone
Definition SR.cs:400
static string XmlUnsupportedTypeKind
Definition SR.cs:1398
static string XmlIl_NoDefaultDocument
Definition SR.cs:2040
static string Sch_AttributeUseInvalid
Definition SR.cs:1056
static string XmlGetSchemaEmptyTypeName
Definition SR.cs:1758
static string Sch_XsiNilAndType
Definition SR.cs:1132
static string Sch_IncompleteContent
Definition SR.cs:890
static string Sch_DupLengthFacet
Definition SR.cs:610
static string Sch_GroupBaseRestRangeInvalid
Definition SR.cs:1022
static string XmlBinary_NoRemapPrefix
Definition SR.cs:1384
static string XmlChoiceIdDuplicate
Definition SR.cs:1702
static string XmlMissingGroup
Definition SR.cs:1496
static string Xml_ConformanceLevelFragment
Definition SR.cs:336
static string Xslt_UnsupportedXsltFunction
Definition SR.cs:1916
static string Xml_MixingReadValueChunkWithBinary
Definition SR.cs:182
static string Xml_ExternalEntityInStandAloneDocument
Definition SR.cs:152
static string Sch_PatternFacetProhibited
Definition SR.cs:636
static string XmlAttributeHasNoName
Definition SR.cs:1484
static string XmlIllegalTypeContext
Definition SR.cs:1448
static string Sch_EmptyChoice
Definition SR.cs:1142
static string Xml_BadNamespaceDecl
Definition SR.cs:134
static string XmlAbstractType
Definition SR.cs:1560
static string Xslt_NotYetImplemented
Definition SR.cs:1994
static string Sch_DupElement
Definition SR.cs:480
static string Sch_RequireEnumeration
Definition SR.cs:456
static string XmlInternalErrorDetails
Definition SR.cs:1814
static string XmlUnsupportedDefaultValue
Definition SR.cs:1518
static string Sch_XsiTypeBlockedEx
Definition SR.cs:872
static string Xslt_InvalidLanguage
Definition SR.cs:1974
static string Sch_NoExamplar
Definition SR.cs:944
static string Xslt_UnsupportedClrType
Definition SR.cs:1992
static string Xslt_TextNodesNotAllowed
Definition SR.cs:1876
static string Sch_ProhibitedAttribute
Definition SR.cs:950
static string XmlDocument_NoSchemaInfo
Definition SR.cs:1178
static string Sch_XsiNilAndFixed
Definition SR.cs:1120
static string Sch_MaxOccursInvalidXsd
Definition SR.cs:752
static string XmlInvalidArrayRef
Definition SR.cs:1684
static string Xml_InvalidCDataChars
Definition SR.cs:344
static string Sch_DupAttributeGroup
Definition SR.cs:532
static string XmlIllegalMultipleText
Definition SR.cs:1670
static string Xml_EmptyUrl
Definition SR.cs:196
static string Sch_UndeclaredElement
Definition SR.cs:412
static string Sch_SimpleToComplexTypeRedefine
Definition SR.cs:816
static string Xslt_InvalidFormat2
Definition SR.cs:2108
static string XmlMissingHref
Definition SR.cs:1554
static string Sch_MaxOccursInvalid
Definition SR.cs:466
static string Xslt_DecimalFormatRedefined
Definition SR.cs:1940
static string XmlSerializableAttributes
Definition SR.cs:1764
static string Xp_InvalidPattern
Definition SR.cs:1248
static string Sch_TotalDigitsFacetProhibited
Definition SR.cs:650
static string Sch_DupXsdElement
Definition SR.cs:542
static string Sch_FractionDigitsFacetInvalid
Definition SR.cs:670
static string XmlRpcLitAttributes
Definition SR.cs:1738
static string Sch_MinExclusiveFacetProhibited
Definition SR.cs:648
static string XmlTypeInaccessible
Definition SR.cs:1412
static string SchInf_extension
Definition SR.cs:1214
static string Xslt_InvalidEncoding
Definition SR.cs:1972
static string Sch_InvalidElementSubstitution
Definition SR.cs:904
static string Xnr_ResolveEntity
Definition SR.cs:1352
static string SchInf_NoElement
Definition SR.cs:1230
static string Xdom_Node_Remove_Contain
Definition SR.cs:1340
static string Xml_BadDecimalEntity
Definition SR.cs:46
static string Sch_RedefineLocation
Definition SR.cs:504
static string Xml_NoRoot
Definition SR.cs:316
static string XmlNotSerializable
Definition SR.cs:1792
static string Sch_AttributeIgnored
Definition SR.cs:546
static string XmlUnsupportedDefaultType
Definition SR.cs:1516
static string XmlChoiceIdentifierType
Definition SR.cs:1642
static string XmlDataTypeMismatch
Definition SR.cs:1446
static string Xp_InvalidToken
Definition SR.cs:1242
static string Xml_InvalidAttributeType1
Definition SR.cs:262
static string Sch_DtMinLengthInvalid
Definition SR.cs:472
static string Xml_UnexpectedTokens2
Definition SR.cs:64
static string Sch_CannotLoadSchemaLocation
Definition SR.cs:1080
static string Xslt_SchemaAttribute
Definition SR.cs:1996
static string XPath_AtLeastNArgsExpected
Definition SR.cs:1850
static string Sch_EnumFinished
Definition SR.cs:1206
static string Xml_ExpectAttType
Definition SR.cs:264
static string Xml_InvalidRootData
Definition SR.cs:82
static string Sch_InvalidSimpleTypeFinalValue
Definition SR.cs:514
static string Sch_DuplicateAttribute
Definition SR.cs:1192
static string SchInf_schema
Definition SR.cs:1208
static string Xml_InvalidCharacter
Definition SR.cs:110
static string Xpn_BadPosition
Definition SR.cs:1316
static string Sch_RefInvalidIdentityConstraint
Definition SR.cs:722
static string XPath_NOrMArgsExpected
Definition SR.cs:1848
static string Sch_InvalidElementInEmptyEx
Definition SR.cs:880
static string XmlGetSchemaMethodName
Definition SR.cs:1752
static string Sch_InvalidElementRef
Definition SR.cs:832
static string XmlBinary_ListsOfValuesNotSupported
Definition SR.cs:1380
static string XmlSerializeErrorDetails
Definition SR.cs:1530
static string Sch_GroupBaseRestNoMap
Definition SR.cs:1024
static string Xml_ExpectExternalOrPublicId
Definition SR.cs:272
static string Xml_NullResolver
Definition SR.cs:280
static string Sch_MultipleGroupSelfRef
Definition SR.cs:826
static string Sch_RefInvalidAttribute
Definition SR.cs:1064
static string Sch_TypeAfterConstraints
Definition SR.cs:1130
static string XmlSequenceMembers
Definition SR.cs:1740
static string ArrayTypeIsNotSupported
Definition SR.cs:2140
static string Xml_DtdIsProhibitedEx
Definition SR.cs:160
static string Sch_AttributeGroupCircularRef
Definition SR.cs:1042
static string Xslt_InvalidFormat5
Definition SR.cs:2112
static string Sch_MissingKey
Definition SR.cs:742
static string Xml_MessageWithErrorPosition
Definition SR.cs:60
static string XmlBinary_AttrWithNsNoPrefix
Definition SR.cs:1386
static string Sch_ListFromNonatomic
Definition SR.cs:606
static string Sch_XmlNsAttribute
Definition SR.cs:592
static string Xdom_InvalidCharacter_EntityReference
Definition SR.cs:1310
static string Xslt_SingleRightAvt
Definition SR.cs:2080
static string Sch_DtMaxLengthInvalid
Definition SR.cs:470
static string Xml_ReadSubtreeNotOnElement
Definition SR.cs:162
static string Sch_UnparsedEntityRef
Definition SR.cs:750
static string XmlInvalidArrayTypeName
Definition SR.cs:1538
static string Sch_XSDSchemaOnly
Definition SR.cs:1124
static string Sch_UndeclaredIdentityConstraint
Definition SR.cs:720
static string XmlMissingElement
Definition SR.cs:1504
static string Xml_UnexpectedTokenEx
Definition SR.cs:62
static string Sch_AttributeValueDataTypeDetailed
Definition SR.cs:496
static string Xml_IncompleteEntity
Definition SR.cs:320
static string Xml_InvalidContentModel
Definition SR.cs:250
static string Sch_SimpleTypeListRefBase
Definition SR.cs:852
static string Sch_ImportLocation
Definition SR.cs:502
static string Sch_AttListPresence
Definition SR.cs:564
static string Xslt_ScriptXsltNamespace
Definition SR.cs:1928
static string XmlCannotIncludeInSchema
Definition SR.cs:1580
static string Sch_DataTypeTextOnly
Definition SR.cs:432
static string XmlNoPartialTrust
Definition SR.cs:1712
static string Xml_DefaultException
Definition SR.cs:16
static string Xslt_ScriptInvalidLanguage
Definition SR.cs:1930
static string Sch_EnumerationConstraintFailed
Definition SR.cs:694
static string XmlBinary_InvalidSignature
Definition SR.cs:1370
static string XmlIl_CantResolveEntity
Definition SR.cs:2038
static string XmlInvalidArrayDimentions
Definition SR.cs:1536
static string Xslt_ModeWithoutMatch
Definition SR.cs:1944
static string Xdom_Load_NoDocument
Definition SR.cs:1322
static string Xml_NoDTDPresent
Definition SR.cs:218
static string Xml_InvalidResetStateCall
Definition SR.cs:226
static string Xdom_Node_Null_Doc
Definition SR.cs:1326
static string XmlRpcLitAttributeAttributes
Definition SR.cs:1736
static string XPathDocument_NotEnoughSchemaInfo
Definition SR.cs:1356
static string XmlIl_TopLevelAttrNmsp
Definition SR.cs:2052
static string Sch_ElementNotAllowed
Definition SR.cs:460
static string XmlMultipleXmlnsMembers
Definition SR.cs:1690
static string GetResourceString(string resourceKey)
Definition SR.cs:101
static string XmlBinary_InvalidProtocolVersion
Definition SR.cs:1372
static string Sch_DupDtMaxLength
Definition SR.cs:474
static string Sch_LengthGtBaseLength
Definition SR.cs:1082
static string Sch_ComplexContentModel
Definition SR.cs:1158
static string XmlSequenceMatch
Definition SR.cs:1802
static string Sch_ReftoKeyref
Definition SR.cs:726
static string XmlInvalidBaseType
Definition SR.cs:1604
static string Sch_UndefBaseExtension
Definition SR.cs:974
static string Sch_CannotLoadSchema
Definition SR.cs:1078
static string Sch_FractionDigitsGtTotalDigits
Definition SR.cs:684
static string Sch_DuplicateKey
Definition SR.cs:744
static string Xslt_CircularAttributeSet
Definition SR.cs:1922
static string XmlInvalidSerializable
Definition SR.cs:1582
static string Sch_ElementFromAnyRule1
Definition SR.cs:1002
static string XmlIl_DocumentLoadError
Definition SR.cs:2064
static bool UsingResourceKeys()
Definition SR.cs:2150
static string XmlRpcArrayOfValueTypes
Definition SR.cs:1630
static string Sch_InvalidFacetPosition
Definition SR.cs:770
static string XmlBinary_CastNotSupported
Definition SR.cs:1382
static string XPath_TokenExpected
Definition SR.cs:1838
static string Xslt_ApplyImports
Definition SR.cs:2130
static string Sch_AttributeCircularRef
Definition SR.cs:926
static string Sch_InvalidWhitespaceInEmpty
Definition SR.cs:918
static string Sch_IncompleteContentComplex
Definition SR.cs:892
static string Sch_InvalidPartialValidationType
Definition SR.cs:1194
static string XmlInvalidArrayTypeNamespace
Definition SR.cs:1540
static string XmlUnsupportedRedefine
Definition SR.cs:1706
static string Xslt_ScriptMixedLanguages
Definition SR.cs:1932
static string XmlReflectionError
Definition SR.cs:1434
static string XmlAnonymousInclude
Definition SR.cs:1746
static string Xdom_Invalid_NT_String
Definition SR.cs:1308
static string XmlSchemaSyntaxErrorDetails
Definition SR.cs:1776
static string XmlRpcRefsInValueType
Definition SR.cs:1628
static string XmlConvert_TypeToString
Definition SR.cs:382
static string Sch_ElementName
Definition SR.cs:908
static string Sch_DupDtMinLength
Definition SR.cs:476
static string Xml_UnexpectedEOFInElementContent
Definition SR.cs:40
static string Sch_ForbiddenDerivedParticleForSeq
Definition SR.cs:998
static string Sch_MinExlIncMismatch
Definition SR.cs:1098
static string Sch_InvalidLanguageId
Definition SR.cs:572
static string Sch_UnknownContent
Definition SR.cs:438
static string Xml_InvalidAttributeType
Definition SR.cs:260
static string Sch_LengthFacetInvalid
Definition SR.cs:654
static string Sch_InvalidWhiteSpace
Definition SR.cs:676
static string Sch_EnumerationValue
Definition SR.cs:568
static string Xslt_NoDecimalFormat
Definition SR.cs:1936
static string Sch_DupGroup
Definition SR.cs:530
static string Xslt_CannotLoadStylesheet
Definition SR.cs:1864
static string Xml_NametableMismatch
Definition SR.cs:132
static string XmlConvert_TypeFromString
Definition SR.cs:384
static string Sch_ComplexToSimpleTypeRedefine
Definition SR.cs:820
static string Sch_MinLengthFacetProhibited
Definition SR.cs:632
static string XmlCannotReconcileAccessor
Definition SR.cs:1566
static string Sch_InvalidAllMax
Definition SR.cs:866
static string Sch_EmptyAttributeValue
Definition SR.cs:570
static string Xml_DtdAlreadyWritten
Definition SR.cs:330
static string Sch_PatternFacetInvalid
Definition SR.cs:672
static string XmlDocument_ValidateInvalidNodeType
Definition SR.cs:1172
static string XPathDocument_SchemaSetNotAllowed
Definition SR.cs:1360
static string Sch_UndefBaseRestriction
Definition SR.cs:972
static string Sch_InvalidBaseToEmpty
Definition SR.cs:982
static string Xml_ExpectingWhiteSpace
Definition SR.cs:66
static string Xml_InvalidTextDecl
Definition SR.cs:116
static string Sch_ImportTargetNamespace
Definition SR.cs:798
static string Sch_BaseFinalRestriction
Definition SR.cs:966
static string Sch_MinOccursInvalidXsd
Definition SR.cs:754
static string Xslt_InvalidFormat3
Definition SR.cs:2110
static string XmlIl_NmspAfterAttr
Definition SR.cs:2034
static string Sch_DupSimpleTypeChild
Definition SR.cs:1134
static string Sch_DupDtType
Definition SR.cs:452
static string XmlRpcNestedValueType
Definition SR.cs:1626
static string Sch_DupWhiteSpaceFacet
Definition SR.cs:616
static string Xdom_AttrCol_Insert
Definition SR.cs:1284
static string Xml_UndefPrefix
Definition SR.cs:340
static string Sch_AttrUseAndWildId
Definition SR.cs:956
static string Format(string resourceFormat, object p1, object p2, object p3)
Definition SR.cs:2190
static string Xml_NonWhitespace
Definition SR.cs:310
static string Sch_InvalidElementContentComplex
Definition SR.cs:888
static string Xdom_Set_InnerXml
Definition SR.cs:1302
static string XmlConvert_BadFormat
Definition SR.cs:370
static string Xml_InvalidOperation
Definition SR.cs:18
static string Xslt_InvalidAttribute
Definition SR.cs:1880
static string Sch_FieldSingleValueExpected
Definition SR.cs:740
static string Xslt_WdXslNamespace
Definition SR.cs:1868
static string XmlInvalidCastWithId
Definition SR.cs:1682
static string Sch_GroupDoubleRedefine
Definition SR.cs:802
static string Xml_DupAttributeName
Definition SR.cs:96
static string XmlDuplicateElementInScope
Definition SR.cs:1708
static string XmlUnknownNode
Definition SR.cs:1524
static string Sch_DupTotalDigitsFacet
Definition SR.cs:626
static string Sch_DupId
Definition SR.cs:410
static string XmlInvalidCharSchemaPrimitive
Definition SR.cs:2136
static string Xml_InvalidWhitespaceCharacter
Definition SR.cs:200
static string Sch_SeqFromAll
Definition SR.cs:1028
static string Sch_NonDeterministicAnyEx
Definition SR.cs:586
static string Sch_MissDtvaluesAttribute
Definition SR.cs:450
static string Sch_MismatchTargetNamespaceEx
Definition SR.cs:600
static string Sch_UnrefNS
Definition SR.cs:1150
static readonly bool s_usingResourceKeys
Definition SR.cs:8
static string Xml_ErrorParsingEntityName
Definition SR.cs:136
static string XmlEmptyArrayType
Definition SR.cs:1544
static string XmlUnknownType
Definition SR.cs:1558
static string XmlInvalidAttributeType
Definition SR.cs:1602
static string Sch_GroupDisabled
Definition SR.cs:446
static string Xslt_CompileError
Definition SR.cs:2066
static string XmlUnsupportedInheritance
Definition SR.cs:1668
static string Xml_CannotResolveUrl
Definition SR.cs:148
static string Sch_MinInclusiveGtMaxExclusive
Definition SR.cs:764
static string XmlInvalidArrayLength
Definition SR.cs:1552
static string Sch_FractionDigitsMismatch
Definition SR.cs:1112
static string Xml_MixedReadElementContentAs
Definition SR.cs:180
static string Xml_CDATAEndInText
Definition SR.cs:150
static string XmlMissingSchema
Definition SR.cs:1618
static string Sch_InvalidBlockDefaultValue
Definition SR.cs:506
static string CompilingScriptsNotSupported
Definition SR.cs:2148
static string Sch_TwoIdAttrUses
Definition SR.cs:954
static string Xml_BadNameChar
Definition SR.cs:44
static string Sch_IdAttrDeclared
Definition SR.cs:406
static string Xslt_ElementCntSel
Definition SR.cs:2000
static string Sch_XSDSchemaRootExpected
Definition SR.cs:422
static string Coll_UnsupportedLanguage
Definition SR.cs:2020
static string XmlSerializableMissingClrType
Definition SR.cs:1770
static string Sch_SchemaRootExpected
Definition SR.cs:420
static string Xp_UnclosedString
Definition SR.cs:1232
static string XmlSerializableSchemaError
Definition SR.cs:1750
static string Sch_InvalidTextInElement
Definition SR.cs:884
static string Xslt_ExcludeDefault
Definition SR.cs:2008
static string Xslt_ItemNull
Definition SR.cs:1988
static string XmlConvert_TypeNoPrefix
Definition SR.cs:386
static string XmlPregenInvalidXmlSerializerAssemblyAttribute
Definition SR.cs:1794
static string Xslt_InvalidPattern
Definition SR.cs:2134
static string Sch_InvalidNamespaceAttribute
Definition SR.cs:794
static string Sch_MinLengthGtMaxLength
Definition SR.cs:682
static string Xslt_DupLocalVariable
Definition SR.cs:1906
static string Xml_EntityHandling
Definition SR.cs:228
static string Sch_SchemaDoesNotExist
Definition SR.cs:1170
static string XmlIllegalOverride
Definition SR.cs:1622
static string XmlCircularReference
Definition SR.cs:1612
static string XmlInvalidDataTypeUsage
Definition SR.cs:1442
static string XmlIl_UnknownParam
Definition SR.cs:2044
static string Xslt_NoNodeSetConversion
Definition SR.cs:2100
static string Xslt_DecimalFormatSignsNotDistinct
Definition SR.cs:1938
static string Sch_TotalDigitsConstraintFailed
Definition SR.cs:704
static string XmlTypesDuplicate
Definition SR.cs:1576
static string Sch_AnyElement
Definition SR.cs:914
static string Sch_LengthAndMinMax
Definition SR.cs:680
static string Sch_ElementValueDataTypeDetailed
Definition SR.cs:580
static string Xml_UserException
Definition SR.cs:14
static string XmlIl_AmbiguousExtensionMethod
Definition SR.cs:2056
static string Xml_UnexpectedEOF
Definition SR.cs:36
static string Xslt_UnsuppFunction
Definition SR.cs:2070
static string Xp_NotSupported
Definition SR.cs:1246
static string Sch_MinLengthGtBaseMinLength
Definition SR.cs:1084
static string Sch_InvalidCollection
Definition SR.cs:1148
static string XPath_NArgsExpected
Definition SR.cs:1846
static string XmlConstructorInaccessible
Definition SR.cs:1410
static string Xml_CannotResolveEntityDtdIgnored
Definition SR.cs:144
static string XmlGetSchemaMethodReturnType
Definition SR.cs:1756
static string Sch_ComplexTypeDoubleRedefine
Definition SR.cs:812
static string Xml_ErrorOpeningExternalEntity
Definition SR.cs:170
static string Coll_UnsupportedSortOpt
Definition SR.cs:2026
static string Xml_NotSameNametable
Definition SR.cs:130
static string Sch_SimpleTypeRestriction
Definition SR.cs:768
static string Sch_StandAloneNormalization
Definition SR.cs:398
static string XmlBareTextMember
Definition SR.cs:1430
static string XmlMissingArrayType
Definition SR.cs:1542
static string Sch_SimpleTypeRestRefBaseNone
Definition SR.cs:850
static string Xml_MissingByteOrderMark
Definition SR.cs:50
static string XmlInvalidElementAttribute
Definition SR.cs:1596
static string XmlIl_GenericExtensionMethod
Definition SR.cs:2060
static string XmlPregenOrphanType
Definition SR.cs:2144
static string Sch_InvalidAnyDetailed
Definition SR.cs:940
static string Sch_AnyFromAnyRule2
Definition SR.cs:1008
static string XmlBinary_ValueTooBig
Definition SR.cs:1388
static string XmlMissingType
Definition SR.cs:1392
static string XmlBin_MissingEndCDATA
Definition SR.cs:1362
static string Xslt_VariablesNotAllowed
Definition SR.cs:1980
static string XmlConvert_NotOneCharString
Definition SR.cs:390
static string Xml_BadHexEntity
Definition SR.cs:48
static string XmlUdeclaredXsdType
Definition SR.cs:1450
static string Sch_NotNormalizedString
Definition SR.cs:780
static string XmlIllegalAttrOrTextInterface
Definition SR.cs:1468
static string Xml_UnsupportedClass
Definition SR.cs:278
static string Sch_InvalidSchemaLocation
Definition SR.cs:796
static string XmlNoNameAllowed
Definition SR.cs:366
static string XmlDuplicateElementName
Definition SR.cs:1632
static string Xdom_Node_Insert_Path
Definition SR.cs:1332
static string XmlCircularTypeReference
Definition SR.cs:1724
static string Xml_DtdAfterRootElement
Definition SR.cs:154
static string Sch_AttrGroupDoubleRedefine
Definition SR.cs:808
static string Sch_InvalidElementContent
Definition SR.cs:886
static string XmlInvalidFormUnqualified
Definition SR.cs:1478
static string Sch_AllElement
Definition SR.cs:594
static string Xslt_InvalidModeAttribute
Definition SR.cs:2126
static string Sch_UndeclaredAttribute
Definition SR.cs:414
static string Xml_WriterAsyncNotSetException
Definition SR.cs:284
static string Sch_MaxLengthConstraintFailed
Definition SR.cs:690
static string Xml_ExpectPcData
Definition SR.cs:254
static string XmlSchema
Definition SR.cs:1788
static string XmlRpcLitElements
Definition SR.cs:1732
static string Xml_UnexpectedEndTag
Definition SR.cs:70
static string Sch_NotationValue
Definition SR.cs:566
static string Xml_RecursiveGenEntity
Definition SR.cs:124
static string Xslt_InvalidExtensionNamespace
Definition SR.cs:2124
static string XmlBareAttributeMember
Definition SR.cs:1432
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:2199
static string XPath_NodeTestExpected
Definition SR.cs:1834
static string XmlBinary_UnexpectedToken
Definition SR.cs:1366
static string Sch_XmlSpace
Definition SR.cs:574
static string Sch_GroupBaseFromAny2
Definition SR.cs:1014
static string Sch_IdConstraintNoRefer
Definition SR.cs:842
static string Xml_UnclosedConditionalSection
Definition SR.cs:242
static string Sch_FractionDigitsConstraintFailed
Definition SR.cs:706
static string XmlChoiceMissingValue
Definition SR.cs:1654
static string XPath_RtfInPathExpr
Definition SR.cs:1858
static string Xml_NoValidation
Definition SR.cs:222
static string XmlChoiceMismatchChoiceException
Definition SR.cs:1658
static string Xdom_Empty_LocalName
Definition SR.cs:1300
static string XmlRpcLitElementNamespace
Definition SR.cs:1728
static string Xslt_CollationSyntax
Definition SR.cs:2010
static string Sch_SelectorAttr
Definition SR.cs:736
static string XmlInvalidNullCast
Definition SR.cs:1686
static string Xslt_InvalidQName
Definition SR.cs:2092
static string Xml_XmlDeclNotFirst
Definition SR.cs:84
static string Xslt_InvalidFormat1
Definition SR.cs:2106
static string Sch_InvalidStartTransition
Definition SR.cs:1180
static string Xml_ErrorFilePosition
Definition SR.cs:20
static string Sch_InvalidParticleRestrictionDetailed
Definition SR.cs:990
static string Sch_UndeclaredNotation
Definition SR.cs:416
static string Xslt_UnexpectedElement
Definition SR.cs:1872
static string XmlMismatchedArrayBrackets
Definition SR.cs:1550
static string XmlIl_BadXmlStateAttr
Definition SR.cs:2032
static string XmlInvalidEncodingNotEncoded1
Definition SR.cs:1714
static string Xslt_KeyNotAllowed
Definition SR.cs:1978
static string Xml_UnexpectedNodeInSimpleContent
Definition SR.cs:198
static string Xp_UndefFunc
Definition SR.cs:1260
static string Xslt_DuplicateWithParam
Definition SR.cs:1956
static string Sch_AllRefNotRoot
Definition SR.cs:1036
static string XmlConvert_BadUri
Definition SR.cs:368
static string Xml_ExpectExternalOrClose
Definition SR.cs:76
static string Sch_DupNotation
Definition SR.cs:534
static string Xml_InvalidIndentation
Definition SR.cs:356
static string Coll_BadOptFormat
Definition SR.cs:2016
static string Sch_IdConstraintNoSelector
Definition SR.cs:838
static string Xslt_MultipleRoots
Definition SR.cs:2128
static string Sch_NonDeterministicAnyAny
Definition SR.cs:588
static string Sch_TypeMutualExclusive
Definition SR.cs:550
static string Sch_OptionalDefaultAttribute
Definition SR.cs:924
static string Sch_InvalidAttributeRef
Definition SR.cs:922
static string Sch_NotAllAlone
Definition SR.cs:1040
static string Xml_XmlnsPrefix
Definition SR.cs:306
static string XmlIl_NmspConflict
Definition SR.cs:2036
static string Sch_InvalidElementInTextOnlyEx
Definition SR.cs:882
static string Sch_MissRequiredAttribute
Definition SR.cs:490