Merge pull request #3132 from alexanderkyte/libmono_safe_undefined
[mono.git] / mcs / class / referencesource / System.Xml / System.Xml.txt
1 ;==++==
2 ;
3 ;   Copyright (c) Microsoft Corporation.  All rights reserved.
4 ;
5 ;==--==
6
7 ; NOTE: do not use \", use ' instead
8 ; NOTE: Use # or ; for comments
9
10 ; These are the managed resources for System.Xml.dll in Silverlight.  See
11 ; ResourceManager documentation and the ResGen tool.
12
13 ;;;
14 ;;; Silverlight runtime strings
15 ;;; 
16 ; commenting out for Desktop
17 ;#if INCLUDE_RUNTIME
18 ;#endif // INCLUDE_RUNTIME
19
20 ;;;
21 ;;; Silverlight debug strings
22 ;;;
23 ; commenting out for Desktop
24 ;#if INCLUDE_DEBUG
25 ;
26 ; General errors
27 ;
28 Xml_UserException={0}
29 Xml_DefaultException=An XML error has occurred.
30 Xml_InvalidOperation=Operation is not valid due to the current state of the object.
31 Xml_ErrorFilePosition=An error occurred at {0}, ({1}, {2}).
32 #if !SILVERLIGHT
33 Xml_StackOverflow=Stack overflow.
34 Xslt_NoStylesheetLoaded=No stylesheet was loaded.
35 Xslt_NotCompiledStylesheet=Type '{0}' is not a compiled stylesheet class.
36 Xslt_IncompatibleCompiledStylesheetVersion=Executing a stylesheet that was compiled using a later version of the framework is not supported. Stylesheet Version: {0}. Current Framework Version: {1}.
37 #endif
38
39 ;
40 ; XmlReader errors
41 ;
42 Xml_AsyncIsRunningException=An asynchronous operation is already in progress.
43 Xml_ReaderAsyncNotSetException=Set XmlReaderSettings.Async to true if you want to use Async Methods.
44 Xml_UnclosedQuote=There is an unclosed literal string.
45 Xml_UnexpectedEOF=Unexpected end of file while parsing {0} has occurred.
46 Xml_UnexpectedEOF1=Unexpected end of file has occurred.
47 Xml_UnexpectedEOFInElementContent=Unexpected end of file has occurred. The following elements are not closed: {0}
48 Xml_BadStartNameChar=Name cannot begin with the '{0}' character, hexadecimal value {1}.
49 Xml_BadNameChar=The '{0}' character, hexadecimal value {1}, cannot be included in a name.
50 Xml_BadDecimalEntity=Invalid syntax for a decimal numeric entity reference.
51 Xml_BadHexEntity=Invalid syntax for a hexadecimal numeric entity reference.
52 Xml_MissingByteOrderMark=There is no Unicode byte order mark. Cannot switch to Unicode.
53 Xml_UnknownEncoding=System does not support '{0}' encoding.
54 Xml_InternalError=An internal error has occurred.
55 Xml_InvalidCharInThisEncoding=Invalid character in the given encoding.
56 Xml_ErrorPosition=Line {0}, position {1}.
57 Xml_MessageWithErrorPosition={0} Line {1}, position {2}.
58 Xml_UnexpectedTokenEx='{0}' is an unexpected token. The expected token is '{1}'.
59 Xml_UnexpectedTokens2='{0}' is an unexpected token. The expected token is '{1}' or '{2}'.
60 Xml_ExpectingWhiteSpace='{0}' is an unexpected token. Expecting white space.
61 Xml_TagMismatch=The '{0}' start tag on line {1} does not match the end tag of '{2}'.
62 Xml_TagMismatchEx=The '{0}' start tag on line {1} position {2} does not match the end tag of '{3}'.
63 Xml_UnexpectedEndTag=Unexpected end tag.
64 Xml_UnknownNs='{0}' is an undeclared prefix.
65 Xml_BadAttributeChar='{0}', hexadecimal value {1}, is an invalid attribute character.
66 Xml_ExpectExternalOrClose=Expecting external ID, '[' or '>'.
67 Xml_MissingRoot=Root element is missing.
68 Xml_MultipleRoots=There are multiple root elements.
69 Xml_InvalidRootData=Data at the root level is invalid.
70 Xml_XmlDeclNotFirst=Unexpected XML declaration. The XML declaration must be the first node in the document, and no white space characters are allowed to appear before it.
71 Xml_InvalidXmlDecl=Syntax for an XML declaration is invalid.
72 Xml_InvalidNodeType='{0}' is an invalid XmlNodeType.
73 Xml_InvalidPIName='{0}' is an invalid name for processing instructions.
74 Xml_InvalidXmlSpace='{0}' is an invalid xml:space value.
75 Xml_InvalidVersionNumber=Version number '{0}' is invalid.
76 Xml_DupAttributeName='{0}' is a duplicate attribute name.
77 Xml_BadDTDLocation=Unexpected DTD declaration.
78 Xml_ElementNotFound=Element '{0}' was not found.
79 Xml_ElementNotFoundNs=Element '{0}' with namespace name '{1}' was not found.
80 Xml_PartialContentNodeTypeNotSupportedEx=XmlNodeType {0} is not supported for partial content parsing.
81 Xml_MultipleDTDsProvided=Cannot have multiple DTDs.
82 Xml_CanNotBindToReservedNamespace=Cannot bind to the reserved namespace.
83 Xml_InvalidCharacter='{0}', hexadecimal value {1}, is an invalid character.
84 Xml_InvalidBinHexValue='{0}' is not a valid BinHex text sequence.
85 Xml_InvalidBinHexValueOddCount='{0}' is not a valid BinHex text sequence. The sequence must contain an even number of characters.
86 Xml_InvalidTextDecl=Invalid text declaration.
87 Xml_InvalidBase64Value='{0}' is not a valid Base64 text sequence.
88 Xml_UndeclaredEntity=Reference to undeclared entity '{0}'.
89 Xml_RecursiveParEntity=Parameter entity '{0}' references itself.
90 Xml_RecursiveGenEntity=General entity '{0}' references itself.
91 Xml_ExternalEntityInAttValue=External entity '{0}' reference cannot appear in the attribute value.
92 Xml_UnparsedEntityRef=Reference to unparsed entity '{0}'.
93 Xml_NotSameNametable=Not the same name table.
94 Xml_NametableMismatch=XmlReaderSettings.XmlNameTable must be the same name table as in XmlParserContext.NameTable or XmlParserContext.NamespaceManager.NameTable, or it must be null.
95 Xml_BadNamespaceDecl=Invalid namespace declaration.
96 Xml_ErrorParsingEntityName=An error occurred while parsing EntityName.
97 Xml_InvalidNmToken=Invalid NmToken value '{0}'.
98 Xml_EntityRefNesting=Entity replacement text must nest properly within markup declarations.
99 Xml_CannotResolveEntity=Cannot resolve entity reference '{0}'.
100 Xml_CannotResolveEntityDtdIgnored=Cannot resolve entity reference '{0}' because the DTD has been ignored. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
101 Xml_CannotResolveExternalSubset=Cannot resolve external DTD subset - public ID = '{0}', system ID = '{1}'.
102 Xml_CannotResolveUrl=Cannot resolve '{0}'.
103 Xml_CDATAEndInText=']]>' is not allowed in character data.
104 Xml_ExternalEntityInStandAloneDocument=Standalone document declaration must have a value of 'no' because an external entity '{0}' is referenced.
105 Xml_DtdAfterRootElement=DTD must be defined before the document root element.
106 Xml_ReadOnlyProperty=The '{0}' property is read only and cannot be set.
107 Xml_DtdIsProhibited=DTD is prohibited in this XML document.
108 Xml_DtdIsProhibitedEx=For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
109 Xml_ReadSubtreeNotOnElement=ReadSubtree() can be called only if the reader is on an element node.
110 Xml_DtdNotAllowedInFragment=DTD is not allowed in XML fragments.
111 Xml_CannotStartDocumentOnFragment=WriteStartDocument cannot be called on writers created with ConformanceLevel.Fragment.
112 Xml_ErrorOpeningExternalDtd=An error has occurred while opening external DTD '{0}': {1}
113 Xml_ErrorOpeningExternalEntity=An error has occurred while opening external entity '{0}': {1}
114 Xml_ReadBinaryContentNotSupported={0} method is not supported on this XmlReader. Use CanReadBinaryContent property to find out if a reader implements it.
115 Xml_ReadValueChunkNotSupported=ReadValueChunk method is not supported on this XmlReader. Use CanReadValueChunk property to find out if an XmlReader implements it.
116 Xml_InvalidReadContentAs=The {0} method is not supported on node type {1}. If you want to read typed content of an element, use the ReadElementContentAs method.
117 Xml_InvalidReadElementContentAs=The {0} method is not supported on node type {1}.
118 Xml_MixedReadElementContentAs=ReadElementContentAs() methods cannot be called on an element that has child elements.
119 Xml_MixingReadValueChunkWithBinary=ReadValueChunk calls cannot be mixed with ReadContentAsBase64 or ReadContentAsBinHex.
120 Xml_MixingBinaryContentMethods=ReadContentAsBase64 and ReadContentAsBinHex method calls cannot be mixed with calls to ReadElementContentAsBase64 and ReadElementContentAsBinHex.
121 Xml_MixingV1StreamingWithV2Binary=ReadContentAsBase64 and ReadContentAsBinHex method calls cannot be mixed with calls to ReadChars, ReadBase64, and ReadBinHex.
122 Xml_InvalidReadValueChunk=The ReadValueAsChunk method is not supported on node type {0}.
123 Xml_ReadContentAsFormatException=Content cannot be converted to the type {0}.
124 Xml_DoubleBaseUri=BaseUri must be specified either as an argument of XmlReader.Create or on the XmlParserContext. If it is specified on both, it must be the same base URI.
125 Xml_NotEnoughSpaceForSurrogatePair=The buffer is not large enough to fit a surrogate pair. Please provide a buffer of size at least 2 characters.
126 Xml_EmptyUrl=The URL cannot be empty.
127 Xml_UnexpectedNodeInSimpleContent=Unexpected node type {0}. {1} method can only be called on elements with simple or empty content.
128 Xml_InvalidWhitespaceCharacter=The Whitespace or SignificantWhitespace node can contain only XML white space characters. '{0}' is not an XML white space character.
129 Xml_IncompatibleConformanceLevel=Cannot change conformance checking to {0}. Make sure the ConformanceLevel in XmlReaderSettings is set to Auto for wrapping scenarios.
130 Xml_LimitExceeded=The input document has exceeded a limit set by {0}.
131 Xml_ClosedOrErrorReader=The XmlReader is closed or in error state.
132 Xml_CharEntityOverflow=Invalid value of a character entity reference.
133
134 #if !SILVERLIGHT
135 Xml_BadNameCharWithPos=The '{0}' character, hexadecimal value {1}, at position {2} within the name, cannot be included in a name.
136 Xml_XmlnsBelongsToReservedNs=The 'xmlns' attribute is bound to the reserved namespace 'http://www.w3.org/2000/xmlns/'.
137 Xml_UndeclaredParEntity=Reference to undeclared parameter entity '{0}'.
138 Xml_InvalidXmlDocument=Invalid XML document. {0}
139 Xml_NoDTDPresent=No DTD found.
140 Xml_MultipleValidaitonTypes=Unsupported combination of validation types.
141 Xml_NoValidation=No validation occurred.
142 Xml_WhitespaceHandling=Expected WhitespaceHandling.None, or WhitespaceHandling.All, or WhitespaceHandling.Significant.
143 Xml_InvalidResetStateCall=Cannot call ResetState when parsing an XML fragment.
144 Xml_EntityHandling=Expected EntityHandling.ExpandEntities or EntityHandling.ExpandCharEntities.
145 Xml_AttlistDuplEnumValue='{0}' is a duplicate enumeration value.
146 Xml_AttlistDuplNotationValue='{0}' is a duplicate notation value.
147 Xml_EncodingSwitchAfterResetState='{0}' is an invalid value for the 'encoding' attribute. The encoding cannot be switched after a call to ResetState.
148 Xml_UnexpectedNodeType=Unexpected XmlNodeType: '{0}'.
149 #endif // !SILVERLIGHT
150
151 ;
152 ; DTD parser errors
153 ;
154 Xml_InvalidConditionalSection=A conditional section is not allowed in an internal subset.
155 Xml_UnexpectedCDataEnd=']]>' is not expected.
156 Xml_UnclosedConditionalSection=There is an unclosed conditional section.
157 Xml_ExpectDtdMarkup=Expected DTD markup was not found.
158 Xml_IncompleteDtdContent=Incomplete DTD content.
159 Xml_EnumerationRequired=Enumeration data type required.
160 Xml_InvalidContentModel=Invalid content model.
161 Xml_FragmentId=Fragment identifier '{0}' cannot be part of the system identifier '{1}'.
162 Xml_ExpectPcData=Expecting 'PCDATA'.
163 Xml_ExpectNoWhitespace=White space not allowed before '?', '*', or '+'.
164 Xml_ExpectOp=Expecting '?', '*', or '+'.
165 Xml_InvalidAttributeType='{0}' is an invalid attribute type.
166 Xml_InvalidAttributeType1=Invalid attribute type.
167 Xml_ExpectAttType=Expecting an attribute type.
168 Xml_ColonInLocalName='{0}' is an unqualified name and cannot contain the character ':'.
169 Xml_InvalidParEntityRef=A parameter entity reference is not allowed in internal markup.
170 Xml_ExpectSubOrClose=Expecting an internal subset or the end of the DOCTYPE declaration.
171 Xml_ExpectExternalOrPublicId=Expecting a system identifier or a public identifier.
172 Xml_ExpectExternalIdOrEntityValue=Expecting an external identifier or an entity value.
173 Xml_ExpectIgnoreOrInclude=Conditional sections must specify the keyword 'IGNORE' or 'INCLUDE'.
174
175 ;
176 ; XmlResolver errors
177 ;
178 Xml_UnsupportedClass=Object type is not supported.
179 Xml_NullResolver=Resolving of external URIs was prohibited.
180 Xml_RelativeUriNotSupported=Relative URIs are not supported.
181
182 #if !SILVERLIGHT
183 Xml_UntrustedCodeSettingResolver=XmlResolver can be set only by fully trusted code.
184 #endif // !SILVERLIGHT
185
186 ;
187 ; XmlWriter errors
188 ;
189 Xml_WriterAsyncNotSetException=Set XmlWriterSettings.Async to true if you want to use Async Methods.
190 Xml_PrefixForEmptyNs=Cannot use a prefix with an empty namespace.
191 Xml_InvalidCommentChars=An XML comment cannot contain '--', and '-' cannot be the last character.
192 Xml_UndefNamespace=The '{0}' namespace is not defined.
193 Xml_EmptyName=The empty string '' is not a valid name.
194 Xml_EmptyLocalName=The empty string '' is not a valid local name.
195 Xml_InvalidNameCharsDetail=Invalid name character in '{0}'. The '{1}' character, hexadecimal value {2}, cannot be included in a name.
196 Xml_NoStartTag=There was no XML start tag open.
197 Xml_ClosedOrError=The Writer is closed or in error state.
198 Xml_WrongToken=Token {0} in state {1} would result in an invalid XML document.
199 Xml_XmlPrefix=Prefix "xml" is reserved for use by XML and can be mapped only to namespace name "http://www.w3.org/XML/1998/namespace".
200 Xml_XmlnsPrefix=Prefix "xmlns" is reserved for use by XML.
201 Xml_NamespaceDeclXmlXmlns=Prefix '{0}' cannot be mapped to namespace name reserved for "xml" or "xmlns".
202 Xml_NonWhitespace=Only white space characters should be used.
203 Xml_DupXmlDecl=Cannot write XML declaration. WriteStartDocument method has already written it.
204 Xml_CannotWriteXmlDecl=Cannot write XML declaration. XML declaration can be only at the beginning of the document.
205 Xml_NoRoot=Document does not have a root element.
206 Xml_InvalidPosition=The current position on the Reader is neither an element nor an attribute.
207 Xml_IncompleteEntity=Incomplete entity contents.
208 Xml_InvalidSurrogateHighChar=Invalid high surrogate character (0x{0}). A high surrogate character must have a value from range (0xD800 - 0xDBFF).
209 Xml_InvalidSurrogateMissingLowChar=The surrogate pair is invalid. Missing a low surrogate character.
210 Xml_InvalidSurrogatePairWithArgs=The surrogate pair (0x{0}, 0x{1}) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF).
211 Xml_RedefinePrefix=The prefix '{0}' cannot be redefined from '{1}' to '{2}' within the same start element tag.
212 Xml_DtdAlreadyWritten=The DTD has already been written out.
213 Xml_InvalidCharsInIndent=XmlWriterSettings.{0} can contain only valid XML text content characters when XmlWriterSettings.CheckCharacters is true. {1}
214 Xml_IndentCharsNotWhitespace=XmlWriterSettings.{0} can contain only valid XML white space characters when XmlWriterSettings.CheckCharacters and XmlWriterSettings.NewLineOnAttributes are true.
215 Xml_ConformanceLevelFragment=Make sure that the ConformanceLevel setting is set to ConformanceLevel.Fragment or ConformanceLevel.Auto if you want to write an XML fragment. 
216
217 #if !SILVERLIGHT
218 Xml_InvalidQuote=Invalid XML attribute quote character. Valid attribute quote characters are ' and ".
219 Xml_UndefPrefix=An undefined prefix is in use.
220 Xml_NoNamespaces=Cannot set the namespace if Namespaces is 'false'.
221 Xml_InvalidCDataChars=Cannot have ']]>' inside an XML CDATA block.
222 Xml_NotTheFirst=WriteStartDocument needs to be the first call.
223 Xml_InvalidPiChars=Cannot have '?>' inside an XML processing instruction.
224 Xml_InvalidNameChars=Invalid name character in '{0}'.
225 Xml_Closed=The Writer is closed.
226 Xml_InvalidPrefix=Prefixes beginning with "xml" (regardless of whether the characters are uppercase, lowercase, or some combination thereof) are reserved for use by XML.
227 Xml_InvalidIndentation=Indentation value must be greater than 0.
228 Xml_NotInWriteState=NotInWriteState.
229 Xml_SurrogatePairSplit=The second character surrogate pair is not in the input buffer to be written.
230 Xml_NoMultipleRoots=Document cannot have multiple document elements.
231 XmlBadName=A node of type '{0}' cannot have the name '{1}'.
232 XmlNoNameAllowed=A node of type '{0}' cannot have a name.
233 #endif // !SILVERLIGHT
234
235 ;
236 ; XmlConvert Errors
237 ;
238 XmlConvert_BadUri=The string was not recognized as a valid Uri.
239 XmlConvert_BadFormat=The string '{0}' is not a valid {1} value.
240 XmlConvert_Overflow=Value '{0}' was either too large or too small for {1}.
241 XmlConvert_TypeBadMapping=Xml type '{0}' does not support Clr type '{1}'.
242 XmlConvert_TypeBadMapping2=Xml type '{0}' does not support a conversion from Clr type '{1}' to Clr type '{2}'.
243 XmlConvert_TypeListBadMapping=Xml type 'List of {0}' does not support Clr type '{1}'.
244 XmlConvert_TypeListBadMapping2=Xml type 'List of {0}' does not support a conversion from Clr type '{1}' to Clr type '{2}'.
245 XmlConvert_TypeToString=Xml type '{0}' cannot convert from Clr type '{1}' unless the destination type is String or XmlAtomicValue.
246 XmlConvert_TypeFromString=Xml type '{0}' cannot convert to Clr type '{1}' unless the source value is a String or an XmlAtomicValue.
247 XmlConvert_TypeNoPrefix=The QName '{0}' cannot be represented as a String.  A prefix for namespace '{1}' cannot be found.
248 XmlConvert_TypeNoNamespace=The String '{0}' cannot be represented as an XmlQualifiedName.  A namespace for prefix '{1}' cannot be found.
249 XmlConvert_NotOneCharString=String must be exactly one character long.
250
251 ;
252 ; XmlSchema and DTD validation errors
253 ;
254 Sch_ParEntityRefNesting=The parameter entity replacement text must nest properly within markup declarations.
255 Sch_NotTokenString=line-feed (#xA) or tab (#x9) characters, leading or trailing spaces and sequences of one or more spaces (#x20) are not allowed in 'xs:token'.
256 Sch_XsdDateTimeCompare=Cannot compare '{0}' and '{1}'.
257 Sch_InvalidNullCast=Cannot return null as a value for type '{0}'.
258 Sch_InvalidDateTimeOption=The '{0}' value for the 'dateTimeOption' parameter is not an allowed value for the 'XmlDateTimeSerializationMode' enumeration.
259 Sch_StandAloneNormalization=StandAlone is 'yes' and the value of the attribute '{0}' contains a definition in an external document that changes on normalization.
260 Sch_UnSpecifiedDefaultAttributeInExternalStandalone=Markup for unspecified default attribute '{0}' is external and standalone='yes'.
261
262 #if !SILVERLIGHT
263 Sch_DefaultException=A schema error occurred.
264 Sch_DupElementDecl=The '{0}' element has already been declared.
265 Sch_IdAttrDeclared=The attribute of type ID is already declared on the '{0}' element.
266 Sch_RootMatchDocType=Root element name must match the DocType name.
267 Sch_DupId='{0}' is already used as an ID.
268 Sch_UndeclaredElement=The '{0}' element is not declared.
269 Sch_UndeclaredAttribute=The '{0}' attribute is not declared.
270 Sch_UndeclaredNotation=The '{0}' notation is not declared.
271 Sch_UndeclaredId=Reference to undeclared ID is '{0}'.
272 Sch_SchemaRootExpected=Expected schema root. Make sure the root element is <schema> and the namespace is 'http://www.w3.org/2001/XMLSchema' for an XSD schema or 'urn:schemas-microsoft-com:xml-data' for an XDR schema.
273 Sch_XSDSchemaRootExpected=The root element of a W3C XML Schema should be <schema> and its namespace should be 'http://www.w3.org/2001/XMLSchema'.
274 Sch_UnsupportedAttribute=The '{0}' attribute is not supported in this context.
275 Sch_UnsupportedElement=The '{0}' element is not supported in this context.
276 Sch_MissAttribute=The '{0}' attribute is either invalid or missing.
277 Sch_AnnotationLocation=The 'annotation' element cannot appear at this location.
278 Sch_DataTypeTextOnly=Content must be "textOnly" when using DataType on an ElementType.
279 Sch_UnknownModel=The model attribute must have a value of open or closed, not '{0}'.
280 Sch_UnknownOrder=The order attribute must have a value of 'seq', 'one', or 'many', not '{0}'.
281 Sch_UnknownContent=The content attribute must have a value of 'textOnly', 'eltOnly', 'mixed', or 'empty', not '{0}'.
282 Sch_UnknownRequired=The required attribute must have a value of yes or no.
283 Sch_UnknownDtType=Reference to an unknown data type, '{0}'.
284 Sch_MixedMany=The order must be many when content is mixed.
285 Sch_GroupDisabled=The group is not allowed when ElementType has empty or textOnly content.
286 Sch_MissDtvalue=The DataType value cannot be empty.
287 Sch_MissDtvaluesAttribute=The dt:values attribute is missing.
288 Sch_DupDtType=Data type has already been declared.
289 Sch_DupAttribute=The '{0}' attribute has already been declared for this ElementType.
290 Sch_RequireEnumeration=Data type should be enumeration when the values attribute is present.
291 Sch_DefaultIdValue=An attribute or element of type xs:ID or derived from xs:ID, should not have a value constraint.
292 Sch_ElementNotAllowed=Element is not allowed when the content is empty or textOnly.
293 Sch_ElementMissing=There is a missing element.
294 Sch_ManyMaxOccurs=When the order is many, the maxOccurs attribute must have a value of '*'.
295 Sch_MaxOccursInvalid=The maxOccurs attribute must have a value of 1 or *.
296 Sch_MinOccursInvalid=The minOccurs attribute must have a value of 0 or 1.
297 Sch_DtMaxLengthInvalid=The value '{0}' is invalid for dt:maxLength.
298 Sch_DtMinLengthInvalid=The value '{0}' is invalid for dt:minLength.
299 Sch_DupDtMaxLength=The value of maxLength has already been declared.
300 Sch_DupDtMinLength=The value of minLength has already been declared.
301 Sch_DtMinMaxLength=The maxLength value must be equal to or greater than the minLength value.
302 Sch_DupElement=The '{0}' element already exists in the content model.
303 Sch_DupGroupParticle=The content model can only have one of the following; 'all', 'choice', or 'sequence'.
304 Sch_InvalidValue=The value '{0}' is invalid according to its data type.
305 Sch_InvalidValueDetailed=The value '{0}' is invalid according to its schema type '{1}' - {2}
306 Sch_InvalidValueDetailedAttribute=The attribute '{0}' has an invalid value '{1}' according to its schema type '{2}' - {3}
307 Sch_MissRequiredAttribute=The required attribute '{0}' is missing.
308 Sch_FixedAttributeValue=The value of the '{0}' attribute does not equal its fixed value.
309 Sch_FixedElementValue=The value of the '{0}' element does not equal its fixed value.
310 Sch_AttributeValueDataTypeDetailed=The '{0}' attribute is invalid - The value '{1}' is invalid according to its datatype '{2}' - {3}
311 Sch_AttributeDefaultDataType=The default value of '{0}' attribute is invalid according to its datatype.
312 Sch_IncludeLocation=The 'include' element cannot appear at this location.
313 Sch_ImportLocation=The 'import' element cannot appear at this location.
314 Sch_RedefineLocation=The 'redefine' element cannot appear at this location.
315 Sch_InvalidBlockDefaultValue=The values 'list' and 'union' are invalid for the blockDefault attribute.
316 Sch_InvalidFinalDefaultValue=The value 'substitution' is invalid for the finalDefault attribute.
317 Sch_InvalidElementBlockValue=The values 'list' and 'union' are invalid for the block attribute on element.
318 Sch_InvalidElementFinalValue=The values 'substitution', 'list', and 'union' are invalid for the final attribute on element.
319 Sch_InvalidSimpleTypeFinalValue=The values 'substitution' and 'extension' are invalid for the final attribute on simpleType.
320 Sch_InvalidComplexTypeBlockValue=The values 'substitution', 'list', and 'union' are invalid for the block attribute on complexType.
321 Sch_InvalidComplexTypeFinalValue=The values 'substitution', 'list', and 'union' are invalid for the final attribute on complexType.
322 Sch_DupIdentityConstraint=The identity constraint '{0}' has already been declared.
323 Sch_DupGlobalElement=The global element '{0}' has already been declared.
324 Sch_DupGlobalAttribute=The global attribute '{0}' has already been declared.
325 Sch_DupSimpleType=The simpleType '{0}' has already been declared.
326 Sch_DupComplexType=The complexType '{0}' has already been declared.
327 Sch_DupGroup=The group '{0}' has already been declared.
328 Sch_DupAttributeGroup=The attributeGroup '{0}' has already been declared.
329 Sch_DupNotation=The notation '{0}' has already been declared.
330 Sch_DefaultFixedAttributes=The fixed and default attributes cannot both be present.
331 Sch_FixedInRef=The fixed value constraint on the '{0}' attribute reference must match the fixed value constraint on the declaration.
332 Sch_FixedDefaultInRef=The default value constraint cannot be present on the '{0}' attribute reference if the fixed value constraint is present on the declaration.
333 Sch_DupXsdElement='{0}' is a duplicate XSD element.
334 Sch_ForbiddenAttribute=The '{0}' attribute cannot be present.
335 Sch_AttributeIgnored=The '{0}' attribute is ignored, because the value of 'prohibited' for attribute use only prevents inheritance of an identically named attribute from the base type definition.
336 Sch_ElementRef=When the ref attribute is present, the type attribute and complexType, simpleType, key, keyref, and unique elements cannot be present.
337 Sch_TypeMutualExclusive=The type attribute cannot be present with either simpleType or complexType.
338 Sch_ElementNameRef=For element declaration, either the name or the ref attribute must be present.
339 Sch_AttributeNameRef=For attribute '{0}', either the name or the ref attribute must be present, but not both.
340 Sch_TextNotAllowed=The following text is not allowed in this context: '{0}'.
341 Sch_UndeclaredType=Type '{0}' is not declared.
342 Sch_UndeclaredSimpleType=Type '{0}' is not declared, or is not a simple type.
343 Sch_UndeclaredEquivClass=Substitution group refers to '{0}', an undeclared element.
344 Sch_AttListPresence=An attribute of type ID must have a declared default of either #IMPLIED or #REQUIRED.
345 Sch_NotationValue='{0}' is not in the notation list.
346 Sch_EnumerationValue='{0}' is not in the enumeration list.
347 Sch_EmptyAttributeValue=The attribute value cannot be empty.
348 Sch_InvalidLanguageId='{0}' is an invalid language identifier.
349 Sch_XmlSpace=Invalid xml:space syntax.
350 Sch_InvalidXsdAttributeValue='{1}' is an invalid value for the '{0}' attribute.
351 Sch_InvalidXsdAttributeDatatypeValue=The value for the '{0}' attribute is invalid - {1}
352 Sch_ElementValueDataTypeDetailed=The '{0}' element is invalid - The value '{1}' is invalid according to its datatype '{2}' - {3}
353 Sch_InvalidElementDefaultValue=The default value '{0}' of element '{1}' is invalid according to the type specified by xsi:type.
354 Sch_NonDeterministic=Multiple definition of element '{0}' causes the content model to become ambiguous. A content model must be formed such that during validation of an element information item sequence, the particle contained directly, indirectly or implicitly therein with which to attempt to validate each item in the sequence in turn can be uniquely determined without examining the content or attributes of that item, and without any information about the items in the remainder of the sequence.
355 Sch_NonDeterministicAnyEx=Wildcard '{0}' allows element '{1}', and causes the content model to become ambiguous. A content model must be formed such that during validation of an element information item sequence, the particle contained directly, indirectly or implicitly therein with which to attempt to validate each item in the sequence in turn can be uniquely determined without examining the content or attributes of that item, and without any information about the items in the remainder of the sequence.
356 Sch_NonDeterministicAnyAny=Wildcards '{0}' and '{1}' have not empty intersection, and causes the content model to become ambiguous. A content model must be formed such that during validation of an element information item sequence, the particle contained directly, indirectly or implicitly therein with which to attempt to validate each item in the sequence in turn can be uniquely determined without examining the content or attributes of that item, and without any information about the items in the remainder of the sequence.
357 Sch_StandAlone=The standalone document declaration must have a value of 'no'.
358 Sch_XmlNsAttribute=The value 'xmlns' cannot be used as the name of an attribute declaration.
359 Sch_AllElement=Element '{0}' cannot appear more than once if content model type is "all".
360 Sch_MismatchTargetNamespaceInclude=The targetNamespace '{0}' of included/redefined schema should be the same as the targetNamespace '{1}' of the including schema.
361 Sch_MismatchTargetNamespaceImport=The namespace attribute '{0}' of an import should be the same value as the targetNamespace '{1}' of the imported schema.
362 Sch_MismatchTargetNamespaceEx=The targetNamespace parameter '{0}' should be the same value as the targetNamespace '{1}' of the schema.
363 Sch_XsiTypeNotFound=This is an invalid xsi:type '{0}'.
364 Sch_XsiTypeAbstract=The xsi:type '{0}' cannot be abstract.
365 Sch_ListFromNonatomic=A list data type must be derived from an atomic or union data type.
366 Sch_UnionFromUnion=It is an error if a union type has a member with variety union and this member cannot be substituted with its own members. This may be due to the fact that the union member is a restriction of a union with facets.
367 Sch_DupLengthFacet=This is a duplicate Length constraining facet.
368 Sch_DupMinLengthFacet=This is a duplicate MinLength constraining facet.
369 Sch_DupMaxLengthFacet=This is a duplicate MaxLength constraining facet.
370 Sch_DupWhiteSpaceFacet=This is a duplicate WhiteSpace constraining facet.
371 Sch_DupMaxInclusiveFacet=This is a duplicate MaxInclusive constraining facet.
372 Sch_DupMaxExclusiveFacet=This is a duplicate MaxExclusive constraining facet.
373 Sch_DupMinInclusiveFacet=This is a duplicate MinInclusive constraining facet.
374 Sch_DupMinExclusiveFacet=This is a duplicate MinExclusive constraining facet.
375 Sch_DupTotalDigitsFacet=This is a duplicate TotalDigits constraining facet.
376 Sch_DupFractionDigitsFacet=This is a duplicate FractionDigits constraining facet.
377 Sch_LengthFacetProhibited=The length constraining facet is prohibited for '{0}'.
378 Sch_MinLengthFacetProhibited=The MinLength constraining facet is prohibited for '{0}'.
379 Sch_MaxLengthFacetProhibited=The MaxLength constraining facet is prohibited for '{0}'.
380 Sch_PatternFacetProhibited=The Pattern constraining facet is prohibited for '{0}'.
381 Sch_EnumerationFacetProhibited=The Enumeration constraining facet is prohibited for '{0}'.
382 Sch_WhiteSpaceFacetProhibited=The WhiteSpace constraining facet is prohibited for '{0}'.
383 Sch_MaxInclusiveFacetProhibited=The MaxInclusive constraining facet is prohibited for '{0}'.
384 Sch_MaxExclusiveFacetProhibited=The MaxExclusive constraining facet is prohibited for '{0}'.
385 Sch_MinInclusiveFacetProhibited=The MinInclusive constraining facet is prohibited for '{0}'.
386 Sch_MinExclusiveFacetProhibited=The MinExclusive constraining facet is prohibited for '{0}'.
387 Sch_TotalDigitsFacetProhibited=The TotalDigits constraining facet is prohibited for '{0}'.
388 Sch_FractionDigitsFacetProhibited=The FractionDigits constraining facet is prohibited for '{0}'.
389 Sch_LengthFacetInvalid=The Length constraining facet is invalid - {0}
390 Sch_MinLengthFacetInvalid=The MinLength constraining facet is invalid - {0}
391 Sch_MaxLengthFacetInvalid=The MaxLength constraining facet is invalid - {0}
392 Sch_MaxInclusiveFacetInvalid=The MaxInclusive constraining facet is invalid - {0}
393 Sch_MaxExclusiveFacetInvalid=The MaxExclusive constraining facet is invalid - {0}
394 Sch_MinInclusiveFacetInvalid=The MinInclusive constraining facet is invalid - {0}
395 Sch_MinExclusiveFacetInvalid=The MinExclusive constraining facet is invalid - {0}
396 Sch_TotalDigitsFacetInvalid=The TotalDigits constraining facet is invalid - {0}
397 Sch_FractionDigitsFacetInvalid=The FractionDigits constraining facet is invalid - {0}
398 Sch_PatternFacetInvalid=The Pattern constraining facet is invalid - {0}
399 Sch_EnumerationFacetInvalid=The Enumeration constraining facet is invalid - {0}
400 Sch_InvalidWhiteSpace=The white space character, '{0}', is invalid.
401 Sch_UnknownFacet=This is an unknown facet.
402 Sch_LengthAndMinMax=It is an error for both length and minLength or maxLength to be present.
403 Sch_MinLengthGtMaxLength=MinLength is greater than MaxLength.
404 Sch_FractionDigitsGtTotalDigits=FractionDigits is greater than TotalDigits.
405 Sch_LengthConstraintFailed=The actual length is not equal to the specified length.
406 Sch_MinLengthConstraintFailed=The actual length is less than the MinLength value.
407 Sch_MaxLengthConstraintFailed=The actual length is greater than the MaxLength value.
408 Sch_PatternConstraintFailed=The Pattern constraint failed.
409 Sch_EnumerationConstraintFailed=The Enumeration constraint failed.
410 Sch_MaxInclusiveConstraintFailed=The MaxInclusive constraint failed.
411 Sch_MaxExclusiveConstraintFailed=The MaxExclusive constraint failed.
412 Sch_MinInclusiveConstraintFailed=The MinInclusive constraint failed.
413 Sch_MinExclusiveConstraintFailed=The MinExclusive constraint failed.
414 Sch_TotalDigitsConstraintFailed=The TotalDigits constraint failed.
415 Sch_FractionDigitsConstraintFailed=The FractionDigits constraint failed.
416 Sch_UnionFailedEx=The value '{0}' is not valid according to any of the memberTypes of the union.
417 Sch_NotationRequired=NOTATION cannot be used directly in a schema; only data types derived from NOTATION by specifying an enumeration value can be used in a schema. All enumeration facet values must match the name of a notation declared in the current schema.
418 Sch_DupNotationAttribute=No element type can have more than one NOTATION attribute specified.
419 Sch_MissingPublicSystemAttribute=NOTATION must have either the Public or System attribute present.
420 Sch_NotationAttributeOnEmptyElement=An attribute of type NOTATION must not be declared on an element declared EMPTY.
421 Sch_RefNotInScope=The Keyref '{0}' cannot find the referred key or unique in scope.
422 Sch_UndeclaredIdentityConstraint=The '{0}' identity constraint is not declared.
423 Sch_RefInvalidIdentityConstraint=Reference to an invalid identity constraint, '{0}'.
424 Sch_RefInvalidCardin=Keyref '{0}' has different cardinality as the referred key or unique element.
425 Sch_ReftoKeyref=The '{0}' Keyref can refer to key or unique only.
426 Sch_EmptyXPath=The XPath for selector or field cannot be empty.
427 Sch_UnresolvedPrefix=The prefix '{0}' in XPath cannot be resolved.
428 Sch_UnresolvedKeyref=The key sequence '{0}' in '{1}' Keyref fails to refer to some key.
429 Sch_ICXpathError='{0}' is an invalid XPath for selector or field.
430 Sch_SelectorAttr='{0}' is an invalid XPath for selector. Selector cannot have an XPath selection with an attribute node.
431 Sch_FieldSimpleTypeExpected=The field '{0}' is expecting an element or attribute with simple type or simple content.
432 Sch_FieldSingleValueExpected=The field '{0}' is expecting at the most one value.
433 Sch_MissingKey=The identity constraint '{0}' validation has failed. Either a key is missing or the existing key has an empty node.
434 Sch_DuplicateKey=There is a duplicate key sequence '{0}' for the '{1}' key or unique identity constraint.
435 Sch_TargetNamespaceXsi=The target namespace of an attribute declaration, whether local or global, must not match http://www.w3.org/2001/XMLSchema-instance.
436 Sch_UndeclaredEntity=Reference to an undeclared entity, '{0}'.
437 Sch_UnparsedEntityRef=Reference to an unparsed entity, '{0}'.
438 Sch_MaxOccursInvalidXsd=The value for the 'maxOccurs' attribute must be xsd:nonNegativeInteger or 'unbounded'.
439 Sch_MinOccursInvalidXsd=The value for the 'minOccurs' attribute must be xsd:nonNegativeInteger.
440 Sch_MaxInclusiveExclusive='maxInclusive' and 'maxExclusive' cannot both be specified for the same data type.
441 Sch_MinInclusiveExclusive='minInclusive' and 'minExclusive' cannot both be specified for the same data type.
442 Sch_MinInclusiveGtMaxInclusive=The value specified for 'minInclusive' cannot be greater than the value specified for 'maxInclusive' for the same data type.
443 Sch_MinExclusiveGtMaxExclusive=The value specified for 'minExclusive' cannot be greater than the value specified for 'maxExclusive' for the same data type.
444 Sch_MinInclusiveGtMaxExclusive=The value specified for 'minInclusive' cannot be greater than the value specified for 'maxExclusive' for the same data type.
445 Sch_MinExclusiveGtMaxInclusive=The value specified for 'minExclusive' cannot be greater than the value specified for 'maxInclusive' for the same data type.
446 Sch_SimpleTypeRestriction='simpleType' should be the first child of restriction.
447 Sch_InvalidFacetPosition=Facet should go before 'attribute', 'attributeGroup', or 'anyAttribute'.
448 Sch_AttributeMutuallyExclusive='{0}' and content model are mutually exclusive.
449 Sch_AnyAttributeLastChild='anyAttribute' must be the last child.
450 Sch_ComplexTypeContentModel=The content model of a complex type must consist of 'annotation' (if present); followed by zero or one of the following: 'simpleContent', 'complexContent', 'group', 'choice', 'sequence', or 'all'; followed by zero or more 'attribute' or 'attributeGroup'; followed by zero or one 'anyAttribute'.
451 Sch_ComplexContentContentModel=Complex content restriction or extension should consist of zero or one of 'group', 'choice', 'sequence', or 'all'; followed by zero or more 'attribute' or 'attributeGroup'; followed by zero or one 'anyAttribute'.
452 Sch_NotNormalizedString=Carriage return (#xD), line feed (#xA), and tab (#x9) characters are not allowed in xs:normalizedString.
453 Sch_FractionDigitsNotOnDecimal=FractionDigits should be equal to 0 on types other then decimal.
454 Sch_ContentInNill=Element '{0}' must have no character or element children.
455 Sch_NoElementSchemaFound=Could not find schema information for the element '{0}'.
456 Sch_NoAttributeSchemaFound=Could not find schema information for the attribute '{0}'.
457 Sch_InvalidNamespace=The Namespace '{0}' is an invalid URI.
458 Sch_InvalidTargetNamespaceAttribute=The targetNamespace attribute cannot have empty string as its value.
459 Sch_InvalidNamespaceAttribute=The namespace attribute cannot have empty string as its value.
460 Sch_InvalidSchemaLocation=The SchemaLocation '{0}' is an invalid URI.
461 Sch_ImportTargetNamespace=Namespace attribute of an import must not match the real value of the enclosing targetNamespace of the <schema>.
462 Sch_ImportTargetNamespaceNull=The enclosing <schema> must have a targetNamespace, if the Namespace attribute is absent on the import element.
463 Sch_GroupDoubleRedefine=Double redefine for group.
464 Sch_ComponentRedefineNotFound=Cannot find a {0} with name '{1}' to redefine.
465 Sch_GroupRedefineNotFound=No group to redefine.
466 Sch_AttrGroupDoubleRedefine=Double redefine for attribute group.
467 Sch_AttrGroupRedefineNotFound=No attribute group to redefine.
468 Sch_ComplexTypeDoubleRedefine=Double redefine for complex type.
469 Sch_ComplexTypeRedefineNotFound=No complex type to redefine.
470 Sch_SimpleToComplexTypeRedefine=Cannot redefine a simple type as complex type.
471 Sch_SimpleTypeDoubleRedefine=Double redefine for simple type.
472 Sch_ComplexToSimpleTypeRedefine=Cannot redefine a complex type as simple type.
473 Sch_SimpleTypeRedefineNotFound=No simple type to redefine.
474 Sch_MinMaxGroupRedefine=When group is redefined, the real value of both minOccurs and maxOccurs attribute must be 1 (or absent).
475 Sch_MultipleGroupSelfRef=Multiple self-reference within a group is redefined.
476 Sch_MultipleAttrGroupSelfRef=Multiple self-reference within an attribute group is redefined.
477 Sch_InvalidTypeRedefine=If type is being redefined, the base type has to be self-referenced.
478 Sch_InvalidElementRef=If ref is present, all of <complexType>, <simpleType>, <key>, <keyref>, <unique>, nillable, default, fixed, form, block, and type must be absent.
479 Sch_MinGtMax=minOccurs value cannot be greater than maxOccurs value.
480 Sch_DupSelector=Selector cannot appear twice in one identity constraint.
481 Sch_IdConstraintNoSelector=Selector must be present.
482 Sch_IdConstraintNoFields=At least one field must be present.
483 Sch_IdConstraintNoRefer=The referring attribute must be present.
484 Sch_SelectorBeforeFields=Cannot define fields before selector.
485 Sch_NoSimpleTypeContent=SimpleType content is missing.
486 Sch_SimpleTypeRestRefBase=SimpleType restriction should have either the base attribute or a simpleType child, but not both.
487 Sch_SimpleTypeRestRefBaseNone=SimpleType restriction should have either the base attribute or a simpleType child to indicate the base type for the derivation.
488 Sch_SimpleTypeListRefBase=SimpleType list should have either the itemType attribute or a simpleType child, but not both.
489 Sch_SimpleTypeListRefBaseNone=SimpleType list should have either the itemType attribute or a simpleType child to indicate the itemType of the list. 
490 Sch_SimpleTypeUnionNoBase=Either the memberTypes attribute must be non-empty or there must be at least one simpleType child.
491 Sch_NoRestOrExtQName='restriction' or 'extension' child is required for complexType '{0}' in namespace '{1}', because it has a simpleContent or complexContent child.
492 Sch_NoRestOrExt='restriction' or 'extension' child is required for complexType with simpleContent or complexContent child.
493 Sch_NoGroupParticle='sequence', 'choice', or 'all' child is required.
494 Sch_InvalidAllMin='all' must have 'minOccurs' value of 0 or 1.
495 Sch_InvalidAllMax='all' must have {max occurs}=1.
496 Sch_InvalidFacet=The 'value' attribute must be present in facet.
497 Sch_AbstractElement=The element '{0}' is abstract or its type is abstract.
498 Sch_XsiTypeBlockedEx=The xsi:type attribute value '{0}' is not valid for the element '{1}', either because it is not a type validly derived from the type in the schema, or because it has xsi:type derivation blocked.
499 Sch_InvalidXsiNill=If the 'nillable' attribute is false in the schema, the 'xsi:nil' attribute must not be present in the instance.
500 Sch_SubstitutionNotAllowed=Element '{0}' cannot substitute in place of head element '{1}' because it has block='substitution'.
501 Sch_SubstitutionBlocked=Member element {0}'s type cannot be derived by restriction or extension from head element {1}'s type, because it has block='restriction' or 'extension'.
502 Sch_InvalidElementInEmptyEx=The element '{0}' cannot contain child element '{1}' because the parent element's content model is empty.
503 Sch_InvalidElementInTextOnlyEx=The element '{0}' cannot contain child element '{1}' because the parent element's content model is text only.
504 Sch_InvalidTextInElement=The element {0} cannot contain text.
505 Sch_InvalidElementContent=The element {0} has invalid child element {1}.
506 Sch_InvalidElementContentComplex=The element {0} has invalid child element {1} - {2}
507 Sch_IncompleteContent=The element {0} has incomplete content.
508 Sch_IncompleteContentComplex=The element {0} has incomplete content - {2}
509 Sch_InvalidTextInElementExpecting=The element {0} cannot contain text. List of possible elements expected: {1}.
510 Sch_InvalidElementContentExpecting=The element {0} has invalid child element {1}. List of possible elements expected: {2}.
511 Sch_InvalidElementContentExpectingComplex=The element {0} has invalid child element {1}. List of possible elements expected: {2}. {3}
512 Sch_IncompleteContentExpecting=The element {0} has incomplete content. List of possible elements expected: {1}.
513 Sch_IncompleteContentExpectingComplex=The element {0} has incomplete content. List of possible elements expected: {1}. {2}
514 Sch_InvalidElementSubstitution=The element {0} cannot substitute for a local element {1} expected in that position.
515 ;Following Needed to build the correct localized strings for the above messages with Expected ...
516 Sch_ElementNameAndNamespace='{0}' in namespace '{1}'
517 Sch_ElementName='{0}'
518 Sch_ContinuationString={0}as well as 
519 Sch_AnyElementNS=any element in namespace '{0}'
520 Sch_AnyElement=any element
521 Sch_InvalidTextInEmpty=The element cannot contain text. Content model is empty.
522 Sch_InvalidWhitespaceInEmpty=The element cannot contain white space. Content model is empty.
523 Sch_InvalidPIComment=The element cannot contain comment or processing instruction. Content model is empty.
524 Sch_InvalidAttributeRef=If ref is present, all of 'simpleType', 'form', 'type', and 'use' must be absent.
525 Sch_OptionalDefaultAttribute=The 'use' attribute must be optional (or absent) if the default attribute is present.
526 Sch_AttributeCircularRef=Circular attribute reference.
527 Sch_IdentityConstraintCircularRef=Circular identity constraint reference.
528 Sch_SubstitutionCircularRef=Circular substitution group affiliation.
529 Sch_InvalidAnyAttribute=Invalid namespace in 'anyAttribute'.
530 Sch_DupIdAttribute=Duplicate ID attribute.
531 Sch_InvalidAllElementMax=The {max occurs} of all the particles in the {particles} of an all group must be 0 or 1.
532 Sch_InvalidAny=Invalid namespace in 'any'.
533 Sch_InvalidAnyDetailed=The value of the namespace attribute of the element or attribute wildcard is invalid - {0}
534 Sch_InvalidExamplar=Cannot be nominated as the {substitution group affiliation} of any other declaration.
535 Sch_NoExamplar=Reference to undeclared substitution group affiliation.
536 Sch_InvalidSubstitutionMember='{0}' cannot be a member of substitution group with head element '{1}'.
537 Sch_RedefineNoSchema='SchemaLocation' must successfully resolve if <redefine> contains any child other than <annotation>.
538 Sch_ProhibitedAttribute=The '{0}' attribute is not allowed.
539 Sch_TypeCircularRef=Circular type reference.
540 Sch_TwoIdAttrUses=Two distinct members of the attribute uses must not have type definitions which are both xs:ID or are derived from xs:ID.
541 Sch_AttrUseAndWildId=It is an error if there is a member of the attribute uses of a type definition with type xs:ID or derived from xs:ID and another attribute with type xs:ID matches an attribute wildcard.
542 Sch_MoreThanOneWildId=It is an error if more than one attribute whose type is xs:ID or is derived from xs:ID, matches an attribute wildcard on an element.
543 Sch_BaseFinalExtension=The base type is the final extension.
544 Sch_NotSimpleContent=The content type of the base type must be a simple type definition or it must be mixed, and simpleType child must be present.
545 Sch_NotComplexContent=The content type of the base type must not be a simple type definition.
546 Sch_BaseFinalRestriction=The base type is final restriction.
547 Sch_BaseFinalList=The base type is the final list.
548 Sch_BaseFinalUnion=The base type is the final union.
549 Sch_UndefBaseRestriction=Undefined complexType '{0}' is used as a base for complex type restriction.
550 Sch_UndefBaseExtension=Undefined complexType '{0}' is used as a base for complex type extension.
551 Sch_DifContentType=The derived type and the base type must have the same content type.
552 Sch_InvalidContentRestriction=Invalid content type derivation by restriction.
553 Sch_InvalidContentRestrictionDetailed=Invalid content type derivation by restriction. {0}
554 Sch_InvalidBaseToEmpty=If the derived content type is Empty, then the base content type should also be Empty or Mixed with Emptiable particle according to rule 5.3 of Schema Component Constraint: Derivation Valid (Restriction, Complex).
555 Sch_InvalidBaseToMixed=If the derived content type is Mixed, then the base content type should also be Mixed according to rule 5.4 of Schema Component Constraint: Derivation Valid (Restriction, Complex).
556 Sch_DupAttributeUse=The attribute '{0}' already exists.
557 Sch_InvalidParticleRestriction=Invalid particle derivation by restriction.
558 Sch_InvalidParticleRestrictionDetailed=Invalid particle derivation by restriction - '{0}'.
559 Sch_ForbiddenDerivedParticleForAll='Choice' or 'any' is forbidden as derived particle when the base particle is 'all'.
560 Sch_ForbiddenDerivedParticleForElem=Only 'element' is valid as derived particle when the base particle is 'element'.
561 Sch_ForbiddenDerivedParticleForChoice='All' or 'any' is forbidden as derived particle when the base particle is 'choice'.
562 Sch_ForbiddenDerivedParticleForSeq='All', 'any', and 'choice' are forbidden as derived particles when the base particle is 'sequence'.
563 Sch_ElementFromElement=Derived element '{0}' is not a valid restriction of base element '{1}' according to Elt:Elt -- NameAndTypeOK.
564 Sch_ElementFromAnyRule1=The namespace of element '{0}'is not valid with respect to the wildcard's namespace constraint in the base, Elt:Any -- NSCompat Rule 1.
565 Sch_ElementFromAnyRule2=The occurrence range of element '{0}'is not a valid restriction of the wildcard's occurrence range in the base, Elt:Any -- NSCompat Rule2.
566 Sch_AnyFromAnyRule1=The derived wildcard's occurrence range is not a valid restriction of the base wildcard's occurrence range, Any:Any -- NSSubset Rule 1.
567 ; <PLEASE-NOTE> ===== The word 'intensional' below is spelt correctly ===== </PLEASE-NOTE>
568 Sch_AnyFromAnyRule2=The derived wildcard's namespace constraint must be an intensional subset of the base wildcard's namespace constraint, Any:Any -- NSSubset Rule2.
569 Sch_AnyFromAnyRule3=The derived wildcard's 'processContents' must be identical to or stronger than the base wildcard's 'processContents', where 'strict' is stronger than 'lax' and 'lax' is stronger than 'skip', Any:Any -- NSSubset Rule 3.
570 Sch_GroupBaseFromAny1=Every member of the derived group particle must be a valid restriction of the base wildcard, NSRecurseCheckCardinality Rule 1.
571 Sch_GroupBaseFromAny2=The derived particle's occurrence range at ({0}, {1}) is not a valid restriction of the base wildcard's occurrence range at ({2}, {3}), NSRecurseCheckCardinality Rule 2.
572 Sch_ElementFromGroupBase1=The derived element {0} at ({1}, {2}) is not a valid restriction of the base sequence particle at ({3}, {4}) according to Elt:All/Choice/Sequence -- RecurseAsIfGroup.
573 Sch_ElementFromGroupBase2=The derived element {0} at ({1}, {2}) is not a valid restriction of the base choice particle at ({3}, {4}) according to Elt:All/Choice/Sequence -- RecurseAsIfGroup.
574 Sch_ElementFromGroupBase3=The derived element {0} at ({1}, {2}) is not a valid restriction of the base all particle at ({3}, {4}) according to Elt:All/Choice/Sequence -- RecurseAsIfGroup.
575 Sch_GroupBaseRestRangeInvalid=The derived particle's range is not a valid restriction of the base particle's range according to All:All,Sequence:Sequence -- Recurse Rule 1 or Choice:Choice -- RecurseLax.
576 Sch_GroupBaseRestNoMap=The derived particle cannot have more members than the base particle - All:All,Sequence:Sequence -- Recurse Rule 2 / Choice:Choice -- RecurseLax.
577 Sch_GroupBaseRestNotEmptiable=All particles in the {particles} of the base particle which are not mapped to by any particle in the {particles} of the derived particle should be emptiable - All:All,Sequence:Sequence -- Recurse Rule 2 / Choice:Choice -- RecurseLax.
578 Sch_SeqFromAll=The derived sequence particle at ({0}, {1}) is not a valid restriction of the base all particle at ({2}, {3}) according to Sequence:All -- RecurseUnordered.
579 Sch_SeqFromChoice=The derived sequence particle at ({0}, {1}) is not a valid restriction of the base choice particle at ({2}, {3}) according to Sequence:Choice -- MapAndSum.
580 Sch_UndefGroupRef=Reference to undeclared model group '{0}'.
581 Sch_GroupCircularRef=Circular group reference.
582 Sch_AllRefNotRoot=The group ref to 'all' is not the root particle, or it is being used as an extension.
583 Sch_AllRefMinMax=The group ref to 'all' must have {min occurs}= 0 or 1 and {max occurs}=1.
584 Sch_NotAllAlone='all' is not the only particle in a group, or is being used as an extension.
585 Sch_AttributeGroupCircularRef=Circular attribute group reference.
586 Sch_UndefAttributeGroupRef=Reference to undeclared attribute group '{0}'.
587 Sch_InvalidAttributeExtension=Invalid attribute extension.
588 Sch_InvalidAnyAttributeRestriction=The base any attribute must be a superset of the derived 'anyAttribute'.
589 Sch_AttributeRestrictionProhibited=Invalid attribute restriction. Attribute restriction is prohibited in base type.
590 Sch_AttributeRestrictionInvalid=Invalid attribute restriction. Derived attribute's type is not a valid restriction of the base attribute's type.
591 Sch_AttributeFixedInvalid=Invalid attribute restriction. Derived attribute's fixed value must be the same as the base attribute's fixed value. 
592 Sch_AttributeUseInvalid=Derived attribute's use has to be required if base attribute's use is required.
593 Sch_AttributeRestrictionInvalidFromWildcard=The {base type definition} must have an {attribute wildcard} and the {target namespace} of the R's {attribute declaration} must be valid with respect to that wildcard.
594 Sch_NoDerivedAttribute=The base attribute '{0}' whose use = 'required' does not have a corresponding derived attribute while redefining attribute group '{1}'.
595 Sch_UnexpressibleAnyAttribute=The 'anyAttribute' is not expressible.
596 Sch_RefInvalidAttribute=Reference to invalid attribute '{0}'.
597 Sch_ElementCircularRef=Circular element reference.
598 Sch_RefInvalidElement=Reference to invalid element '{0}'.
599 Sch_ElementCannotHaveValue=Element's type does not allow fixed or default value constraint.
600 Sch_ElementInMixedWithFixed=Although the '{0}' element's content type is mixed, it cannot have element children, because it has a fixed value constraint in the schema.
601 Sch_ElementTypeCollision=Elements with the same name and in the same scope must have the same type.
602 Sch_InvalidIncludeLocation=Cannot resolve the 'schemaLocation' attribute.
603 Sch_CannotLoadSchema=Cannot load the schema for the namespace '{0}' - {1}
604 Sch_CannotLoadSchemaLocation=Cannot load the schema from the location '{0}' - {1}
605 Sch_LengthGtBaseLength=It is an error if 'length' is among the members of {facets} of {base type definition} and {value} is greater than the {value} of the parent 'length'.
606 Sch_MinLengthGtBaseMinLength=It is an error if 'minLength' is among the members of {facets} of {base type definition} and {value} is less than the {value} of the parent 'minLength'.
607 Sch_MaxLengthGtBaseMaxLength=It is an error if 'maxLength' is among the members of {facets} of {base type definition} and {value} is greater than the {value} of the parent 'maxLength'.
608 Sch_MaxMinLengthBaseLength=It is an error for both 'length' and either 'minLength' or 'maxLength' to be members of {facets}, unless they are specified in different derivation steps. In which case the following must be true: the {value} of 'minLength' <= the {value} of 'length' <= the {value} of 'maxLength'.
609 Sch_MaxInclusiveMismatch=It is an error if the derived 'maxInclusive' facet value is greater than the parent 'maxInclusive' facet value.
610 Sch_MaxExclusiveMismatch=It is an error if the derived 'maxExclusive' facet value is greater than the parent 'maxExclusive' facet value.
611 Sch_MinInclusiveMismatch=It is an error if the derived 'minInclusive' facet value is less than the parent 'minInclusive' facet value.
612 Sch_MinExclusiveMismatch=It is an error if the derived 'minExclusive' facet value is less than the parent 'minExclusive' facet value.
613 Sch_MinExlIncMismatch=It is an error if the derived 'minExclusive' facet value is less than or equal to the parent 'minInclusive' facet value.
614 Sch_MinExlMaxExlMismatch=It is an error if the derived 'minExclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.
615 Sch_MinIncMaxExlMismatch=It is an error if the derived 'minInclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.
616 Sch_MinIncExlMismatch=It is an error if the derived 'minInclusive' facet value is less than or equal to the parent 'minExclusive' facet value.
617 Sch_MaxIncExlMismatch=It is an error if the derived 'maxInclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.
618 Sch_MaxExlIncMismatch=It is an error if the derived 'maxExclusive' facet value is greater than or equal to the parent 'maxInclusive' facet value.
619 Sch_TotalDigitsMismatch=It is an error if the derived 'totalDigits' facet value is greater than the parent 'totalDigits' facet value.
620 Sch_FacetBaseFixed=Values that are declared as {fixed} in a base type can not be changed in a derived type.
621 Sch_WhiteSpaceRestriction1=It is an error if 'whiteSpace' is among the members of {facets} of {base type definition}, {value} is 'replace' or 'preserve', and the {value} of the parent 'whiteSpace' is 'collapse'.
622 Sch_WhiteSpaceRestriction2=It is an error if 'whiteSpace' is among the members of {facets} of {base type definition}, {value} is 'preserve', and the {value} of the parent 'whiteSpace' is 'replace'.
623 Sch_XsiNilAndFixed=There must be no fixed value when an attribute is 'xsi:nil' and has a value of 'true'.
624 Sch_MixSchemaTypes=Different schema types cannot be mixed.
625 Sch_XSDSchemaOnly='XmlSchemaSet' can load only W3C XML Schemas.
626 Sch_InvalidPublicAttribute=Public attribute '{0}' is an invalid URI.
627 Sch_InvalidSystemAttribute=System attribute '{0}' is an invalid URI.
628 Sch_TypeAfterConstraints='simpleType' or 'complexType' cannot follow 'unique', 'key' or 'keyref'.
629 Sch_XsiNilAndType=There can be no type value when attribute is 'xsi:nil' and has value 'true'.
630 Sch_DupSimpleTypeChild='simpleType' should have only one child 'union', 'list', or 'restriction'.
631 Sch_InvalidIdAttribute=Invalid 'id' attribute value: {0}
632 Sch_InvalidNameAttributeEx=Invalid 'name' attribute value '{0}': '{1}'.
633 Sch_InvalidAttribute=Invalid '{0}' attribute: '{1}'.
634 Sch_EmptyChoice=Empty choice cannot be satisfied if 'minOccurs' is not equal to 0.
635 Sch_DerivedNotFromBase=The data type of the simple content is not a valid restriction of the base complex type.
636 Sch_NeedSimpleTypeChild=Simple content restriction must have a simple type child if the content type of the base type is not a simple type definition.
637 Sch_InvalidCollection=The schema items collection cannot contain an object of type 'XmlSchemaInclude', 'XmlSchemaImport', or 'XmlSchemaRedefine'.
638 Sch_UnrefNS=Namespace '{0}' is not available to be referenced in this schema.
639 Sch_InvalidSimpleTypeRestriction=Restriction of 'anySimpleType' is not allowed.
640 Sch_MultipleRedefine=Multiple redefines of the same schema will be ignored.
641 Sch_NullValue=Value cannot be null.
642 Sch_ComplexContentModel=Content model validation resulted in a large number of states, possibly due to large occurrence ranges. Therefore, content model may not be validated accurately.
643 Sch_SchemaNotPreprocessed=All schemas in the set should be successfully preprocessed prior to compilation.
644 Sch_SchemaNotRemoved=The schema could not be removed because other schemas in the set have dependencies on this schema or its imports.
645 Sch_ComponentAlreadySeenForNS=An element or attribute information item has already been validated from the '{0}' namespace. It is an error if 'xsi:schemaLocation', 'xsi:noNamespaceSchemaLocation', or an inline schema occurs for that namespace.
646 Sch_DefaultAttributeNotApplied=Default attribute '{0}' for element '{1}' could not be applied as the attribute namespace is not mapped to a prefix in the instance document.
647 Sch_NotXsiAttribute=The attribute '{0}' does not match one of the four allowed attributes in the 'xsi' namespace.
648 Sch_SchemaDoesNotExist=Schema does not exist in the set.
649 #endif // !SILVERLIGHT
650
651 ;
652 ; Xml Document validation errors
653 ;
654 #if !SILVERLIGHT
655 XmlDocument_ValidateInvalidNodeType=Validate method can be called only on nodes of type Document, DocumentFragment, Element, or Attribute.
656 XmlDocument_NodeNotFromDocument=Cannot validate '{0}' because its owner document is not the current document. 
657 XmlDocument_NoNodeSchemaInfo=Schema information could not be found for the node passed into Validate. The node may be invalid in its current position. Navigate to the ancestor that has schema information, then call Validate again.
658 XmlDocument_NoSchemaInfo=The XmlSchemaSet on the document is either null or has no schemas in it. Provide schema information before calling Validate.
659 #endif // !SILVERLIGHT
660
661 ;
662 ; XmlSchemaValidator messages
663 ;
664 #if !SILVERLIGHT
665 Sch_InvalidStartTransition=It is invalid to call the '{0}' method in the current state of the validator. The '{1}' method must be called before proceeding with validation.
666 Sch_InvalidStateTransition=The transition from the '{0}' method to the '{1}' method is not allowed.
667 Sch_InvalidEndValidation=The 'EndValidation' method cannot not be called when all the elements have not been validated. 'ValidateEndElement' calls corresponding to 'ValidateElement' calls might be missing.
668 Sch_InvalidEndElementCall=It is invalid to call the 'ValidateEndElement' overload that takes in a 'typedValue' after 'ValidateText' or 'ValidateWhitespace' methods have been called.
669 Sch_InvalidEndElementCallTyped=It is invalid to call the 'ValidateEndElement' overload that takes in a 'typedValue' for elements with complex content.
670 Sch_InvalidEndElementMultiple=The call to the '{0}' method does not match a corresponding call to 'ValidateElement' method.
671 Sch_DuplicateAttribute=The '{0}' attribute has already been validated and is a duplicate attribute.
672 Sch_InvalidPartialValidationType=The partial validation type has to be 'XmlSchemaElement', 'XmlSchemaAttribute', or 'XmlSchemaType'.
673 Sch_SchemaElementNameMismatch=The element name '{0}' does not match the name '{1}' of the 'XmlSchemaElement' set as a partial validation type. 
674 Sch_SchemaAttributeNameMismatch=The attribute name '{0}' does not match the name '{1}' of the 'XmlSchemaAttribute' set as a partial validation type. 
675 Sch_ValidateAttributeInvalidCall=If the partial validation type is 'XmlSchemaElement' or 'XmlSchemaType', the 'ValidateAttribute' method cannot be called.
676 Sch_ValidateElementInvalidCall=If the partial validation type is 'XmlSchemaAttribute', the 'ValidateElement' method cannot be called.
677 #endif // !SILVERLIGHT
678
679 ;
680 ; Object table
681 ;
682 #if !SILVERLIGHT
683 Sch_EnumNotStarted=Enumeration has not started. Call MoveNext.
684 Sch_EnumFinished=Enumeration has already finished.
685 #endif // !SILVERLIGHT
686
687 ;
688 ; Schema Inference errors
689 ;
690 #if !SILVERLIGHT
691 SchInf_schema=The supplied xml instance is a schema or contains an inline schema. This class cannot infer a schema for a schema.
692 SchInf_entity=Inference cannot handle entity references. Pass in an 'XmlReader' that expands entities.
693 SchInf_simplecontent=Expected simple content. Schema was not created using this tool.
694 SchInf_extension=Expected 'Extension' within 'SimpleContent'. Schema was not created using this tool.
695 SchInf_particle=Particle cannot exist along with 'ContentModel'.
696 SchInf_ct=Complex type expected to exist with at least one 'Element' at this point.
697 SchInf_seq=sequence expected to contain elements only. Schema was not created using this tool.
698 SchInf_noseq=The supplied schema contains particles other than Sequence and Choice. Only schemas generated by this tool are supported.
699 SchInf_noct=Expected ComplexType. Schema was not generated using this tool.
700 SchInf_UnknownParticle=Expected Element. Schema was not generated using this tool.
701 SchInf_schematype=Inference can only handle simple built-in types for 'SchemaType'.
702 SchInf_NoElement=There is no element to infer schema.
703 #endif // !SILVERLIGHT
704
705 ;
706 ; Old XPath errors
707 ;
708 #if !SILVERLIGHT
709 Xp_UnclosedString=This is an unclosed string.
710 Xp_ExprExpected='{0}' is an invalid expression.
711 Xp_InvalidArgumentType=The argument to function '{0}' in '{1}' cannot be converted to a node-set.
712 Xp_InvalidNumArgs=Function '{0}' in '{1}' has an invalid number of arguments.
713 Xp_InvalidName='{0}' has an invalid qualified name.
714 Xp_InvalidToken='{0}' has an invalid token.
715 Xp_NodeSetExpected=Expression must evaluate to a node-set.
716 Xp_NotSupported=The XPath query '{0}' is not supported.
717 Xp_InvalidPattern='{0}' is an invalid XSLT pattern.
718 Xp_InvalidKeyPattern='{0}' is an invalid key pattern. It either contains a variable reference or 'key()' function.
719 Xp_BadQueryObject=This is an invalid object. Only objects returned from Compile() can be passed as input.
720 Xp_UndefinedXsltContext=XsltContext is needed for this query because of an unknown function.
721 Xp_NoContext=Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function.
722 Xp_UndefVar=The variable '{0}' is undefined.
723 Xp_UndefFunc=The function '{0}()' is undefined.
724 Xp_FunctionFailed=Function '{0}()' has failed.
725 Xp_CurrentNotAllowed=The 'current()' function cannot be used in a pattern.
726 Xp_QueryTooComplex=The xpath query is too complex.
727 #endif // !SILVERLIGHT
728
729 ;
730 ; Xml DOM errors
731 ;
732 #if !SILVERLIGHT
733 Xdom_DualDocumentTypeNode=This document already has a 'DocumentType' node.
734 Xdom_DualDocumentElementNode=This document already has a 'DocumentElement' node.
735 Xdom_DualDeclarationNode=This document already has an 'XmlDeclaration' node.
736 Xdom_Import=Cannot import nodes of type '{0}'.
737 Xdom_Import_NullNode=Cannot import a null node.
738 Xdom_NoRootEle=The document does not have a root element.
739 Xdom_Attr_Name=The attribute local name cannot be empty.
740 Xdom_AttrCol_Object=An 'Attributes' collection can only contain 'Attribute' objects.
741 Xdom_AttrCol_Insert=The reference node must be a child of the current node.
742 Xdom_NamedNode_Context=The named node is from a different document context.
743 Xdom_Version=Wrong XML version information. The XML must match production "VersionNum ::= '1.' [0-9]+".
744 Xdom_standalone=Wrong value for the XML declaration standalone attribute of '{0}'.
745 Xdom_Ele_Prefix=The prefix of an element name cannot start with 'xml'.
746 Xdom_Ent_Innertext=The 'InnerText' of an 'Entity' node is read-only and cannot be set.
747 Xdom_EntRef_SetVal='EntityReference' nodes have no support for setting value.
748 Xdom_WS_Char=The string for white space contains an invalid character.
749 Xdom_Node_SetVal=Cannot set a value on node type '{0}'.
750 Xdom_Empty_LocalName=The local name for elements or attributes cannot be null or an empty string.
751 Xdom_Set_InnerXml=Cannot set the 'InnerXml' for the current node because it is either read-only or cannot have children.
752 Xdom_Attr_InUse=The 'Attribute' node cannot be inserted because it is already an attribute of another element.
753 Xdom_Enum_ElementList=The element list has changed. The enumeration operation failed to continue.
754 Xdom_Invalid_NT_String='{0}' does not represent any 'XmlNodeType'.
755 Xdom_InvalidCharacter_EntityReference=Cannot create an 'EntityReference' node with a name starting with '#'.
756 Xdom_IndexOutOfRange=The index being passed in is out of range.
757 Xdom_Document_Innertext=The 'InnerText' of a 'Document' node is read-only and cannot be set.
758 #endif // !SILVERLIGHT
759
760 ;
761 ; XPathNavigator errors
762 ;
763 #if !SILVERLIGHT
764 Xpn_BadPosition=Operation is not valid due to the current position of the navigator.
765 Xpn_MissingParent=The current position of the navigator is missing a valid parent.
766 Xpn_NoContent=No content generated as the result of the operation.
767 #endif // !SILVERLIGHT
768
769 ;
770 ; XmlLoader errors
771 ;
772 #if !SILVERLIGHT
773 Xdom_Load_NoDocument=The document to be loaded could not be found.
774 Xdom_Load_NoReader=There is no reader from which to load the document.
775 #endif // !SILVERLIGHT
776
777 ;
778 ; XmlNode operations
779 ;
780 #if !SILVERLIGHT
781 Xdom_Node_Null_Doc=Cannot create a node without an owner document.
782 Xdom_Node_Insert_Child=Cannot insert a node or any ancestor of that node as a child of itself.
783 Xdom_Node_Insert_Contain=The current node cannot contain other nodes.
784 Xdom_Node_Insert_Path=The reference node is not a child of this node.
785 Xdom_Node_Insert_Context=The node to be inserted is from a different document context.
786 Xdom_Node_Insert_Location=Cannot insert the node in the specified location.
787 Xdom_Node_Insert_TypeConflict=The specified node cannot be inserted as the valid child of this node, because the specified node is the wrong type.
788 Xdom_Node_Remove_Contain=The current node cannot contain other nodes, so the node to be removed is not its child.
789 Xdom_Node_Remove_Child=The node to be removed is not a child of this node.
790 Xdom_Node_Modify_ReadOnly=This node is read-only. It cannot be modified.
791 Xdom_TextNode_SplitText=The 'Text' node is not connected in the DOM live tree. No 'SplitText' operation could be performed.
792 Xdom_Attr_Reserved_XmlNS=The namespace declaration attribute has an incorrect 'namespaceURI': '{0}'.
793 Xdom_Node_Cloning='Entity' and 'Notation' nodes cannot be cloned.
794 #endif // !SILVERLIGHT
795
796 ;
797 ; XmlNodeReader errors
798 ;
799 #if !SILVERLIGHT
800 Xnr_ResolveEntity=The node is not an expandable 'EntityReference' node.
801 #endif // !SILVERLIGHT
802
803 ;
804 ; XPathDocument errors
805 ;
806 #if !SILVERLIGHT
807 XPathDocument_MissingSchemas=An XmlSchemaSet must be provided to validate the document.
808 XPathDocument_NotEnoughSchemaInfo=Element should have prior schema information to call this method.
809 XPathDocument_ValidateInvalidNodeType=Validate and CheckValidity are only allowed on Root or Element nodes.
810 XPathDocument_SchemaSetNotAllowed=An XmlSchemaSet is only allowed as a parameter on the Root node.
811 #endif // !SILVERLIGHT
812
813 ;
814 ; DataBinding errors
815 ;
816 #if !SILVERLIGHT
817 ;XmlDataBinding_NoSchemaType=Unable to derive SchemaType from source document and XPath.
818 ;XmlDataBinding_XPathEnd=Invalid XPath: Unexpected end of XPath.
819 ;XmlDataBinding_XPathRequireSlash=Invalid XPath: Expecting '/'.
820 ;XmlDataBinding_XPathAttrNotFirst=Invalid XPath: Attribute pattern must follow Element pattern.
821 ;XmlDataBinding_XPathAttrLast=Invalid XPath: Attributes must be the last match.
822 #endif // !SILVERLIGHT
823
824 ;
825 ; SQL BinaryXml Reader errors
826 ;
827 #if !SILVERLIGHT
828 XmlBin_MissingEndCDATA=CDATA end token is missing.
829 XmlBin_InvalidQNameID=Invalid QName ID.
830 XmlBinary_UnexpectedToken=Unexpected BinaryXml token.
831 XmlBinary_InvalidSqlDecimal=Unable to parse data as SQL_DECIMAL.
832 XmlBinary_InvalidSignature=Invalid BinaryXml signature.
833 XmlBinary_InvalidProtocolVersion=Invalid BinaryXml protocol version.
834 XmlBinary_UnsupportedCodePage=Unsupported BinaryXml codepage.
835 XmlBinary_InvalidStandalone=Invalid BinaryXml standalone token.
836 XmlBinary_NoParserContext=BinaryXml Parser does not support initialization with XmlParserContext.
837 XmlBinary_ListsOfValuesNotSupported=Lists of BinaryXml value tokens not supported.
838 XmlBinary_CastNotSupported=Token '{0}' does not support a conversion to Clr type '{1}'.
839 XmlBinary_NoRemapPrefix=Prefix '{0}' is already assigned to namespace '{1}' and cannot be reassigned to '{2}' on this tag.
840 XmlBinary_AttrWithNsNoPrefix=Attribute '{0}' has namespace '{1}' but no prefix.
841 XmlBinary_ValueTooBig=The value is too big to fit into an Int32. The arithmetic operation resulted in an overflow.
842 #endif // !SILVERLIGHT
843
844 ;
845 ; SQL BinaryXml Reader errors
846 ; Copied SqlTypes code messages
847 ;
848 #if !SILVERLIGHT
849 SqlTypes_ArithOverflow=Arithmetic Overflow.
850 SqlTypes_ArithTruncation=Numeric arithmetic causes truncation.
851 SqlTypes_DivideByZero=Divide by zero error encountered.
852 #endif // !SILVERLIGHT
853
854 ;
855 ; Xml Serialization errors
856 ;
857 #if !SILVERLIGHT
858 XmlMissingType=Invalid serialization assembly: Required type {0} cannot be found in the generated assembly '{1}'.
859 XmlUnsupportedType={0} is an unsupported type.
860 XmlSerializerUnsupportedType={0} is an unsupported type. Please use [XmlIgnore] attribute to exclude members of this type from serialization graph.
861 XmlSerializerUnsupportedMember=Cannot serialize member '{0}' of type '{1}', see inner exception for more details.
862 XmlUnsupportedTypeKind=The type {0} may not be serialized.
863 XmlUnsupportedSoapTypeKind=The type {0} may not be serialized with SOAP-encoded messages. Set the Use for your message to Literal.
864 XmlUnsupportedIDictionary=The type {0} is not supported because it implements IDictionary.
865 XmlUnsupportedIDictionaryDetails=Cannot serialize member {0} of type {1}, because it implements IDictionary.
866 XmlDuplicateTypeName=A type with the name {0} has already been added in namespace {1}.
867 XmlSerializableNameMissing1=Schema Id is missing. The schema returned from {0}.GetSchema() must have an Id.
868 XmlConstructorInaccessible={0} cannot be serialized because it does not have a parameterless constructor.
869 XmlTypeInaccessible={0} is inaccessible due to its protection level. Only public types can be processed.
870 XmlTypeStatic={0} cannot be serialized. Static types cannot be used as parameters or return types.
871 XmlNoDefaultAccessors=You must implement a default accessor on {0} because it inherits from ICollection.
872 XmlNoAddMethod=To be XML serializable, types which inherit from {2} must have an implementation of Add({1}) at all levels of their inheritance hierarchy. {0} does not implement Add({1}).
873 XmlReadOnlyPropertyError=Cannot deserialize type '{0}' because it contains property '{1}' which has no public setter.
874 XmlAttributeSetAgain='{0}.{1}' already has attributes.
875 XmlIllegalWildcard=Cannot use wildcards at the top level of a schema.
876 XmlIllegalArrayElement=An element declared at the top level of a schema cannot have maxOccurs > 1. Provide a wrapper element for '{0}' by using XmlArray or XmlArrayItem instead of XmlElementAttribute, or by using the Wrapped parameter style.
877 XmlIllegalForm=There was an error exporting '{0}': elements declared at the top level of a schema cannot be unqualified.
878 XmlBareTextMember=There was an error exporting '{0}': bare members cannot contain text content.
879 XmlBareAttributeMember=There was an error exporting '{0}': bare members cannot be attributes.
880 XmlReflectionError=There was an error reflecting '{0}'.
881 XmlTypeReflectionError=There was an error reflecting type '{0}'.
882 XmlPropertyReflectionError=There was an error reflecting property '{0}'.
883 XmlFieldReflectionError=There was an error reflecting field '{0}'.
884 XmlInvalidDataTypeUsage='{0}' is an invalid value for the {1} property. The property may only be specified for primitive types.
885 XmlInvalidXsdDataType=Value '{0}' cannot be used for the {1} property. The datatype '{2}' is missing.
886 XmlDataTypeMismatch='{0}' is an invalid value for the {1} property. {0} cannot be converted to {2}.
887 XmlIllegalTypeContext={0} cannot be used as: 'xml {1}'.
888 XmlUdeclaredXsdType=The type, {0}, is undeclared.
889 XmlAnyElementNamespace=The element {0} has been attributed with an XmlAnyElementAttribute and a namespace {1}, but no name. When a namespace is supplied, a name is also required. Supply a name or remove the namespace.
890 XmlInvalidConstantAttribute=Only XmlEnum may be used on enumerated constants.
891 XmlIllegalDefault=The default value for XmlAttribute or XmlElement may only be specified for primitive types.
892 XmlIllegalAttributesArrayAttribute=XmlAttribute and XmlAnyAttribute cannot be used in conjunction with XmlElement, XmlText, XmlAnyElement, XmlArray, or XmlArrayItem.
893 XmlIllegalElementsArrayAttribute=XmlElement, XmlText, and XmlAnyElement cannot be used in conjunction with XmlAttribute, XmlAnyAttribute, XmlArray, or XmlArrayItem.
894 XmlIllegalArrayArrayAttribute=XmlArray and XmlArrayItem cannot be used in conjunction with XmlAttribute, XmlAnyAttribute, XmlElement, XmlText, or XmlAnyElement.
895 XmlIllegalAttribute=For non-array types, you may use the following attributes: XmlAttribute, XmlText, XmlElement, or XmlAnyElement.
896 XmlIllegalType=The type for {0} may not be specified for primitive types.
897 XmlIllegalAttrOrText=Cannot serialize member '{0}' of type {1}. XmlAttribute/XmlText cannot be used to encode complex types.
898 XmlIllegalSoapAttribute=Cannot serialize member '{0}' of type {1}. SoapAttribute cannot be used to encode complex types.
899 XmlIllegalAttrOrTextInterface=Cannot serialize member '{0}' of type {1}. XmlAttribute/XmlText cannot be used to encode types implementing {2}.
900 XmlIllegalAttributeFlagsArray=XmlAttribute cannot be used to encode array of {1}, because it is marked with FlagsAttribute.
901 XmlIllegalAnyElement=Cannot serialize member of type {0}: XmlAnyElement can only be used with classes of type XmlNode or a type deriving from XmlNode.
902 XmlInvalidIsNullable=IsNullable may not be 'true' for value type {0}.  Please consider using Nullable<{0}> instead.
903 XmlInvalidNotNullable=IsNullable may not be set to 'false' for a Nullable<{0}> type. Consider using '{0}' type or removing the IsNullable property from the {1} attribute.
904 XmlInvalidFormUnqualified=The Form property may not be 'Unqualified' when an explicit Namespace property is present.
905 XmlDuplicateNamespace=The namespace, {0}, is a duplicate.
906 XmlElementHasNoName=This element has no name. Please review schema type '{0}' from namespace '{1}'.
907 XmlAttributeHasNoName=This attribute has no name.
908 XmlElementImportedTwice=The element, {0}, from namespace, {1}, was imported in two different contexts: ({2}, {3}).
909 XmlHiddenMember=Member {0}.{1} of type {2} hides base class member {3}.{4} of type {5}. Use XmlElementAttribute or XmlAttributeAttribute to specify a new name.
910 XmlInvalidXmlOverride=Member '{0}.{1}' hides inherited member '{2}.{3}', but has different custom attributes.
911 XmlMembersDeriveError=These members may not be derived.
912 XmlTypeUsedTwice=The type '{0}' from namespace '{1}' was used in two different ways.
913 XmlMissingGroup=Group {0} is missing.
914 XmlMissingAttributeGroup=The attribute group {0} is missing.
915 XmlMissingDataType=The datatype '{0}' is missing.
916 XmlInvalidEncoding=Referenced type '{0}' is only valid for encoded SOAP.
917 XmlMissingElement=The element '{0}' is missing.
918 XmlMissingAttribute=The attribute {0} is missing.
919 XmlMissingMethodEnum=The method for enum {0} is missing.
920 XmlNoAttributeHere=Cannot write a node of type XmlAttribute as an element value. Use XmlAnyAttributeAttribute with an array of XmlNode or XmlAttribute to write the node as an attribute.
921 XmlNeedAttributeHere=The node must be either type XmlAttribute or a derived type.
922 XmlElementNameMismatch=This element was named '{0}' from namespace '{1}' but should have been named '{2}' from namespace '{3}'.
923 XmlUnsupportedDefaultType=The default value type, {0}, is unsupported.
924 XmlUnsupportedDefaultValue=The formatter {0} cannot be used for default values.
925 XmlInvalidDefaultValue=Value '{0}' cannot be converted to {1}.
926 XmlInvalidDefaultEnumValue=Enum {0} cannot be converted to {1}.
927 XmlUnknownNode={0} was not expected.
928 XmlUnknownConstant=Instance validation error: '{0}' is not a valid value for {1}.
929 XmlSerializeError=There is an error in the XML document.
930 XmlSerializeErrorDetails=There is an error in XML document ({0}, {1}).
931 XmlCompilerError=Unable to generate a temporary class (result={0}).
932 XmlSchemaDuplicateNamespace=There are more then one schema with targetNamespace='{0}'.
933 XmlSchemaCompiled=Cannot add schema to compiled schemas collection.
934 XmlInvalidSchemaExtension='{0}' is not a valid SchemaExtensionType.
935 XmlInvalidArrayDimentions=SOAP-ENC:arrayType with multidimensional array found at {0}. Only single-dimensional arrays are supported. Consider using an array of arrays instead.
936 XmlInvalidArrayTypeName=The SOAP-ENC:arrayType references type is named '{0}'; a type named '{1}' was expected at {2}.
937 XmlInvalidArrayTypeNamespace=The SOAP-ENC:arrayType references type is from namespace '{0}'; the namespace '{1}' was expected at {2}.
938 XmlMissingArrayType=SOAP-ENC:arrayType was missing at {0}.
939 XmlEmptyArrayType=SOAP-ENC:arrayType was empty at {0}.
940 XmlInvalidArraySyntax=SOAP-ENC:arrayType must end with a ']' character.
941 XmlInvalidArrayTypeSyntax=Invalid wsd:arrayType syntax: '{0}'.
942 XmlMismatchedArrayBrackets=SOAP-ENC:arrayType has mismatched brackets.
943 XmlInvalidArrayLength=SOAP-ENC:arrayType could not handle '{1}' as the length of the array.
944 XmlMissingHref=The referenced element with ID '{0}' is located outside the current document and cannot be retrieved.
945 XmlInvalidHref=The referenced element with ID '{0}' was not found in the document.
946 XmlUnknownType=The specified type was not recognized: name='{0}', namespace='{1}', at {2}.
947 XmlAbstractType=The specified type is abstract: name='{0}', namespace='{1}', at {2}.
948 XmlMappingsScopeMismatch=Exported mappings must come from the same importer.
949 XmlMethodTypeNameConflict=The XML element '{0}' from namespace '{1}' references a method and a type. Change the method's message name using WebMethodAttribute or change the type's root element using the XmlRootAttribute.
950 XmlCannotReconcileAccessor=The top XML element '{0}' from namespace '{1}' references distinct types {2} and {3}. Use XML attributes to specify another XML name or namespace for the element or types.
951 XmlCannotReconcileAttributeAccessor=The global XML attribute '{0}' from namespace '{1}' references distinct types {2} and {3}. Use XML attributes to specify another XML name or namespace for the attribute or types.
952 XmlCannotReconcileAccessorDefault=The global XML item '{0}' from namespace '{1}' has mismatch default value attributes: '{2}' and '{3}' and cannot be mapped to the same schema item. Use XML attributes to specify another XML name or namespace for one of the items, or make sure that the default values match.
953 XmlInvalidTypeAttributes=XmlRoot and XmlType attributes may not be specified for the type {0}.
954 XmlInvalidAttributeUse=XML attributes may not be specified for the type {0}.
955 XmlTypesDuplicate=Types '{0}' and '{1}' both use the XML type name, '{2}', from namespace '{3}'. Use XML attributes to specify a unique XML name and/or namespace for the type.
956 XmlInvalidSoapArray=An array of type {0} may not be used with XmlArrayType.Soap.
957 XmlCannotIncludeInSchema=The type {0} may not be exported to a schema because the IncludeInSchema property of the XmlType attribute is 'false'.
958 XmlSoapCannotIncludeInSchema=The type {0} may not be exported to a schema because the IncludeInSchema property of the SoapType attribute is 'false'.
959 XmlInvalidSerializable=The type {0} may not be used in this context. To use {0} as a parameter, return type, or member of a class or struct, the parameter, return type, or member must be declared as type {0} (it cannot be object). Objects of type {0} may not be used in un-typed collections, such as ArrayLists.
960 XmlInvalidUseOfType=The type {0} may not be used in this context.
961 XmlUnxpectedType=The type {0} was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically.
962 XmlUnknownAnyElement=The XML element '{0}' from namespace '{1}' was not expected. The XML element name and namespace must match those provided via XmlAnyElementAttribute(s).
963 XmlMultipleAttributeOverrides={0}. {1} already has attributes.
964 XmlInvalidEnumAttribute=Only SoapEnum may be used on enum constants.
965 XmlInvalidReturnPosition=The return value must be the first member.
966 XmlInvalidElementAttribute=Only SoapElementAttribute or SoapAttributeAttribute may be used on members.
967 XmlInvalidVoid=The type Void is not valid in this context.
968 XmlInvalidContent=Invalid content {0}.
969 XmlInvalidSchemaElementType=Types must be declared at the top level in the schema. Please review schema type '{0}' from namespace '{1}': element '{2}' is using anonymous type declaration, anonymous types are not supported with encoded SOAP.
970 XmlInvalidSubstitutionGroupUse=Substitution group may not be used with encoded SOAP. Please review type declaration '{0}' from namespace '{1}'.
971 XmlElementMissingType=Please review type declaration '{0}' from namespace '{1}': element '{2}' does not specify a type.
972 XmlInvalidAnyAttributeUse=Any may not be specified. Attributes are not supported with encoded SOAP. Please review schema type '{0}' from namespace '{1}'.
973 XmlSoapInvalidAttributeUse=Attributes are not supported with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}': use elements (not attributes) for fields/parameters.
974 XmlSoapInvalidChoice=Choice is not supported with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}': use all or sequence (not choice) for fields/parameters.
975 XmlSoapUnsupportedGroupRef=The ref syntax for groups is not supported with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}': replace the group reference with local group declaration.
976 XmlSoapUnsupportedGroupRepeat=Group may not repeat.  Unbounded groups are not supported with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}'.
977 XmlSoapUnsupportedGroupNested=Nested groups may not be used with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}'.
978 XmlSoapUnsupportedGroupAny=Any may not be used with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}'.
979 XmlInvalidEnumContent=Invalid content '{0}' for enumerated data type {1}.
980 XmlInvalidAttributeType={0} may not be used on parameters or return values when they are not wrapped.
981 XmlInvalidBaseType=Type {0} cannot derive from {1} because it already has base type {2}.
982 XmlPrimitiveBaseType=Type '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.
983 XmlInvalidIdentifier=Identifier '{0}' is not CLS-compliant.
984 XmlGenError=There was an error generating the XML document.
985 XmlInvalidXmlns=Invalid namespace attribute: xmlns:{0}="".
986 XmlCircularReference=A circular reference was detected while serializing an object of type {0}.
987 XmlCircularReference2=A circular type reference was detected in anonymous type '{0}'.  Please change '{0}' to be a named type by setting {1}={2} in the type definition.
988 XmlAnonymousBaseType=Illegal type derivation: Type '{0}' derives from anonymous type '{1}'. Please change '{1}' to be a named type by setting {2}={3} in the type definition.
989 XmlMissingSchema=Missing schema targetNamespace="{0}".
990 XmlNoSerializableMembers=Cannot serialize object of type '{0}'. The object does not have serializable members.
991 XmlIllegalOverride=Error: Type '{0}' could not be imported because it redefines inherited member '{1}' with a different type. '{1}' is declared as type '{3}' on '{0}', but as type '{2}' on base class '{4}'.
992 XmlReadOnlyCollection=Could not deserialize {0}. Parameterless constructor is required for collections and enumerators.
993 XmlRpcNestedValueType=Cannot serialize {0}. Nested structs are not supported with encoded SOAP.
994 XmlRpcRefsInValueType=Cannot serialize {0}. References in structs are not supported with encoded SOAP.
995 XmlRpcArrayOfValueTypes=Cannot serialize {0}. Arrays of structs are not supported with encoded SOAP.
996 XmlDuplicateElementName=The XML element '{0}' from namespace '{1}' is already present in the current scope. Use XML attributes to specify another XML name or namespace for the element.
997 XmlDuplicateAttributeName=The XML attribute '{0}' from namespace '{1}' is already present in the current scope. Use XML attributes to specify another XML name or namespace for the attribute.
998 XmlBadBaseElement=Element '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.
999 XmlBadBaseType=Type '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.
1000 XmlUndefinedAlias=Namespace prefix '{0}' is not defined.
1001 XmlChoiceIdentifierType=Type of choice identifier '{0}' is inconsistent with type of '{1}'. Please use {2}.
1002 XmlChoiceIdentifierArrayType=Type of choice identifier '{0}' is inconsistent with type of '{1}'. Please use array of {2}.
1003 XmlChoiceIdentifierTypeEnum=Choice identifier '{0}' must be an enum.
1004 XmlChoiceIdentiferMemberMissing=Missing '{0}' member needed for serialization of choice '{1}'.
1005 XmlChoiceIdentiferAmbiguous=Ambiguous choice identifier. There are several members named '{0}'.
1006 XmlChoiceIdentiferMissing=You need to add {0} to the '{1}' member.
1007 XmlChoiceMissingValue=Type {0} is missing enumeration value '{1}' for element '{2}' from namespace '{3}'.
1008 XmlChoiceMissingAnyValue=Type {0} is missing enumeration value '##any:' corresponding to XmlAnyElementAttribute.
1009 XmlChoiceMismatchChoiceException=Value of {0} mismatches the type of {1}; you need to set it to {2}.
1010 XmlArrayItemAmbiguousTypes=Ambiguous types specified for member '{0}'.  Items '{1}' and '{2}' have the same type.  Please consider using {3} with {4} instead.
1011 XmlUnsupportedInterface=Cannot serialize interface {0}.
1012 XmlUnsupportedInterfaceDetails=Cannot serialize member {0} of type {1} because it is an interface.
1013 XmlUnsupportedRank=Cannot serialize object of type {0}. Multidimensional arrays are not supported.
1014 XmlUnsupportedInheritance=Using {0} as a base type for a class is not supported by XmlSerializer.
1015 XmlIllegalMultipleText=Cannot serialize object of type '{0}' because it has multiple XmlText attributes. Consider using an array of strings with XmlTextAttribute for serialization of a mixed complex type.
1016 XmlIllegalMultipleTextMembers=XmlText may not be used on multiple parameters or return values.
1017 XmlIllegalArrayTextAttribute=Member '{0}' cannot be encoded using the XmlText attribute. You may use the XmlText attribute to encode primitives, enumerations, arrays of strings, or arrays of XmlNode.
1018 XmlIllegalTypedTextAttribute=Cannot serialize object of type '{0}'. Consider changing type of XmlText member '{0}.{1}' from {2} to string or string array.
1019 XmlIllegalSimpleContentExtension=Cannot serialize object of type '{0}'. Base type '{1}' has simpleContent and can only be extended by adding XmlAttribute elements. Please consider changing XmlText member of the base class to string array.
1020 XmlInvalidCast=Cannot assign object of type {0} to an object of type {1}.
1021 XmlInvalidCastWithId=Cannot assign object of type {0} to an object of type {1}. The error occurred while reading node with id='{2}'.
1022 XmlInvalidArrayRef=Invalid reference id='{0}'. Object of type {1} cannot be stored in an array of this type. Details: array index={2}.
1023 XmlInvalidNullCast=Cannot assign null value to an object of type {1}.
1024 XmlMultipleXmlns=Cannot serialize object of type '{0}' because it has multiple XmlNamespaceDeclarations attributes.
1025 XmlMultipleXmlnsMembers=XmlNamespaceDeclarations may not be used on multiple parameters or return values.
1026 XmlXmlnsInvalidType=Cannot use XmlNamespaceDeclarations attribute on member '{0}' of type {1}.  This attribute is only valid on members of type {2}.
1027 XmlSoleXmlnsAttribute=XmlNamespaceDeclarations attribute cannot be used in conjunction with any other custom attributes.
1028 XmlConstructorHasSecurityAttributes=The type '{0}' cannot be serialized because its parameterless constructor is decorated with declarative security permission attributes. Consider using imperative asserts or demands in the constructor.
1029 XmlPropertyHasSecurityAttributes=The property '{0}' on type '{1}' cannot be serialized because it is decorated with declarative security permission attributes. Consider using imperative asserts or demands in the property accessors.
1030 XmlMethodHasSecurityAttributes=The type '{0}' cannot be serialized because the {1}({2}) method is decorated with declarative security permission attributes. Consider using imperative asserts or demands in the method.
1031 XmlDefaultAccessorHasSecurityAttributes=The type '{0}' cannot be serialized because its default accessor is decorated with declarative security permission attributes. Consider using imperative asserts or demands in the accessor.
1032 XmlInvalidChoiceIdentifierValue=Invalid or missing value of the choice identifier '{1}' of type '{0}[]'.
1033 XmlAnyElementDuplicate=The element '{0}' has been attributed with duplicate XmlAnyElementAttribute(Name="{1}", Namespace="{2}").
1034 XmlChoiceIdDuplicate=Enum values in the XmlChoiceIdentifier '{0}' have to be unique.  Value '{1}' already present.
1035 XmlChoiceIdentifierMismatch=Value '{0}' of the choice identifier '{1}' does not match element '{2}' from namespace '{3}'.
1036 XmlUnsupportedRedefine=Cannot import schema for type '{0}' from namespace '{1}'. Redefine not supported.
1037 XmlDuplicateElementInScope=The XML element named '{0}' from namespace '{1}' is already present in the current scope.
1038 XmlDuplicateElementInScope1=The XML element named '{0}' from namespace '{1}' is already present in the current scope. Elements with the same name in the same scope must have the same type.
1039 XmlNoPartialTrust=One or more assemblies referenced by the XmlSerializer cannot be called from partially trusted code.
1040 XmlInvalidEncodingNotEncoded1=The encoding style '{0}' is not valid for this call because this XmlSerializer instance does not support encoding. Use the SoapReflectionImporter to initialize an XmlSerializer that supports encoding.
1041 XmlInvalidEncoding3=The encoding style '{0}' is not valid for this call. Valid values are '{1}' for SOAP 1.1 encoding or '{2}' for SOAP 1.2 encoding.
1042 XmlInvalidSpecifiedType=Member '{0}' of type {1} cannot be serialized.  Members with names ending on 'Specified' suffix have special meaning to the XmlSerializer: they control serialization of optional ValueType members and have to be of type {2}.
1043 XmlUnsupportedOpenGenericType=Type {0} is not supported because it has unbound generic parameters.  Only instantiated generic types can be serialized.
1044 XmlMismatchSchemaObjects=Warning: Cannot share {0} named '{1}' from '{2}' namespace. Several mismatched schema declarations were found.
1045 XmlCircularTypeReference=Type '{0}' from targetNamespace='{1}' has invalid definition: Circular type reference.
1046 XmlCircularGroupReference=Group '{0}' from targetNamespace='{1}' has invalid definition: Circular group reference.
1047 XmlRpcLitElementNamespace={0}='{1}' is not supported with rpc\\literal SOAP. The wrapper element has to be unqualified.
1048 XmlRpcLitElementNullable={0}='{1}' is not supported with rpc\\literal SOAP. The wrapper element cannot be nullable.
1049 XmlRpcLitElements=Multiple accessors are not supported with rpc\\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.
1050 XmlRpcLitArrayElement=Input or output values of an rpc\\literal method cannot have maxOccurs > 1. Provide a wrapper element for '{0}' by using XmlArray or XmlArrayItem instead of XmlElement attribute.
1051 XmlRpcLitAttributeAttributes=XmlAttribute and XmlAnyAttribute cannot be used with rpc\\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.
1052 XmlRpcLitAttributes=XmlText, XmlAnyElement, or XmlChoiceIdentifier cannot be used with rpc\\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.
1053 XmlSequenceMembers=Explicit sequencing may not be used on parameters or return values.  Please remove {0} property from custom attributes.
1054 XmlRpcLitXmlns=Input or output values of an rpc\\literal method cannot have an XmlNamespaceDeclarations attribute (member '{0}').
1055 XmlDuplicateNs=Illegal namespace declaration xmlns:{0}='{1}'. Namespace alias '{0}' already defined in the current scope.
1056 XmlAnonymousInclude=Cannot include anonymous type '{0}'.
1057 RefSyntaxNotSupportedForElements0=Element reference syntax not supported with encoded SOAP. Replace element reference '{0}' from namespace '{1}' with a local element declaration.
1058 #endif // !SILVERLIGHT
1059
1060
1061 ; Xml Serialization
1062 ; new IXmlSerializable exceptions
1063 ;
1064 #if !SILVERLIGHT
1065 XmlSchemaIncludeLocation=Schema attribute schemaLocation='{1}' is not supported on objects of type {0}.  Please set {0}.Schema property.
1066 XmlSerializableSchemaError=Schema type information provided by {0} is invalid: {1}
1067 XmlGetSchemaMethodName='{0}' is an invalid language identifier.
1068 XmlGetSchemaMethodMissing=You must implement public static {0}({1}) method on {2}.
1069 XmlGetSchemaMethodReturnType=Method {0}.{1}() specified by {2} has invalid signature: return type must be compatible with {3}.
1070 XmlGetSchemaEmptyTypeName={0}.{1}() must return a valid type name.
1071 XmlGetSchemaTypeMissing={0}.{1}() must return a valid type name. Type '{2}' cannot be found in the targetNamespace='{3}'.
1072 XmlGetSchemaInclude=Multiple schemas with targetNamespace='{0}' returned by {1}.{2}().  Please use only the main (parent) schema, and add the others to the schema Includes.
1073 XmlSerializableAttributes=Only XmlRoot attribute may be specified for the type {0}. Please use {1} to specify schema type.
1074 ;XmlSerializableTypesDuplicate=Types {0} and {1} both use the same type name, {2}, from namespace {3}.
1075 XmlSerializableMergeItem=Cannot merge schemas with targetNamespace='{0}'. Several mismatched declarations were found: {1}
1076 XmlSerializableBadDerivation=Type '{0}' from namespace '{1}' declared as derivation of type '{2}' from namespace '{3}, but corresponding CLR types are not compatible.  Cannot convert type '{4}' to '{5}'.
1077 XmlSerializableMissingClrType=Type '{0}' from namespace '{1}' does not have corresponding IXmlSerializable type. Please consider adding {2} to '{3}'.
1078 XmlCircularDerivation=Circular reference in derivation of IXmlSerializable type '{0}'.
1079 XmlSerializerAccessDenied=Access to the temp directory is denied.  The process under which XmlSerializer is running does not have sufficient permission to access the temp directory.  CodeDom will use the user account the process is using to do the compilation, so if the user doesn\92t have access to system temp directory, you will not be able to compile.  Use Path.GetTempPath() API to find out the temp directory location.
1080 XmlIdentityAccessDenied=Access to the temp directory is denied.  Identity '{0}' under which XmlSerializer is running does not have sufficient permission to access the temp directory.  CodeDom will use the user account the process is using to do the compilation, so if the user doesn\92t have access to system temp directory, you will not be able to compile.  Use Path.GetTempPath() API to find out the temp directory location.
1081 XmlMelformMapping=This mapping was not crated by reflection importer and cannot be used in this context.
1082 #endif // !SILVERLIGHT
1083
1084 ;
1085 ; Xml Serialization
1086 ; Simple validation
1087 ;
1088 #if !SILVERLIGHT
1089 XmlSchemaSyntaxErrorDetails=Schema with targetNamespace='{0}' has invalid syntax. {1} Line {2}, position {3}.
1090 XmlSchemaElementReference=Element reference '{0}' declared in schema type '{1}' from namespace '{2}'.
1091 XmlSchemaAttributeReference=Attribute reference '{0}' declared in schema type '{1}' from namespace '{2}'.
1092 XmlSchemaItem=Schema item '{1}' from namespace '{0}'. {2}
1093 XmlSchemaNamedItem=Schema item '{1}' named '{2}' from namespace '{0}'. {3}
1094 XmlSchemaContentDef=Check content definition of schema type '{0}' from namespace '{1}'. {2}
1095 XmlSchema=Schema with targetNamespace='{0}' has invalid syntax. {1}
1096 XmlSerializerCompileFailed=Cannot load dynamically generated serialization assembly. In some hosting environments assembly load functionality is restricted, consider using pre-generated serializer. Please see inner exception for more information.
1097 XmlSerializableRootDupName=Cannot reconcile schema for '{0}'. Please use [XmlRoot] attribute to change default name or namespace of the top-level element to avoid duplicate element declarations: element name='{1}' namespace='{2}'.
1098 #endif // !SILVERLIGHT
1099
1100 ;
1101 ; Xml Serialization
1102 ; CodeExporter
1103 ;
1104 #if !SILVERLIGHT
1105 XmlDropDefaultAttribute=DefaultValue attribute on members of type {0} is not supported in this version of the .Net Framework.
1106 XmlDropAttributeValue='{0}' attribute on items of type '{1}' is not supported in this version of the .Net Framework.  Ignoring {0}='{2}' attribute.
1107 XmlDropArrayAttributeValue='{0}' attribute on array-like elements is not supported in this version of the .Net Framework.  Ignoring {0}='{1}' attribute on element name='{2}'.
1108 XmlDropNonPrimitiveAttributeValue='{0}' attribute supported only for primitive types.  Ignoring {0}='{1}' attribute.
1109 XmlNotKnownDefaultValue=Schema importer extension {0} failed to parse '{1}'='{2}' attribute of type {3} from namespace='{4}'.
1110 XmlRemarks=<remarks/>
1111 XmlCodegenWarningDetails=CODEGEN Warning: {0}
1112 #endif // !SILVERLIGHT
1113
1114 ;
1115 ; Xml Serialization
1116 ; SchemaImporterExtension
1117 ;
1118 #if !SILVERLIGHT
1119 XmlExtensionComment=This type definition was generated by {0} schema importer extension.
1120 XmlExtensionDuplicateDefinition=Schema importer extension {0} generated duplicate type definitions: {1}.
1121 XmlImporterExtensionBadLocalTypeName=Schema importer extension {0} returned invalid type information: '{1}' is not a valid type name.
1122 XmlImporterExtensionBadTypeName=Schema importer extension {0} returned invalid type information for xsd type {1} from namespace='{2}': '{3}' is not a valid type name.
1123 #endif // !SILVERLIGHT
1124
1125 ;
1126 ; Xml Serialization
1127 ; Configuration errors
1128 ;
1129 #if !SILVERLIGHT
1130 XmlConfigurationDuplicateExtension=Duplicate extension name.  schemaImporterExtension with name '{0}' already been added.
1131 #endif // !SILVERLIGHT
1132
1133 ;
1134 ; Xml Serialization
1135 ; Assembly Pregeneration
1136 ;
1137 #if !SILVERLIGHT
1138 XmlPregenMissingDirectory=Could not find directory to save XmlSerializer generated assembly: {0}.
1139 XmlPregenMissingTempDirectory=Could not find TEMP directory to save XmlSerializer generated assemblies.
1140 XmlPregenTypeDynamic=Cannot pre-generate serialization assembly for type '{0}'. Pre-generation of serialization assemblies is not supported for dynamic types. Save the assembly and load it from disk to use it with XmlSerialization.
1141 XmlSerializerExpiredDetails=Pre-generated serializer '{0}' has expired. You need to re-generate serializer for '{1}'.
1142 XmlSerializerExpired=Pre-generated assembly '{0}' CodeBase='{1}' has expired.
1143 XmlPregenAssemblyDynamic=Cannot pre-generate serialization assembly. Pre-generation of serialization assemblies is not supported for dynamic assemblies. Save the assembly and load it from disk to use it with XmlSerialization.
1144 XmlNotSerializable=Type '{0}' is not serializable.
1145 XmlPregenOrphanType=Cannot pre-generate serializer for multiple assemblies. Type '{0}' does not belong to assembly {1}.
1146 XmlPregenCannotLoad=Could not load file or assembly '{0}' or one of its dependencies. The system cannot find the file specified.
1147 XmlPregenInvalidXmlSerializerAssemblyAttribute=Invalid XmlSerializerAssemblyAttribute usage. Please use {0} property or {1} property.
1148 #endif // !SILVERLIGHT
1149
1150 ;
1151 ; Xml Serialization
1152 ; xs:sequence support
1153 ;
1154 #if !SILVERLIGHT
1155 XmlSequenceInconsistent=Inconsistent sequencing: if used on one of the class's members, the '{0}' property is required on all particle-like members, please explicitly set '{0}' using XmlElement, XmlAnyElement or XmlArray custom attribute on class member '{1}'.
1156 XmlSequenceUnique='{1}' values must be unique within the same scope. Value '{0}' is in use. Please change '{1}' property on '{2}'.
1157 XmlSequenceHierarchy=There was an error processing type '{0}'. Type member '{1}' declared in '{2}' is missing required '{3}' property. If one class in the class hierarchy uses explicit sequencing feature ({3}), then its base class and all derived classes have to do the same.
1158 XmlSequenceMatch=If multiple custom attributes specified on a single member only one of them have to have explicit '{0}' property, however if more that one attribute has the explicit '{0}', all values have to match.
1159 #endif // !SILVERLIGHT
1160 XmlDisallowNegativeValues=Negative values are prohibited.
1161
1162 ;
1163 ; Everett resources IDs - do not remove!
1164 ;
1165 #if !SILVERLIGHT
1166 Xml_BadComment=This is an invalid comment syntax.  Expected '-->'.
1167 Xml_NumEntityOverflow=The numeric entity value is too large.
1168 Xml_UnexpectedCharacter='{0}', hexadecimal value {1}, is an unexpected character.
1169 Xml_UnexpectedToken1=This is an unexpected token. The expected token is '|' or ')'.
1170 Xml_TagMismatchFileName=The '{0}' start tag on line '{1}' doesn't match the end tag of '{2}' in file '{3}'.
1171 Xml_ReservedNs=This is a reserved namespace.
1172 Xml_BadElementData=The element data is invalid.
1173 Xml_UnexpectedElement=The <{0}> tag from namespace {1} is not expected.
1174 Xml_TagNotInTheSameEntity=<{0}> and </{0}> are not defined in the same entity.
1175 Xml_InvalidPartialContentData=There is invalid partial content data.
1176 Xml_CanNotStartWithXmlInNamespace=Namespace qualifiers beginning with 'xml' are reserved, and cannot be used in user-specified namespaces.
1177 Xml_UnparsedEntity=The '{0}' entity is not an unparsed entity.
1178 Xml_InvalidContentForThisNode=Invalid content for {0} NodeType.
1179 Xml_MissingEncodingDecl=Encoding declaration is required in an XmlDeclaration in an external entity.
1180 Xml_InvalidSurrogatePair=The surrogate pair is invalid.
1181 Sch_ErrorPosition=An error occurred at {0}, ({1}, {2}).
1182 Sch_ReservedNsDecl=The '{0}' prefix is reserved.
1183 Sch_NotInSchemaCollection=The '{0}' schema does not exist in the XmlSchemaCollection.
1184 Sch_NotationNotAttr=This NOTATION should be used only on attributes.
1185 Sch_InvalidContent=The element '{0}' has invalid content.
1186 Sch_InvalidContentExpecting=The element '{0}' has invalid content. Expected '{1}'.
1187 Sch_InvalidTextWhiteSpace=The element cannot contain text or white space. Content model is empty.
1188 Sch_XSCHEMA=x-schema can load only XDR schemas.
1189 Sch_DubSchema=Schema for targetNamespace '{0}' already present in collection and being used for validation.
1190 Xp_TokenExpected=A token was expected.
1191 Xp_NodeTestExpected=A NodeTest was expected at {0}.
1192 Xp_NumberExpected=A number was expected.
1193 Xp_QueryExpected=A query was expected.
1194 Xp_InvalidArgument='{0}' function in '{1}' has an invalid argument. Possibly ')' is missing.
1195 Xp_FunctionExpected=A function was expected.
1196 Xp_InvalidPatternString={0} is an invalid XSLT pattern.
1197 Xp_BadQueryString=The XPath expression passed into Compile() is null or empty.
1198 XdomXpNav_NullParam=The parameter (other) being passed in is null.
1199 Xdom_Load_NodeType=XmlLoader.Load(): Unexpected NodeType: {0}.
1200 XmlMissingMethod={0} was not found in {1}.
1201 XmlIncludeSerializableError=Type {0} is derived from {1} and therefore cannot be used with attribute XmlInclude.
1202 XmlCompilerDynModule=Unable to generate a serializer for type {0} from assembly {1} because the assembly may be dynamic. Save the assembly and load it from disk to use it with XmlSerialization.
1203 XmlInvalidSchemaType=Types must be declared at the top level in the schema.
1204 XmlInvalidAnyUse=Any may not be specified.
1205 XmlSchemaSyntaxError=Schema with targetNamespace='{0}' has invalid syntax.
1206 XmlDuplicateChoiceElement=The XML element named '{0}' from namespace '{1}' is already present in the current scope. Elements with the same name in the same scope must have the same type.
1207 XmlConvert_BadTimeSpan=The string was not recognized as a valid TimeSpan value.
1208 XmlConvert_BadBoolean=The string was not recognized as a valid Boolean value.
1209 Xml_UnexpectedToken=This is an unexpected token. The expected token is '{0}'.
1210 Xml_PartialContentNodeTypeNotSupported=This NodeType is not supported for partial content parsing.
1211 Sch_AttributeValueDataType=The '{0}' attribute has an invalid value according to its data type.
1212 Sch_ElementValueDataType=The '{0}' element has an invalid value according to its data type.
1213 Sch_NonDeterministicAny=The content model must be deterministic. Wildcard declaration along with a local element declaration causes the content model to become ambiguous.
1214 Sch_MismatchTargetNamespace=The attribute targetNamespace does not match the designated namespace URI.
1215 Sch_UnionFailed=Union does not support this value.
1216 Sch_XsiTypeBlocked=The element '{0}' has xsi:type derivation blocked.
1217 Sch_InvalidElementInEmpty=The element cannot contain child element. Content model is empty.
1218 Sch_InvalidElementInTextOnly=The element cannot contain a child element. Content model is text only.
1219 Sch_InvalidNameAttribute=Invalid 'name' attribute value: {0}.
1220 #endif // !SILVERLIGHT
1221
1222 ;
1223 ; Internal errors
1224 ;
1225 #if !SILVERLIGHT
1226 XmlInternalError=Internal error.
1227 XmlInternalErrorDetails=Internal error: {0}.
1228 XmlInternalErrorMethod=Internal error: missing generated method for {0}.
1229 XmlInternalErrorReaderAdvance=Internal error: deserialization failed to advance over underlying stream.
1230 #endif // !SILVERLIGHT
1231
1232 ;
1233 ; Misc messages
1234 ;
1235 Enc_InvalidByteInEncoding=Invalid byte was found at index {0}.
1236 #if !SILVERLIGHT
1237 Arg_ExpectingXmlTextReader=The XmlReader passed in to construct this XmlValidatingReaderImpl must be an instance of a System.Xml.XmlTextReader.
1238 Arg_CannotCreateNode=Cannot create node of type {0}.
1239 Arg_IncompatibleParamType=Type is incompatible.
1240 XmlNonCLSCompliantException=Non-CLS Compliant Exception.
1241 #endif // !SILVERLIGHT
1242
1243 ;
1244 ; Silverlight-only errors
1245 ;
1246 #if SILVERLIGHT
1247 Xml_CannotFindFileInXapPackage=Cannot find file '{0}' in the application xap package.
1248 #endif // SILVERLIGHT
1249
1250 ;
1251 ; XapResolver
1252 ;
1253 Xml_XapResolverCannotOpenUri=Cannot open '{0}'. The Uri parameter must be a relative path pointing to content inside the Silverlight application's XAP package. If you need to load content from an arbitrary Uri, please see the documentation on Loading XML content using WebClient/HttpWebRequest.
1254 ;#endif // INCLUDE_DEBUG