File: artifacts\obj\System.Private.Xml\Debug\net9.0\System.SR.cs
Project: src\src\libraries\System.Private.Xml\src\System.Private.Xml.csproj (System.Private.Xml)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Private.Xml
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Private.Xml.SR)));
 
        /// <summary>{0}</summary>
        internal static string @Xml_UserException => GetResourceString("Xml_UserException", @"{0}");
        /// <summary>An XML error has occurred.</summary>
        internal static string @Xml_DefaultException => GetResourceString("Xml_DefaultException", @"An XML error has occurred.");
        /// <summary>Operation is not valid due to the current state of the object.</summary>
        internal static string @Xml_InvalidOperation => GetResourceString("Xml_InvalidOperation", @"Operation is not valid due to the current state of the object.");
        /// <summary>An error occurred at {0}, ({1}, {2}).</summary>
        internal static string @Xml_ErrorFilePosition => GetResourceString("Xml_ErrorFilePosition", @"An error occurred at {0}, ({1}, {2}).");
        /// <summary>Stack overflow.</summary>
        internal static string @Xml_StackOverflow => GetResourceString("Xml_StackOverflow", @"Stack overflow.");
        /// <summary>No stylesheet was loaded.</summary>
        internal static string @Xslt_NoStylesheetLoaded => GetResourceString("Xslt_NoStylesheetLoaded", @"No stylesheet was loaded.");
        /// <summary>Type '{0}' is not a compiled stylesheet class.</summary>
        internal static string @Xslt_NotCompiledStylesheet => GetResourceString("Xslt_NotCompiledStylesheet", @"Type '{0}' is not a compiled stylesheet class.");
        /// <summary>Executing a stylesheet that was compiled using a later version of the framework is not supported. Stylesheet Version: {0}. Current Framework Version: {1}.</summary>
        internal static string @Xslt_IncompatibleCompiledStylesheetVersion => GetResourceString("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}.");
        /// <summary>An asynchronous operation is already in progress.</summary>
        internal static string @Xml_AsyncIsRunningException => GetResourceString("Xml_AsyncIsRunningException", @"An asynchronous operation is already in progress.");
        /// <summary>Set XmlReaderSettings.Async to true if you want to use Async Methods.</summary>
        internal static string @Xml_ReaderAsyncNotSetException => GetResourceString("Xml_ReaderAsyncNotSetException", @"Set XmlReaderSettings.Async to true if you want to use Async Methods.");
        /// <summary>There is an unclosed literal string.</summary>
        internal static string @Xml_UnclosedQuote => GetResourceString("Xml_UnclosedQuote", @"There is an unclosed literal string.");
        /// <summary>Unexpected end of file while parsing {0} has occurred.</summary>
        internal static string @Xml_UnexpectedEOF => GetResourceString("Xml_UnexpectedEOF", @"Unexpected end of file while parsing {0} has occurred.");
        /// <summary>Unexpected end of file has occurred.</summary>
        internal static string @Xml_UnexpectedEOF1 => GetResourceString("Xml_UnexpectedEOF1", @"Unexpected end of file has occurred.");
        /// <summary>Unexpected end of file has occurred. The following elements are not closed: {0}</summary>
        internal static string @Xml_UnexpectedEOFInElementContent => GetResourceString("Xml_UnexpectedEOFInElementContent", @"Unexpected end of file has occurred. The following elements are not closed: {0}");
        /// <summary>Name cannot begin with the '{0}' character, hexadecimal value {1}.</summary>
        internal static string @Xml_BadStartNameChar => GetResourceString("Xml_BadStartNameChar", @"Name cannot begin with the '{0}' character, hexadecimal value {1}.");
        /// <summary>The '{0}' character, hexadecimal value {1}, cannot be included in a name.</summary>
        internal static string @Xml_BadNameChar => GetResourceString("Xml_BadNameChar", @"The '{0}' character, hexadecimal value {1}, cannot be included in a name.");
        /// <summary>Invalid syntax for a decimal numeric entity reference.</summary>
        internal static string @Xml_BadDecimalEntity => GetResourceString("Xml_BadDecimalEntity", @"Invalid syntax for a decimal numeric entity reference.");
        /// <summary>Invalid syntax for a hexadecimal numeric entity reference.</summary>
        internal static string @Xml_BadHexEntity => GetResourceString("Xml_BadHexEntity", @"Invalid syntax for a hexadecimal numeric entity reference.");
        /// <summary>There is no Unicode byte order mark. Cannot switch to Unicode.</summary>
        internal static string @Xml_MissingByteOrderMark => GetResourceString("Xml_MissingByteOrderMark", @"There is no Unicode byte order mark. Cannot switch to Unicode.");
        /// <summary>System does not support '{0}' encoding.</summary>
        internal static string @Xml_UnknownEncoding => GetResourceString("Xml_UnknownEncoding", @"System does not support '{0}' encoding.");
        /// <summary>An internal error has occurred.</summary>
        internal static string @Xml_InternalError => GetResourceString("Xml_InternalError", @"An internal error has occurred.");
        /// <summary>Invalid character in the given encoding.</summary>
        internal static string @Xml_InvalidCharInThisEncoding => GetResourceString("Xml_InvalidCharInThisEncoding", @"Invalid character in the given encoding.");
        /// <summary>Line {0}, position {1}.</summary>
        internal static string @Xml_ErrorPosition => GetResourceString("Xml_ErrorPosition", @"Line {0}, position {1}.");
        /// <summary>{0} Line {1}, position {2}.</summary>
        internal static string @Xml_MessageWithErrorPosition => GetResourceString("Xml_MessageWithErrorPosition", @"{0} Line {1}, position {2}.");
        /// <summary>'{0}' is an unexpected token. The expected token is '{1}'.</summary>
        internal static string @Xml_UnexpectedTokenEx => GetResourceString("Xml_UnexpectedTokenEx", @"'{0}' is an unexpected token. The expected token is '{1}'.");
        /// <summary>'{0}' is an unexpected token. The expected token is '{1}' or '{2}'.</summary>
        internal static string @Xml_UnexpectedTokens2 => GetResourceString("Xml_UnexpectedTokens2", @"'{0}' is an unexpected token. The expected token is '{1}' or '{2}'.");
        /// <summary>'{0}' is an unexpected token. Expecting whitespace.</summary>
        internal static string @Xml_ExpectingWhiteSpace => GetResourceString("Xml_ExpectingWhiteSpace", @"'{0}' is an unexpected token. Expecting whitespace.");
        /// <summary>The '{0}' start tag on line {1} position {2} does not match the end tag of '{3}'.</summary>
        internal static string @Xml_TagMismatchEx => GetResourceString("Xml_TagMismatchEx", @"The '{0}' start tag on line {1} position {2} does not match the end tag of '{3}'.");
        /// <summary>Unexpected end tag.</summary>
        internal static string @Xml_UnexpectedEndTag => GetResourceString("Xml_UnexpectedEndTag", @"Unexpected end tag.");
        /// <summary>'{0}' is an undeclared prefix.</summary>
        internal static string @Xml_UnknownNs => GetResourceString("Xml_UnknownNs", @"'{0}' is an undeclared prefix.");
        /// <summary>'{0}', hexadecimal value {1}, is an invalid attribute character.</summary>
        internal static string @Xml_BadAttributeChar => GetResourceString("Xml_BadAttributeChar", @"'{0}', hexadecimal value {1}, is an invalid attribute character.");
        /// <summary>Expecting external ID, '[' or '&gt;'.</summary>
        internal static string @Xml_ExpectExternalOrClose => GetResourceString("Xml_ExpectExternalOrClose", @"Expecting external ID, '[' or '>'.");
        /// <summary>Root element is missing.</summary>
        internal static string @Xml_MissingRoot => GetResourceString("Xml_MissingRoot", @"Root element is missing.");
        /// <summary>There are multiple root elements.</summary>
        internal static string @Xml_MultipleRoots => GetResourceString("Xml_MultipleRoots", @"There are multiple root elements.");
        /// <summary>Data at the root level is invalid.</summary>
        internal static string @Xml_InvalidRootData => GetResourceString("Xml_InvalidRootData", @"Data at the root level is invalid.");
        /// <summary>Unexpected XML declaration. The XML declaration must be the first node in the document, and no whitespace characters are allowed to appear before it.</summary>
        internal static string @Xml_XmlDeclNotFirst => GetResourceString("Xml_XmlDeclNotFirst", @"Unexpected XML declaration. The XML declaration must be the first node in the document, and no whitespace characters are allowed to appear before it.");
        /// <summary>Syntax for an XML declaration is invalid.</summary>
        internal static string @Xml_InvalidXmlDecl => GetResourceString("Xml_InvalidXmlDecl", @"Syntax for an XML declaration is invalid.");
        /// <summary>'{0}' is an invalid XmlNodeType.</summary>
        internal static string @Xml_InvalidNodeType => GetResourceString("Xml_InvalidNodeType", @"'{0}' is an invalid XmlNodeType.");
        /// <summary>'{0}' is an invalid name for processing instructions.</summary>
        internal static string @Xml_InvalidPIName => GetResourceString("Xml_InvalidPIName", @"'{0}' is an invalid name for processing instructions.");
        /// <summary>'{0}' is an invalid xml:space value.</summary>
        internal static string @Xml_InvalidXmlSpace => GetResourceString("Xml_InvalidXmlSpace", @"'{0}' is an invalid xml:space value.");
        /// <summary>Version number '{0}' is invalid.</summary>
        internal static string @Xml_InvalidVersionNumber => GetResourceString("Xml_InvalidVersionNumber", @"Version number '{0}' is invalid.");
        /// <summary>'{0}' is a duplicate attribute name.</summary>
        internal static string @Xml_DupAttributeName => GetResourceString("Xml_DupAttributeName", @"'{0}' is a duplicate attribute name.");
        /// <summary>Unexpected DTD declaration.</summary>
        internal static string @Xml_BadDTDLocation => GetResourceString("Xml_BadDTDLocation", @"Unexpected DTD declaration.");
        /// <summary>Element '{0}' was not found.</summary>
        internal static string @Xml_ElementNotFound => GetResourceString("Xml_ElementNotFound", @"Element '{0}' was not found.");
        /// <summary>Element '{0}' with namespace name '{1}' was not found.</summary>
        internal static string @Xml_ElementNotFoundNs => GetResourceString("Xml_ElementNotFoundNs", @"Element '{0}' with namespace name '{1}' was not found.");
        /// <summary>XmlNodeType {0} is not supported for partial content parsing.</summary>
        internal static string @Xml_PartialContentNodeTypeNotSupportedEx => GetResourceString("Xml_PartialContentNodeTypeNotSupportedEx", @"XmlNodeType {0} is not supported for partial content parsing.");
        /// <summary>Cannot have multiple DTDs.</summary>
        internal static string @Xml_MultipleDTDsProvided => GetResourceString("Xml_MultipleDTDsProvided", @"Cannot have multiple DTDs.");
        /// <summary>Cannot bind to the reserved namespace.</summary>
        internal static string @Xml_CanNotBindToReservedNamespace => GetResourceString("Xml_CanNotBindToReservedNamespace", @"Cannot bind to the reserved namespace.");
        /// <summary>'{0}', hexadecimal value {1}, is an invalid character.</summary>
        internal static string @Xml_InvalidCharacter => GetResourceString("Xml_InvalidCharacter", @"'{0}', hexadecimal value {1}, is an invalid character.");
        /// <summary>'{0}' is not a valid BinHex text sequence.</summary>
        internal static string @Xml_InvalidBinHexValue => GetResourceString("Xml_InvalidBinHexValue", @"'{0}' is not a valid BinHex text sequence.");
        /// <summary>'{0}' is not a valid BinHex text sequence. The sequence must contain an even number of characters.</summary>
        internal static string @Xml_InvalidBinHexValueOddCount => GetResourceString("Xml_InvalidBinHexValueOddCount", @"'{0}' is not a valid BinHex text sequence. The sequence must contain an even number of characters.");
        /// <summary>Invalid text declaration.</summary>
        internal static string @Xml_InvalidTextDecl => GetResourceString("Xml_InvalidTextDecl", @"Invalid text declaration.");
        /// <summary>'{0}' is not a valid Base64 text sequence.</summary>
        internal static string @Xml_InvalidBase64Value => GetResourceString("Xml_InvalidBase64Value", @"'{0}' is not a valid Base64 text sequence.");
        /// <summary>Reference to undeclared entity '{0}'.</summary>
        internal static string @Xml_UndeclaredEntity => GetResourceString("Xml_UndeclaredEntity", @"Reference to undeclared entity '{0}'.");
        /// <summary>Parameter entity '{0}' references itself.</summary>
        internal static string @Xml_RecursiveParEntity => GetResourceString("Xml_RecursiveParEntity", @"Parameter entity '{0}' references itself.");
        /// <summary>General entity '{0}' references itself.</summary>
        internal static string @Xml_RecursiveGenEntity => GetResourceString("Xml_RecursiveGenEntity", @"General entity '{0}' references itself.");
        /// <summary>External entity '{0}' reference cannot appear in the attribute value.</summary>
        internal static string @Xml_ExternalEntityInAttValue => GetResourceString("Xml_ExternalEntityInAttValue", @"External entity '{0}' reference cannot appear in the attribute value.");
        /// <summary>Reference to unparsed entity '{0}'.</summary>
        internal static string @Xml_UnparsedEntityRef => GetResourceString("Xml_UnparsedEntityRef", @"Reference to unparsed entity '{0}'.");
        /// <summary>Not the same name table.</summary>
        internal static string @Xml_NotSameNametable => GetResourceString("Xml_NotSameNametable", @"Not the same name table.");
        /// <summary>XmlReaderSettings.XmlNameTable must be the same name table as in XmlParserContext.NameTable or XmlParserContext.NamespaceManager.NameTable, or it must be null.</summary>
        internal static string @Xml_NametableMismatch => GetResourceString("Xml_NametableMismatch", @"XmlReaderSettings.XmlNameTable must be the same name table as in XmlParserContext.NameTable or XmlParserContext.NamespaceManager.NameTable, or it must be null.");
        /// <summary>Invalid namespace declaration.</summary>
        internal static string @Xml_BadNamespaceDecl => GetResourceString("Xml_BadNamespaceDecl", @"Invalid namespace declaration.");
        /// <summary>An error occurred while parsing EntityName.</summary>
        internal static string @Xml_ErrorParsingEntityName => GetResourceString("Xml_ErrorParsingEntityName", @"An error occurred while parsing EntityName.");
        /// <summary>Invalid NmToken value '{0}'.</summary>
        internal static string @Xml_InvalidNmToken => GetResourceString("Xml_InvalidNmToken", @"Invalid NmToken value '{0}'.");
        /// <summary>Entity replacement text must nest properly within markup declarations.</summary>
        internal static string @Xml_EntityRefNesting => GetResourceString("Xml_EntityRefNesting", @"Entity replacement text must nest properly within markup declarations.");
        /// <summary>Cannot resolve entity reference '{0}'.</summary>
        internal static string @Xml_CannotResolveEntity => GetResourceString("Xml_CannotResolveEntity", @"Cannot resolve entity reference '{0}'.");
        /// <summary>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.</summary>
        internal static string @Xml_CannotResolveEntityDtdIgnored => GetResourceString("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.");
        /// <summary>Cannot resolve external DTD subset - public ID = '{0}', system ID = '{1}'.</summary>
        internal static string @Xml_CannotResolveExternalSubset => GetResourceString("Xml_CannotResolveExternalSubset", @"Cannot resolve external DTD subset - public ID = '{0}', system ID = '{1}'.");
        /// <summary>Cannot resolve '{0}'.</summary>
        internal static string @Xml_CannotResolveUrl => GetResourceString("Xml_CannotResolveUrl", @"Cannot resolve '{0}'.");
        /// <summary>']]&gt;' is not allowed in character data.</summary>
        internal static string @Xml_CDATAEndInText => GetResourceString("Xml_CDATAEndInText", @"']]>' is not allowed in character data.");
        /// <summary>Standalone document declaration must have a value of 'no' because an external entity '{0}' is referenced.</summary>
        internal static string @Xml_ExternalEntityInStandAloneDocument => GetResourceString("Xml_ExternalEntityInStandAloneDocument", @"Standalone document declaration must have a value of 'no' because an external entity '{0}' is referenced.");
        /// <summary>DTD must be defined before the document root element.</summary>
        internal static string @Xml_DtdAfterRootElement => GetResourceString("Xml_DtdAfterRootElement", @"DTD must be defined before the document root element.");
        /// <summary>The '{0}' property is read only and cannot be set.</summary>
        internal static string @Xml_ReadOnlyProperty => GetResourceString("Xml_ReadOnlyProperty", @"The '{0}' property is read only and cannot be set.");
        /// <summary>DTD is prohibited in this XML document.</summary>
        internal static string @Xml_DtdIsProhibited => GetResourceString("Xml_DtdIsProhibited", @"DTD is prohibited in this XML document.");
        /// <summary>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.</summary>
        internal static string @Xml_DtdIsProhibitedEx => GetResourceString("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.");
        /// <summary>ReadSubtree() can be called only if the reader is on an element node.</summary>
        internal static string @Xml_ReadSubtreeNotOnElement => GetResourceString("Xml_ReadSubtreeNotOnElement", @"ReadSubtree() can be called only if the reader is on an element node.");
        /// <summary>DTD is not allowed in XML fragments.</summary>
        internal static string @Xml_DtdNotAllowedInFragment => GetResourceString("Xml_DtdNotAllowedInFragment", @"DTD is not allowed in XML fragments.");
        /// <summary>WriteStartDocument cannot be called on writers created with ConformanceLevel.Fragment.</summary>
        internal static string @Xml_CannotStartDocumentOnFragment => GetResourceString("Xml_CannotStartDocumentOnFragment", @"WriteStartDocument cannot be called on writers created with ConformanceLevel.Fragment.");
        /// <summary>An error has occurred while opening external DTD '{0}': {1}</summary>
        internal static string @Xml_ErrorOpeningExternalDtd => GetResourceString("Xml_ErrorOpeningExternalDtd", @"An error has occurred while opening external DTD '{0}': {1}");
        /// <summary>An error has occurred while opening external entity '{0}': {1}</summary>
        internal static string @Xml_ErrorOpeningExternalEntity => GetResourceString("Xml_ErrorOpeningExternalEntity", @"An error has occurred while opening external entity '{0}': {1}");
        /// <summary>{0} method is not supported on this XmlReader. Use CanReadBinaryContent property to find out if a reader implements it.</summary>
        internal static string @Xml_ReadBinaryContentNotSupported => GetResourceString("Xml_ReadBinaryContentNotSupported", @"{0} method is not supported on this XmlReader. Use CanReadBinaryContent property to find out if a reader implements it.");
        /// <summary>ReadValueChunk method is not supported on this XmlReader. Use CanReadValueChunk property to find out if an XmlReader implements it.</summary>
        internal static string @Xml_ReadValueChunkNotSupported => GetResourceString("Xml_ReadValueChunkNotSupported", @"ReadValueChunk method is not supported on this XmlReader. Use CanReadValueChunk property to find out if an XmlReader implements it.");
        /// <summary>The {0} method is not supported on node type {1}. If you want to read typed content of an element, use the ReadElementContentAs method.</summary>
        internal static string @Xml_InvalidReadContentAs => GetResourceString("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.");
        /// <summary>The {0} method is not supported on node type {1}.</summary>
        internal static string @Xml_InvalidReadElementContentAs => GetResourceString("Xml_InvalidReadElementContentAs", @"The {0} method is not supported on node type {1}.");
        /// <summary>ReadElementContentAs() methods cannot be called on an element that has child elements.</summary>
        internal static string @Xml_MixedReadElementContentAs => GetResourceString("Xml_MixedReadElementContentAs", @"ReadElementContentAs() methods cannot be called on an element that has child elements.");
        /// <summary>ReadValueChunk calls cannot be mixed with ReadContentAsBase64 or ReadContentAsBinHex.</summary>
        internal static string @Xml_MixingReadValueChunkWithBinary => GetResourceString("Xml_MixingReadValueChunkWithBinary", @"ReadValueChunk calls cannot be mixed with ReadContentAsBase64 or ReadContentAsBinHex.");
        /// <summary>ReadContentAsBase64 and ReadContentAsBinHex method calls cannot be mixed with calls to ReadElementContentAsBase64 and ReadElementContentAsBinHex.</summary>
        internal static string @Xml_MixingBinaryContentMethods => GetResourceString("Xml_MixingBinaryContentMethods", @"ReadContentAsBase64 and ReadContentAsBinHex method calls cannot be mixed with calls to ReadElementContentAsBase64 and ReadElementContentAsBinHex.");
        /// <summary>ReadContentAsBase64 and ReadContentAsBinHex method calls cannot be mixed with calls to ReadChars, ReadBase64, and ReadBinHex.</summary>
        internal static string @Xml_MixingV1StreamingWithV2Binary => GetResourceString("Xml_MixingV1StreamingWithV2Binary", @"ReadContentAsBase64 and ReadContentAsBinHex method calls cannot be mixed with calls to ReadChars, ReadBase64, and ReadBinHex.");
        /// <summary>The ReadValueAsChunk method is not supported on node type {0}.</summary>
        internal static string @Xml_InvalidReadValueChunk => GetResourceString("Xml_InvalidReadValueChunk", @"The ReadValueAsChunk method is not supported on node type {0}.");
        /// <summary>Content cannot be converted to the type {0}.</summary>
        internal static string @Xml_ReadContentAsFormatException => GetResourceString("Xml_ReadContentAsFormatException", @"Content cannot be converted to the type {0}.");
        /// <summary>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.</summary>
        internal static string @Xml_DoubleBaseUri => GetResourceString("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.");
        /// <summary>The buffer is not large enough to fit a surrogate pair. Please provide a buffer of size at least 2 characters.</summary>
        internal static string @Xml_NotEnoughSpaceForSurrogatePair => GetResourceString("Xml_NotEnoughSpaceForSurrogatePair", @"The buffer is not large enough to fit a surrogate pair. Please provide a buffer of size at least 2 characters.");
        /// <summary>Unexpected node type {0}. {1} method can only be called on elements with simple or empty content.</summary>
        internal static string @Xml_UnexpectedNodeInSimpleContent => GetResourceString("Xml_UnexpectedNodeInSimpleContent", @"Unexpected node type {0}. {1} method can only be called on elements with simple or empty content.");
        /// <summary>The Whitespace or SignificantWhitespace node can contain only XML whitespace characters. '{0}' is not an XML white space character.</summary>
        internal static string @Xml_InvalidWhitespaceCharacter => GetResourceString("Xml_InvalidWhitespaceCharacter", @"The Whitespace or SignificantWhitespace node can contain only XML whitespace characters. '{0}' is not an XML white space character.");
        /// <summary>Cannot change conformance checking to {0}. Make sure the ConformanceLevel in XmlReaderSettings is set to Auto for wrapping scenarios.</summary>
        internal static string @Xml_IncompatibleConformanceLevel => GetResourceString("Xml_IncompatibleConformanceLevel", @"Cannot change conformance checking to {0}. Make sure the ConformanceLevel in XmlReaderSettings is set to Auto for wrapping scenarios.");
        /// <summary>The input document has exceeded a limit set by {0}.</summary>
        internal static string @Xml_LimitExceeded => GetResourceString("Xml_LimitExceeded", @"The input document has exceeded a limit set by {0}.");
        /// <summary>The XmlReader is closed or in error state.</summary>
        internal static string @Xml_ClosedOrErrorReader => GetResourceString("Xml_ClosedOrErrorReader", @"The XmlReader is closed or in error state.");
        /// <summary>Invalid value of a character entity reference.</summary>
        internal static string @Xml_CharEntityOverflow => GetResourceString("Xml_CharEntityOverflow", @"Invalid value of a character entity reference.");
        /// <summary>The '{0}' character, hexadecimal value {1}, at position {2} within the name, cannot be included in a name.</summary>
        internal static string @Xml_BadNameCharWithPos => GetResourceString("Xml_BadNameCharWithPos", @"The '{0}' character, hexadecimal value {1}, at position {2} within the name, cannot be included in a name.");
        /// <summary>The 'xmlns' attribute is bound to the reserved namespace 'http://www.w3.org/2000/xmlns/'.</summary>
        internal static string @Xml_XmlnsBelongsToReservedNs => GetResourceString("Xml_XmlnsBelongsToReservedNs", @"The 'xmlns' attribute is bound to the reserved namespace 'http://www.w3.org/2000/xmlns/'.");
        /// <summary>Reference to undeclared parameter entity '{0}'.</summary>
        internal static string @Xml_UndeclaredParEntity => GetResourceString("Xml_UndeclaredParEntity", @"Reference to undeclared parameter entity '{0}'.");
        /// <summary>Invalid XML document. {0}</summary>
        internal static string @Xml_InvalidXmlDocument => GetResourceString("Xml_InvalidXmlDocument", @"Invalid XML document. {0}");
        /// <summary>No DTD found.</summary>
        internal static string @Xml_NoDTDPresent => GetResourceString("Xml_NoDTDPresent", @"No DTD found.");
        /// <summary>Unsupported combination of validation types.</summary>
        internal static string @Xml_MultipleValidationTypes => GetResourceString("Xml_MultipleValidationTypes", @"Unsupported combination of validation types.");
        /// <summary>No validation occurred.</summary>
        internal static string @Xml_NoValidation => GetResourceString("Xml_NoValidation", @"No validation occurred.");
        /// <summary>Expected WhitespaceHandling.None, or WhitespaceHandling.All, or WhitespaceHandling.Significant.</summary>
        internal static string @Xml_WhitespaceHandling => GetResourceString("Xml_WhitespaceHandling", @"Expected WhitespaceHandling.None, or WhitespaceHandling.All, or WhitespaceHandling.Significant.");
        /// <summary>Cannot call ResetState when parsing an XML fragment.</summary>
        internal static string @Xml_InvalidResetStateCall => GetResourceString("Xml_InvalidResetStateCall", @"Cannot call ResetState when parsing an XML fragment.");
        /// <summary>Expected EntityHandling.ExpandEntities or EntityHandling.ExpandCharEntities.</summary>
        internal static string @Xml_EntityHandling => GetResourceString("Xml_EntityHandling", @"Expected EntityHandling.ExpandEntities or EntityHandling.ExpandCharEntities.");
        /// <summary>'{0}' is a duplicate enumeration value.</summary>
        internal static string @Xml_AttlistDuplEnumValue => GetResourceString("Xml_AttlistDuplEnumValue", @"'{0}' is a duplicate enumeration value.");
        /// <summary>'{0}' is a duplicate notation value.</summary>
        internal static string @Xml_AttlistDuplNotationValue => GetResourceString("Xml_AttlistDuplNotationValue", @"'{0}' is a duplicate notation value.");
        /// <summary>'{0}' is an invalid value for the 'encoding' attribute. The encoding cannot be switched after a call to ResetState.</summary>
        internal static string @Xml_EncodingSwitchAfterResetState => GetResourceString("Xml_EncodingSwitchAfterResetState", @"'{0}' is an invalid value for the 'encoding' attribute. The encoding cannot be switched after a call to ResetState.");
        /// <summary>Unexpected XmlNodeType: '{0}'.</summary>
        internal static string @Xml_UnexpectedNodeType => GetResourceString("Xml_UnexpectedNodeType", @"Unexpected XmlNodeType: '{0}'.");
        /// <summary>A conditional section is not allowed in an internal subset.</summary>
        internal static string @Xml_InvalidConditionalSection => GetResourceString("Xml_InvalidConditionalSection", @"A conditional section is not allowed in an internal subset.");
        /// <summary>']]&gt;' is not expected.</summary>
        internal static string @Xml_UnexpectedCDataEnd => GetResourceString("Xml_UnexpectedCDataEnd", @"']]>' is not expected.");
        /// <summary>There is an unclosed conditional section.</summary>
        internal static string @Xml_UnclosedConditionalSection => GetResourceString("Xml_UnclosedConditionalSection", @"There is an unclosed conditional section.");
        /// <summary>Expected DTD markup was not found.</summary>
        internal static string @Xml_ExpectDtdMarkup => GetResourceString("Xml_ExpectDtdMarkup", @"Expected DTD markup was not found.");
        /// <summary>Incomplete DTD content.</summary>
        internal static string @Xml_IncompleteDtdContent => GetResourceString("Xml_IncompleteDtdContent", @"Incomplete DTD content.");
        /// <summary>Enumeration data type required.</summary>
        internal static string @Xml_EnumerationRequired => GetResourceString("Xml_EnumerationRequired", @"Enumeration data type required.");
        /// <summary>Invalid content model.</summary>
        internal static string @Xml_InvalidContentModel => GetResourceString("Xml_InvalidContentModel", @"Invalid content model.");
        /// <summary>Fragment identifier '{0}' cannot be part of the system identifier '{1}'.</summary>
        internal static string @Xml_FragmentId => GetResourceString("Xml_FragmentId", @"Fragment identifier '{0}' cannot be part of the system identifier '{1}'.");
        /// <summary>Expecting 'PCDATA'.</summary>
        internal static string @Xml_ExpectPcData => GetResourceString("Xml_ExpectPcData", @"Expecting 'PCDATA'.");
        /// <summary>Whitespace not allowed before '?', '*', or '+'.</summary>
        internal static string @Xml_ExpectNoWhitespace => GetResourceString("Xml_ExpectNoWhitespace", @"Whitespace not allowed before '?', '*', or '+'.");
        /// <summary>Expecting '?', '*', or '+'.</summary>
        internal static string @Xml_ExpectOp => GetResourceString("Xml_ExpectOp", @"Expecting '?', '*', or '+'.");
        /// <summary>'{0}' is an invalid attribute type.</summary>
        internal static string @Xml_InvalidAttributeType => GetResourceString("Xml_InvalidAttributeType", @"'{0}' is an invalid attribute type.");
        /// <summary>Invalid attribute type.</summary>
        internal static string @Xml_InvalidAttributeType1 => GetResourceString("Xml_InvalidAttributeType1", @"Invalid attribute type.");
        /// <summary>Expecting an attribute type.</summary>
        internal static string @Xml_ExpectAttType => GetResourceString("Xml_ExpectAttType", @"Expecting an attribute type.");
        /// <summary>'{0}' is an unqualified name and cannot contain the character ':'.</summary>
        internal static string @Xml_ColonInLocalName => GetResourceString("Xml_ColonInLocalName", @"'{0}' is an unqualified name and cannot contain the character ':'.");
        /// <summary>A parameter entity reference is not allowed in internal markup.</summary>
        internal static string @Xml_InvalidParEntityRef => GetResourceString("Xml_InvalidParEntityRef", @"A parameter entity reference is not allowed in internal markup.");
        /// <summary>Expecting an internal subset or the end of the DOCTYPE declaration.</summary>
        internal static string @Xml_ExpectSubOrClose => GetResourceString("Xml_ExpectSubOrClose", @"Expecting an internal subset or the end of the DOCTYPE declaration.");
        /// <summary>Expecting a system identifier or a public identifier.</summary>
        internal static string @Xml_ExpectExternalOrPublicId => GetResourceString("Xml_ExpectExternalOrPublicId", @"Expecting a system identifier or a public identifier.");
        /// <summary>Expecting an external identifier or an entity value.</summary>
        internal static string @Xml_ExpectExternalIdOrEntityValue => GetResourceString("Xml_ExpectExternalIdOrEntityValue", @"Expecting an external identifier or an entity value.");
        /// <summary>Conditional sections must specify the keyword 'IGNORE' or 'INCLUDE'.</summary>
        internal static string @Xml_ExpectIgnoreOrInclude => GetResourceString("Xml_ExpectIgnoreOrInclude", @"Conditional sections must specify the keyword 'IGNORE' or 'INCLUDE'.");
        /// <summary>Object type is not supported.</summary>
        internal static string @Xml_UnsupportedClass => GetResourceString("Xml_UnsupportedClass", @"Object type is not supported.");
        /// <summary>Resolving of external URIs was prohibited. Attempted access to: {0}</summary>
        internal static string @Xml_NullResolver => GetResourceString("Xml_NullResolver", @"Resolving of external URIs was prohibited. Attempted access to: {0}");
        /// <summary>Relative URIs are not supported.</summary>
        internal static string @Xml_RelativeUriNotSupported => GetResourceString("Xml_RelativeUriNotSupported", @"Relative URIs are not supported.");
        /// <summary>Set XmlWriterSettings.Async to true if you want to use Async Methods.</summary>
        internal static string @Xml_WriterAsyncNotSetException => GetResourceString("Xml_WriterAsyncNotSetException", @"Set XmlWriterSettings.Async to true if you want to use Async Methods.");
        /// <summary>Cannot use a prefix with an empty namespace.</summary>
        internal static string @Xml_PrefixForEmptyNs => GetResourceString("Xml_PrefixForEmptyNs", @"Cannot use a prefix with an empty namespace.");
        /// <summary>An XML comment cannot contain '--', and '-' cannot be the last character.</summary>
        internal static string @Xml_InvalidCommentChars => GetResourceString("Xml_InvalidCommentChars", @"An XML comment cannot contain '--', and '-' cannot be the last character.");
        /// <summary>The '{0}' namespace is not defined.</summary>
        internal static string @Xml_UndefNamespace => GetResourceString("Xml_UndefNamespace", @"The '{0}' namespace is not defined.");
        /// <summary>The empty string '' is not a valid name.</summary>
        internal static string @Xml_EmptyName => GetResourceString("Xml_EmptyName", @"The empty string '' is not a valid name.");
        /// <summary>The empty string '' is not a valid local name.</summary>
        internal static string @Xml_EmptyLocalName => GetResourceString("Xml_EmptyLocalName", @"The empty string '' is not a valid local name.");
        /// <summary>Invalid name character in '{0}'. The '{1}' character, hexadecimal value {2}, cannot be included in a name.</summary>
        internal static string @Xml_InvalidNameCharsDetail => GetResourceString("Xml_InvalidNameCharsDetail", @"Invalid name character in '{0}'. The '{1}' character, hexadecimal value {2}, cannot be included in a name.");
        /// <summary>There was no XML start tag open.</summary>
        internal static string @Xml_NoStartTag => GetResourceString("Xml_NoStartTag", @"There was no XML start tag open.");
        /// <summary>The Writer is closed or in error state.</summary>
        internal static string @Xml_ClosedOrError => GetResourceString("Xml_ClosedOrError", @"The Writer is closed or in error state.");
        /// <summary>Token {0} in state {1} would result in an invalid XML document.</summary>
        internal static string @Xml_WrongToken => GetResourceString("Xml_WrongToken", @"Token {0} in state {1} would result in an invalid XML document.");
        /// <summary>Prefix "xml" is reserved for use by XML and can be mapped only to namespace name "http://www.w3.org/XML/1998/namespace".</summary>
        internal static string @Xml_XmlPrefix => GetResourceString("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"".");
        /// <summary>Prefix "xmlns" is reserved for use by XML.</summary>
        internal static string @Xml_XmlnsPrefix => GetResourceString("Xml_XmlnsPrefix", @"Prefix ""xmlns"" is reserved for use by XML.");
        /// <summary>Prefix '{0}' cannot be mapped to namespace name reserved for "xml" or "xmlns".</summary>
        internal static string @Xml_NamespaceDeclXmlXmlns => GetResourceString("Xml_NamespaceDeclXmlXmlns", @"Prefix '{0}' cannot be mapped to namespace name reserved for ""xml"" or ""xmlns"".");
        /// <summary>Only whitespace characters should be used.</summary>
        internal static string @Xml_NonWhitespace => GetResourceString("Xml_NonWhitespace", @"Only whitespace characters should be used.");
        /// <summary>Cannot write XML declaration. WriteStartDocument method has already written it.</summary>
        internal static string @Xml_DupXmlDecl => GetResourceString("Xml_DupXmlDecl", @"Cannot write XML declaration. WriteStartDocument method has already written it.");
        /// <summary>Cannot write XML declaration. XML declaration can be only at the beginning of the document.</summary>
        internal static string @Xml_CannotWriteXmlDecl => GetResourceString("Xml_CannotWriteXmlDecl", @"Cannot write XML declaration. XML declaration can be only at the beginning of the document.");
        /// <summary>Document does not have a root element.</summary>
        internal static string @Xml_NoRoot => GetResourceString("Xml_NoRoot", @"Document does not have a root element.");
        /// <summary>The current position on the Reader is neither an element nor an attribute.</summary>
        internal static string @Xml_InvalidPosition => GetResourceString("Xml_InvalidPosition", @"The current position on the Reader is neither an element nor an attribute.");
        /// <summary>Incomplete entity contents.</summary>
        internal static string @Xml_IncompleteEntity => GetResourceString("Xml_IncompleteEntity", @"Incomplete entity contents.");
        /// <summary>Invalid high surrogate character (0x{0}). A high surrogate character must have a value from range (0xD800 - 0xDBFF).</summary>
        internal static string @Xml_InvalidSurrogateHighChar => GetResourceString("Xml_InvalidSurrogateHighChar", @"Invalid high surrogate character (0x{0}). A high surrogate character must have a value from range (0xD800 - 0xDBFF).");
        /// <summary>The surrogate pair is invalid. Missing a low surrogate character.</summary>
        internal static string @Xml_InvalidSurrogateMissingLowChar => GetResourceString("Xml_InvalidSurrogateMissingLowChar", @"The surrogate pair is invalid. Missing a low surrogate character.");
        /// <summary>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).</summary>
        internal static string @Xml_InvalidSurrogatePairWithArgs => GetResourceString("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).");
        /// <summary>The prefix '{0}' cannot be redefined from '{1}' to '{2}' within the same start element tag.</summary>
        internal static string @Xml_RedefinePrefix => GetResourceString("Xml_RedefinePrefix", @"The prefix '{0}' cannot be redefined from '{1}' to '{2}' within the same start element tag.");
        /// <summary>The DTD has already been written out.</summary>
        internal static string @Xml_DtdAlreadyWritten => GetResourceString("Xml_DtdAlreadyWritten", @"The DTD has already been written out.");
        /// <summary>XmlWriterSettings.{0} can contain only valid XML text content characters when XmlWriterSettings.CheckCharacters is true. {1}</summary>
        internal static string @Xml_InvalidCharsInIndent => GetResourceString("Xml_InvalidCharsInIndent", @"XmlWriterSettings.{0} can contain only valid XML text content characters when XmlWriterSettings.CheckCharacters is true. {1}");
        /// <summary>XmlWriterSettings.{0} can contain only valid XML whitespace characters when XmlWriterSettings.CheckCharacters and XmlWriterSettings.NewLineOnAttributes are true.</summary>
        internal static string @Xml_IndentCharsNotWhitespace => GetResourceString("Xml_IndentCharsNotWhitespace", @"XmlWriterSettings.{0} can contain only valid XML whitespace characters when XmlWriterSettings.CheckCharacters and XmlWriterSettings.NewLineOnAttributes are true.");
        /// <summary>Make sure that the ConformanceLevel setting is set to ConformanceLevel.Fragment or ConformanceLevel.Auto if you want to write an XML fragment.</summary>
        internal static string @Xml_ConformanceLevelFragment => GetResourceString("Xml_ConformanceLevelFragment", @"Make sure that the ConformanceLevel setting is set to ConformanceLevel.Fragment or ConformanceLevel.Auto if you want to write an XML fragment.");
        /// <summary>Invalid XML attribute quote character. Valid attribute quote characters are ' and ".</summary>
        internal static string @Xml_InvalidQuote => GetResourceString("Xml_InvalidQuote", @"Invalid XML attribute quote character. Valid attribute quote characters are ' and "".");
        /// <summary>An undefined prefix is in use.</summary>
        internal static string @Xml_UndefPrefix => GetResourceString("Xml_UndefPrefix", @"An undefined prefix is in use.");
        /// <summary>Cannot set the namespace if Namespaces is 'false'.</summary>
        internal static string @Xml_NoNamespaces => GetResourceString("Xml_NoNamespaces", @"Cannot set the namespace if Namespaces is 'false'.");
        /// <summary>Cannot have ']]&gt;' inside an XML CDATA block.</summary>
        internal static string @Xml_InvalidCDataChars => GetResourceString("Xml_InvalidCDataChars", @"Cannot have ']]>' inside an XML CDATA block.");
        /// <summary>WriteStartDocument needs to be the first call.</summary>
        internal static string @Xml_NotTheFirst => GetResourceString("Xml_NotTheFirst", @"WriteStartDocument needs to be the first call.");
        /// <summary>Cannot have '?&gt;' inside an XML processing instruction.</summary>
        internal static string @Xml_InvalidPiChars => GetResourceString("Xml_InvalidPiChars", @"Cannot have '?>' inside an XML processing instruction.");
        /// <summary>Invalid name character in '{0}'.</summary>
        internal static string @Xml_InvalidNameChars => GetResourceString("Xml_InvalidNameChars", @"Invalid name character in '{0}'.");
        /// <summary>The Writer is closed.</summary>
        internal static string @Xml_Closed => GetResourceString("Xml_Closed", @"The Writer is closed.");
        /// <summary>Prefixes beginning with "xml" (regardless of whether the characters are uppercase, lowercase, or some combination thereof) are reserved for use by XML.</summary>
        internal static string @Xml_InvalidPrefix => GetResourceString("Xml_InvalidPrefix", @"Prefixes beginning with ""xml"" (regardless of whether the characters are uppercase, lowercase, or some combination thereof) are reserved for use by XML.");
        /// <summary>NotInWriteState.</summary>
        internal static string @Xml_NotInWriteState => GetResourceString("Xml_NotInWriteState", @"NotInWriteState.");
        /// <summary>The second character surrogate pair is not in the input buffer to be written.</summary>
        internal static string @Xml_SurrogatePairSplit => GetResourceString("Xml_SurrogatePairSplit", @"The second character surrogate pair is not in the input buffer to be written.");
        /// <summary>Document cannot have multiple document elements.</summary>
        internal static string @Xml_NoMultipleRoots => GetResourceString("Xml_NoMultipleRoots", @"Document cannot have multiple document elements.");
        /// <summary>A node of type '{0}' cannot have the name '{1}'.</summary>
        internal static string @XmlBadName => GetResourceString("XmlBadName", @"A node of type '{0}' cannot have the name '{1}'.");
        /// <summary>A node of type '{0}' cannot have a name.</summary>
        internal static string @XmlNoNameAllowed => GetResourceString("XmlNoNameAllowed", @"A node of type '{0}' cannot have a name.");
        /// <summary>The string was not recognized as a valid Uri.</summary>
        internal static string @XmlConvert_BadUri => GetResourceString("XmlConvert_BadUri", @"The string was not recognized as a valid Uri.");
        /// <summary>The string '{0}' is not a valid {1} value.</summary>
        internal static string @XmlConvert_BadFormat => GetResourceString("XmlConvert_BadFormat", @"The string '{0}' is not a valid {1} value.");
        /// <summary>Value '{0}' was either too large or too small for {1}.</summary>
        internal static string @XmlConvert_Overflow => GetResourceString("XmlConvert_Overflow", @"Value '{0}' was either too large or too small for {1}.");
        /// <summary>Xml type '{0}' does not support Clr type '{1}'.</summary>
        internal static string @XmlConvert_TypeBadMapping => GetResourceString("XmlConvert_TypeBadMapping", @"Xml type '{0}' does not support Clr type '{1}'.");
        /// <summary>Xml type '{0}' does not support a conversion from Clr type '{1}' to Clr type '{2}'.</summary>
        internal static string @XmlConvert_TypeBadMapping2 => GetResourceString("XmlConvert_TypeBadMapping2", @"Xml type '{0}' does not support a conversion from Clr type '{1}' to Clr type '{2}'.");
        /// <summary>Xml type 'List of {0}' does not support Clr type '{1}'.</summary>
        internal static string @XmlConvert_TypeListBadMapping => GetResourceString("XmlConvert_TypeListBadMapping", @"Xml type 'List of {0}' does not support Clr type '{1}'.");
        /// <summary>Xml type 'List of {0}' does not support a conversion from Clr type '{1}' to Clr type '{2}'.</summary>
        internal static string @XmlConvert_TypeListBadMapping2 => GetResourceString("XmlConvert_TypeListBadMapping2", @"Xml type 'List of {0}' does not support a conversion from Clr type '{1}' to Clr type '{2}'.");
        /// <summary>Xml type '{0}' cannot convert from Clr type '{1}' unless the destination type is String or XmlAtomicValue.</summary>
        internal static string @XmlConvert_TypeToString => GetResourceString("XmlConvert_TypeToString", @"Xml type '{0}' cannot convert from Clr type '{1}' unless the destination type is String or XmlAtomicValue.");
        /// <summary>Xml type '{0}' cannot convert to Clr type '{1}' unless the source value is a String or an XmlAtomicValue.</summary>
        internal static string @XmlConvert_TypeFromString => GetResourceString("XmlConvert_TypeFromString", @"Xml type '{0}' cannot convert to Clr type '{1}' unless the source value is a String or an XmlAtomicValue.");
        /// <summary>The QName '{0}' cannot be represented as a String.  A prefix for namespace '{1}' cannot be found.</summary>
        internal static string @XmlConvert_TypeNoPrefix => GetResourceString("XmlConvert_TypeNoPrefix", @"The QName '{0}' cannot be represented as a String.  A prefix for namespace '{1}' cannot be found.");
        /// <summary>The String '{0}' cannot be represented as an XmlQualifiedName.  A namespace for prefix '{1}' cannot be found.</summary>
        internal static string @XmlConvert_TypeNoNamespace => GetResourceString("XmlConvert_TypeNoNamespace", @"The String '{0}' cannot be represented as an XmlQualifiedName.  A namespace for prefix '{1}' cannot be found.");
        /// <summary>String must be exactly one character long.</summary>
        internal static string @XmlConvert_NotOneCharString => GetResourceString("XmlConvert_NotOneCharString", @"String must be exactly one character long.");
        /// <summary>The parameter entity replacement text must nest properly within markup declarations.</summary>
        internal static string @Sch_ParEntityRefNesting => GetResourceString("Sch_ParEntityRefNesting", @"The parameter entity replacement text must nest properly within markup declarations.");
        /// <summary>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'.</summary>
        internal static string @Sch_NotTokenString => GetResourceString("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'.");
        /// <summary>The '{0}' value for the 'dateTimeOption' parameter is not an allowed value for the 'XmlDateTimeSerializationMode' enumeration.</summary>
        internal static string @Sch_InvalidDateTimeOption => GetResourceString("Sch_InvalidDateTimeOption", @"The '{0}' value for the 'dateTimeOption' parameter is not an allowed value for the 'XmlDateTimeSerializationMode' enumeration.");
        /// <summary>StandAlone is 'yes' and the value of the attribute '{0}' contains a definition in an external document that changes on normalization.</summary>
        internal static string @Sch_StandAloneNormalization => GetResourceString("Sch_StandAloneNormalization", @"StandAlone is 'yes' and the value of the attribute '{0}' contains a definition in an external document that changes on normalization.");
        /// <summary>Markup for unspecified default attribute '{0}' is external and standalone='yes'.</summary>
        internal static string @Sch_UnSpecifiedDefaultAttributeInExternalStandalone => GetResourceString("Sch_UnSpecifiedDefaultAttributeInExternalStandalone", @"Markup for unspecified default attribute '{0}' is external and standalone='yes'.");
        /// <summary>A schema error occurred.</summary>
        internal static string @Sch_DefaultException => GetResourceString("Sch_DefaultException", @"A schema error occurred.");
        /// <summary>The '{0}' element has already been declared.</summary>
        internal static string @Sch_DupElementDecl => GetResourceString("Sch_DupElementDecl", @"The '{0}' element has already been declared.");
        /// <summary>The attribute of type ID is already declared on the '{0}' element.</summary>
        internal static string @Sch_IdAttrDeclared => GetResourceString("Sch_IdAttrDeclared", @"The attribute of type ID is already declared on the '{0}' element.");
        /// <summary>Root element name must match the DocType name.</summary>
        internal static string @Sch_RootMatchDocType => GetResourceString("Sch_RootMatchDocType", @"Root element name must match the DocType name.");
        /// <summary>'{0}' is already used as an ID.</summary>
        internal static string @Sch_DupId => GetResourceString("Sch_DupId", @"'{0}' is already used as an ID.");
        /// <summary>The '{0}' element is not declared.</summary>
        internal static string @Sch_UndeclaredElement => GetResourceString("Sch_UndeclaredElement", @"The '{0}' element is not declared.");
        /// <summary>The '{0}' attribute is not declared.</summary>
        internal static string @Sch_UndeclaredAttribute => GetResourceString("Sch_UndeclaredAttribute", @"The '{0}' attribute is not declared.");
        /// <summary>The '{0}' notation is not declared.</summary>
        internal static string @Sch_UndeclaredNotation => GetResourceString("Sch_UndeclaredNotation", @"The '{0}' notation is not declared.");
        /// <summary>Reference to undeclared ID is '{0}'.</summary>
        internal static string @Sch_UndeclaredId => GetResourceString("Sch_UndeclaredId", @"Reference to undeclared ID is '{0}'.");
        /// <summary>Expected schema root. Make sure the root element is &lt;schema&gt; 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.</summary>
        internal static string @Sch_SchemaRootExpected => GetResourceString("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.");
        /// <summary>The root element of a W3C XML Schema should be &lt;schema&gt; and its namespace should be 'http://www.w3.org/2001/XMLSchema'.</summary>
        internal static string @Sch_XSDSchemaRootExpected => GetResourceString("Sch_XSDSchemaRootExpected", @"The root element of a W3C XML Schema should be <schema> and its namespace should be 'http://www.w3.org/2001/XMLSchema'.");
        /// <summary>The '{0}' attribute is not supported in this context.</summary>
        internal static string @Sch_UnsupportedAttribute => GetResourceString("Sch_UnsupportedAttribute", @"The '{0}' attribute is not supported in this context.");
        /// <summary>The '{0}' element is not supported in this context.</summary>
        internal static string @Sch_UnsupportedElement => GetResourceString("Sch_UnsupportedElement", @"The '{0}' element is not supported in this context.");
        /// <summary>The '{0}' attribute is either invalid or missing.</summary>
        internal static string @Sch_MissAttribute => GetResourceString("Sch_MissAttribute", @"The '{0}' attribute is either invalid or missing.");
        /// <summary>The 'annotation' element cannot appear at this location.</summary>
        internal static string @Sch_AnnotationLocation => GetResourceString("Sch_AnnotationLocation", @"The 'annotation' element cannot appear at this location.");
        /// <summary>Content must be "textOnly" when using DataType on an ElementType.</summary>
        internal static string @Sch_DataTypeTextOnly => GetResourceString("Sch_DataTypeTextOnly", @"Content must be ""textOnly"" when using DataType on an ElementType.");
        /// <summary>The model attribute must have a value of open or closed, not '{0}'.</summary>
        internal static string @Sch_UnknownModel => GetResourceString("Sch_UnknownModel", @"The model attribute must have a value of open or closed, not '{0}'.");
        /// <summary>The order attribute must have a value of 'seq', 'one', or 'many', not '{0}'.</summary>
        internal static string @Sch_UnknownOrder => GetResourceString("Sch_UnknownOrder", @"The order attribute must have a value of 'seq', 'one', or 'many', not '{0}'.");
        /// <summary>The content attribute must have a value of 'textOnly', 'eltOnly', 'mixed', or 'empty', not '{0}'.</summary>
        internal static string @Sch_UnknownContent => GetResourceString("Sch_UnknownContent", @"The content attribute must have a value of 'textOnly', 'eltOnly', 'mixed', or 'empty', not '{0}'.");
        /// <summary>The required attribute must have a value of yes or no.</summary>
        internal static string @Sch_UnknownRequired => GetResourceString("Sch_UnknownRequired", @"The required attribute must have a value of yes or no.");
        /// <summary>Reference to an unknown data type, '{0}'.</summary>
        internal static string @Sch_UnknownDtType => GetResourceString("Sch_UnknownDtType", @"Reference to an unknown data type, '{0}'.");
        /// <summary>The order must be many when content is mixed.</summary>
        internal static string @Sch_MixedMany => GetResourceString("Sch_MixedMany", @"The order must be many when content is mixed.");
        /// <summary>The group is not allowed when ElementType has empty or textOnly content.</summary>
        internal static string @Sch_GroupDisabled => GetResourceString("Sch_GroupDisabled", @"The group is not allowed when ElementType has empty or textOnly content.");
        /// <summary>The DataType value cannot be empty.</summary>
        internal static string @Sch_MissDtvalue => GetResourceString("Sch_MissDtvalue", @"The DataType value cannot be empty.");
        /// <summary>The dt:values attribute is missing.</summary>
        internal static string @Sch_MissDtvaluesAttribute => GetResourceString("Sch_MissDtvaluesAttribute", @"The dt:values attribute is missing.");
        /// <summary>Data type has already been declared.</summary>
        internal static string @Sch_DupDtType => GetResourceString("Sch_DupDtType", @"Data type has already been declared.");
        /// <summary>The '{0}' attribute has already been declared for this ElementType.</summary>
        internal static string @Sch_DupAttribute => GetResourceString("Sch_DupAttribute", @"The '{0}' attribute has already been declared for this ElementType.");
        /// <summary>Data type should be enumeration when the values attribute is present.</summary>
        internal static string @Sch_RequireEnumeration => GetResourceString("Sch_RequireEnumeration", @"Data type should be enumeration when the values attribute is present.");
        /// <summary>An attribute or element of type xs:ID or derived from xs:ID, should not have a value constraint.</summary>
        internal static string @Sch_DefaultIdValue => GetResourceString("Sch_DefaultIdValue", @"An attribute or element of type xs:ID or derived from xs:ID, should not have a value constraint.");
        /// <summary>Element is not allowed when the content is empty or textOnly.</summary>
        internal static string @Sch_ElementNotAllowed => GetResourceString("Sch_ElementNotAllowed", @"Element is not allowed when the content is empty or textOnly.");
        /// <summary>There is a missing element.</summary>
        internal static string @Sch_ElementMissing => GetResourceString("Sch_ElementMissing", @"There is a missing element.");
        /// <summary>When the order is many, the maxOccurs attribute must have a value of '*'.</summary>
        internal static string @Sch_ManyMaxOccurs => GetResourceString("Sch_ManyMaxOccurs", @"When the order is many, the maxOccurs attribute must have a value of '*'.");
        /// <summary>The maxOccurs attribute must have a value of 1 or *.</summary>
        internal static string @Sch_MaxOccursInvalid => GetResourceString("Sch_MaxOccursInvalid", @"The maxOccurs attribute must have a value of 1 or *.");
        /// <summary>The minOccurs attribute must have a value of 0 or 1.</summary>
        internal static string @Sch_MinOccursInvalid => GetResourceString("Sch_MinOccursInvalid", @"The minOccurs attribute must have a value of 0 or 1.");
        /// <summary>The value '{0}' is invalid for dt:maxLength.</summary>
        internal static string @Sch_DtMaxLengthInvalid => GetResourceString("Sch_DtMaxLengthInvalid", @"The value '{0}' is invalid for dt:maxLength.");
        /// <summary>The value '{0}' is invalid for dt:minLength.</summary>
        internal static string @Sch_DtMinLengthInvalid => GetResourceString("Sch_DtMinLengthInvalid", @"The value '{0}' is invalid for dt:minLength.");
        /// <summary>The value of maxLength has already been declared.</summary>
        internal static string @Sch_DupDtMaxLength => GetResourceString("Sch_DupDtMaxLength", @"The value of maxLength has already been declared.");
        /// <summary>The value of minLength has already been declared.</summary>
        internal static string @Sch_DupDtMinLength => GetResourceString("Sch_DupDtMinLength", @"The value of minLength has already been declared.");
        /// <summary>The maxLength value must be equal to or greater than the minLength value.</summary>
        internal static string @Sch_DtMinMaxLength => GetResourceString("Sch_DtMinMaxLength", @"The maxLength value must be equal to or greater than the minLength value.");
        /// <summary>The '{0}' element already exists in the content model.</summary>
        internal static string @Sch_DupElement => GetResourceString("Sch_DupElement", @"The '{0}' element already exists in the content model.");
        /// <summary>The content model can only have one of the following; 'all', 'choice', or 'sequence'.</summary>
        internal static string @Sch_DupGroupParticle => GetResourceString("Sch_DupGroupParticle", @"The content model can only have one of the following; 'all', 'choice', or 'sequence'.");
        /// <summary>The value '{0}' is invalid according to its data type.</summary>
        internal static string @Sch_InvalidValue => GetResourceString("Sch_InvalidValue", @"The value '{0}' is invalid according to its data type.");
        /// <summary>The value '{0}' is invalid according to its schema type '{1}' - {2}</summary>
        internal static string @Sch_InvalidValueDetailed => GetResourceString("Sch_InvalidValueDetailed", @"The value '{0}' is invalid according to its schema type '{1}' - {2}");
        /// <summary>The attribute '{0}' has an invalid value '{1}' according to its schema type '{2}' - {3}</summary>
        internal static string @Sch_InvalidValueDetailedAttribute => GetResourceString("Sch_InvalidValueDetailedAttribute", @"The attribute '{0}' has an invalid value '{1}' according to its schema type '{2}' - {3}");
        /// <summary>The required attribute '{0}' is missing.</summary>
        internal static string @Sch_MissRequiredAttribute => GetResourceString("Sch_MissRequiredAttribute", @"The required attribute '{0}' is missing.");
        /// <summary>The value of the '{0}' attribute does not equal its fixed value.</summary>
        internal static string @Sch_FixedAttributeValue => GetResourceString("Sch_FixedAttributeValue", @"The value of the '{0}' attribute does not equal its fixed value.");
        /// <summary>The value of the '{0}' element does not equal its fixed value.</summary>
        internal static string @Sch_FixedElementValue => GetResourceString("Sch_FixedElementValue", @"The value of the '{0}' element does not equal its fixed value.");
        /// <summary>The '{0}' attribute is invalid - The value '{1}' is invalid according to its datatype '{2}' - {3}</summary>
        internal static string @Sch_AttributeValueDataTypeDetailed => GetResourceString("Sch_AttributeValueDataTypeDetailed", @"The '{0}' attribute is invalid - The value '{1}' is invalid according to its datatype '{2}' - {3}");
        /// <summary>The default value of '{0}' attribute is invalid according to its datatype.</summary>
        internal static string @Sch_AttributeDefaultDataType => GetResourceString("Sch_AttributeDefaultDataType", @"The default value of '{0}' attribute is invalid according to its datatype.");
        /// <summary>The 'include' element cannot appear at this location.</summary>
        internal static string @Sch_IncludeLocation => GetResourceString("Sch_IncludeLocation", @"The 'include' element cannot appear at this location.");
        /// <summary>The 'import' element cannot appear at this location.</summary>
        internal static string @Sch_ImportLocation => GetResourceString("Sch_ImportLocation", @"The 'import' element cannot appear at this location.");
        /// <summary>The 'redefine' element cannot appear at this location.</summary>
        internal static string @Sch_RedefineLocation => GetResourceString("Sch_RedefineLocation", @"The 'redefine' element cannot appear at this location.");
        /// <summary>The values 'list' and 'union' are invalid for the blockDefault attribute.</summary>
        internal static string @Sch_InvalidBlockDefaultValue => GetResourceString("Sch_InvalidBlockDefaultValue", @"The values 'list' and 'union' are invalid for the blockDefault attribute.");
        /// <summary>The value 'substitution' is invalid for the finalDefault attribute.</summary>
        internal static string @Sch_InvalidFinalDefaultValue => GetResourceString("Sch_InvalidFinalDefaultValue", @"The value 'substitution' is invalid for the finalDefault attribute.");
        /// <summary>The values 'list' and 'union' are invalid for the block attribute on element.</summary>
        internal static string @Sch_InvalidElementBlockValue => GetResourceString("Sch_InvalidElementBlockValue", @"The values 'list' and 'union' are invalid for the block attribute on element.");
        /// <summary>The values 'substitution', 'list', and 'union' are invalid for the final attribute on element.</summary>
        internal static string @Sch_InvalidElementFinalValue => GetResourceString("Sch_InvalidElementFinalValue", @"The values 'substitution', 'list', and 'union' are invalid for the final attribute on element.");
        /// <summary>The values 'substitution' and 'extension' are invalid for the final attribute on simpleType.</summary>
        internal static string @Sch_InvalidSimpleTypeFinalValue => GetResourceString("Sch_InvalidSimpleTypeFinalValue", @"The values 'substitution' and 'extension' are invalid for the final attribute on simpleType.");
        /// <summary>The values 'substitution', 'list', and 'union' are invalid for the block attribute on complexType.</summary>
        internal static string @Sch_InvalidComplexTypeBlockValue => GetResourceString("Sch_InvalidComplexTypeBlockValue", @"The values 'substitution', 'list', and 'union' are invalid for the block attribute on complexType.");
        /// <summary>The values 'substitution', 'list', and 'union' are invalid for the final attribute on complexType.</summary>
        internal static string @Sch_InvalidComplexTypeFinalValue => GetResourceString("Sch_InvalidComplexTypeFinalValue", @"The values 'substitution', 'list', and 'union' are invalid for the final attribute on complexType.");
        /// <summary>The identity constraint '{0}' has already been declared.</summary>
        internal static string @Sch_DupIdentityConstraint => GetResourceString("Sch_DupIdentityConstraint", @"The identity constraint '{0}' has already been declared.");
        /// <summary>The global element '{0}' has already been declared.</summary>
        internal static string @Sch_DupGlobalElement => GetResourceString("Sch_DupGlobalElement", @"The global element '{0}' has already been declared.");
        /// <summary>The global attribute '{0}' has already been declared.</summary>
        internal static string @Sch_DupGlobalAttribute => GetResourceString("Sch_DupGlobalAttribute", @"The global attribute '{0}' has already been declared.");
        /// <summary>The simpleType '{0}' has already been declared.</summary>
        internal static string @Sch_DupSimpleType => GetResourceString("Sch_DupSimpleType", @"The simpleType '{0}' has already been declared.");
        /// <summary>The complexType '{0}' has already been declared.</summary>
        internal static string @Sch_DupComplexType => GetResourceString("Sch_DupComplexType", @"The complexType '{0}' has already been declared.");
        /// <summary>The group '{0}' has already been declared.</summary>
        internal static string @Sch_DupGroup => GetResourceString("Sch_DupGroup", @"The group '{0}' has already been declared.");
        /// <summary>The attributeGroup '{0}' has already been declared.</summary>
        internal static string @Sch_DupAttributeGroup => GetResourceString("Sch_DupAttributeGroup", @"The attributeGroup '{0}' has already been declared.");
        /// <summary>The notation '{0}' has already been declared.</summary>
        internal static string @Sch_DupNotation => GetResourceString("Sch_DupNotation", @"The notation '{0}' has already been declared.");
        /// <summary>The fixed and default attributes cannot both be present.</summary>
        internal static string @Sch_DefaultFixedAttributes => GetResourceString("Sch_DefaultFixedAttributes", @"The fixed and default attributes cannot both be present.");
        /// <summary>The fixed value constraint on the '{0}' attribute reference must match the fixed value constraint on the declaration.</summary>
        internal static string @Sch_FixedInRef => GetResourceString("Sch_FixedInRef", @"The fixed value constraint on the '{0}' attribute reference must match the fixed value constraint on the declaration.");
        /// <summary>The default value constraint cannot be present on the '{0}' attribute reference if the fixed value constraint is present on the declaration.</summary>
        internal static string @Sch_FixedDefaultInRef => GetResourceString("Sch_FixedDefaultInRef", @"The default value constraint cannot be present on the '{0}' attribute reference if the fixed value constraint is present on the declaration.");
        /// <summary>'{0}' is a duplicate XSD element.</summary>
        internal static string @Sch_DupXsdElement => GetResourceString("Sch_DupXsdElement", @"'{0}' is a duplicate XSD element.");
        /// <summary>The '{0}' attribute cannot be present.</summary>
        internal static string @Sch_ForbiddenAttribute => GetResourceString("Sch_ForbiddenAttribute", @"The '{0}' attribute cannot be present.");
        /// <summary>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.</summary>
        internal static string @Sch_AttributeIgnored => GetResourceString("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.");
        /// <summary>When the ref attribute is present, the type attribute and complexType, simpleType, key, keyref, and unique elements cannot be present.</summary>
        internal static string @Sch_ElementRef => GetResourceString("Sch_ElementRef", @"When the ref attribute is present, the type attribute and complexType, simpleType, key, keyref, and unique elements cannot be present.");
        /// <summary>The type attribute cannot be present with either simpleType or complexType.</summary>
        internal static string @Sch_TypeMutualExclusive => GetResourceString("Sch_TypeMutualExclusive", @"The type attribute cannot be present with either simpleType or complexType.");
        /// <summary>For element declaration, either the name or the ref attribute must be present.</summary>
        internal static string @Sch_ElementNameRef => GetResourceString("Sch_ElementNameRef", @"For element declaration, either the name or the ref attribute must be present.");
        /// <summary>For attribute '{0}', either the name or the ref attribute must be present, but not both.</summary>
        internal static string @Sch_AttributeNameRef => GetResourceString("Sch_AttributeNameRef", @"For attribute '{0}', either the name or the ref attribute must be present, but not both.");
        /// <summary>The following text is not allowed in this context: '{0}'.</summary>
        internal static string @Sch_TextNotAllowed => GetResourceString("Sch_TextNotAllowed", @"The following text is not allowed in this context: '{0}'.");
        /// <summary>Type '{0}' is not declared.</summary>
        internal static string @Sch_UndeclaredType => GetResourceString("Sch_UndeclaredType", @"Type '{0}' is not declared.");
        /// <summary>Type '{0}' is not declared, or is not a simple type.</summary>
        internal static string @Sch_UndeclaredSimpleType => GetResourceString("Sch_UndeclaredSimpleType", @"Type '{0}' is not declared, or is not a simple type.");
        /// <summary>Substitution group refers to '{0}', an undeclared element.</summary>
        internal static string @Sch_UndeclaredEquivClass => GetResourceString("Sch_UndeclaredEquivClass", @"Substitution group refers to '{0}', an undeclared element.");
        /// <summary>An attribute of type ID must have a declared default of either #IMPLIED or #REQUIRED.</summary>
        internal static string @Sch_AttListPresence => GetResourceString("Sch_AttListPresence", @"An attribute of type ID must have a declared default of either #IMPLIED or #REQUIRED.");
        /// <summary>'{0}' is not in the notation list.</summary>
        internal static string @Sch_NotationValue => GetResourceString("Sch_NotationValue", @"'{0}' is not in the notation list.");
        /// <summary>'{0}' is not in the enumeration list.</summary>
        internal static string @Sch_EnumerationValue => GetResourceString("Sch_EnumerationValue", @"'{0}' is not in the enumeration list.");
        /// <summary>The attribute value cannot be empty.</summary>
        internal static string @Sch_EmptyAttributeValue => GetResourceString("Sch_EmptyAttributeValue", @"The attribute value cannot be empty.");
        /// <summary>'{0}' is an invalid language identifier.</summary>
        internal static string @Sch_InvalidLanguageId => GetResourceString("Sch_InvalidLanguageId", @"'{0}' is an invalid language identifier.");
        /// <summary>Invalid xml:space syntax.</summary>
        internal static string @Sch_XmlSpace => GetResourceString("Sch_XmlSpace", @"Invalid xml:space syntax.");
        /// <summary>'{1}' is an invalid value for the '{0}' attribute.</summary>
        internal static string @Sch_InvalidXsdAttributeValue => GetResourceString("Sch_InvalidXsdAttributeValue", @"'{1}' is an invalid value for the '{0}' attribute.");
        /// <summary>The value for the '{0}' attribute is invalid - {1}</summary>
        internal static string @Sch_InvalidXsdAttributeDatatypeValue => GetResourceString("Sch_InvalidXsdAttributeDatatypeValue", @"The value for the '{0}' attribute is invalid - {1}");
        /// <summary>The '{0}' element is invalid - The value '{1}' is invalid according to its datatype '{2}' - {3}</summary>
        internal static string @Sch_ElementValueDataTypeDetailed => GetResourceString("Sch_ElementValueDataTypeDetailed", @"The '{0}' element is invalid - The value '{1}' is invalid according to its datatype '{2}' - {3}");
        /// <summary>The default value '{0}' of element '{1}' is invalid according to the type specified by xsi:type.</summary>
        internal static string @Sch_InvalidElementDefaultValue => GetResourceString("Sch_InvalidElementDefaultValue", @"The default value '{0}' of element '{1}' is invalid according to the type specified by xsi:type.");
        /// <summary>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 wh ...</summary>
        internal static string @Sch_NonDeterministic => GetResourceString("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.");
        /// <summary>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 wit ...</summary>
        internal static string @Sch_NonDeterministicAnyEx => GetResourceString("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.");
        /// <summary>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 impl ...</summary>
        internal static string @Sch_NonDeterministicAnyAny => GetResourceString("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.");
        /// <summary>The standalone document declaration must have a value of 'no'.</summary>
        internal static string @Sch_StandAlone => GetResourceString("Sch_StandAlone", @"The standalone document declaration must have a value of 'no'.");
        /// <summary>The value 'xmlns' cannot be used as the name of an attribute declaration.</summary>
        internal static string @Sch_XmlNsAttribute => GetResourceString("Sch_XmlNsAttribute", @"The value 'xmlns' cannot be used as the name of an attribute declaration.");
        /// <summary>Element '{0}' cannot appear more than once if content model type is "all".</summary>
        internal static string @Sch_AllElement => GetResourceString("Sch_AllElement", @"Element '{0}' cannot appear more than once if content model type is ""all"".");
        /// <summary>The targetNamespace '{0}' of included/redefined schema should be the same as the targetNamespace '{1}' of the including schema.</summary>
        internal static string @Sch_MismatchTargetNamespaceInclude => GetResourceString("Sch_MismatchTargetNamespaceInclude", @"The targetNamespace '{0}' of included/redefined schema should be the same as the targetNamespace '{1}' of the including schema.");
        /// <summary>The namespace attribute '{0}' of an import should be the same value as the targetNamespace '{1}' of the imported schema.</summary>
        internal static string @Sch_MismatchTargetNamespaceImport => GetResourceString("Sch_MismatchTargetNamespaceImport", @"The namespace attribute '{0}' of an import should be the same value as the targetNamespace '{1}' of the imported schema.");
        /// <summary>The targetNamespace parameter '{0}' should be the same value as the targetNamespace '{1}' of the schema.</summary>
        internal static string @Sch_MismatchTargetNamespaceEx => GetResourceString("Sch_MismatchTargetNamespaceEx", @"The targetNamespace parameter '{0}' should be the same value as the targetNamespace '{1}' of the schema.");
        /// <summary>This is an invalid xsi:type '{0}'.</summary>
        internal static string @Sch_XsiTypeNotFound => GetResourceString("Sch_XsiTypeNotFound", @"This is an invalid xsi:type '{0}'.");
        /// <summary>The xsi:type '{0}' cannot be abstract.</summary>
        internal static string @Sch_XsiTypeAbstract => GetResourceString("Sch_XsiTypeAbstract", @"The xsi:type '{0}' cannot be abstract.");
        /// <summary>A list data type must be derived from an atomic or union data type.</summary>
        internal static string @Sch_ListFromNonatomic => GetResourceString("Sch_ListFromNonatomic", @"A list data type must be derived from an atomic or union data type.");
        /// <summary>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.</summary>
        internal static string @Sch_UnionFromUnion => GetResourceString("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.");
        /// <summary>This is a duplicate Length constraining facet.</summary>
        internal static string @Sch_DupLengthFacet => GetResourceString("Sch_DupLengthFacet", @"This is a duplicate Length constraining facet.");
        /// <summary>This is a duplicate MinLength constraining facet.</summary>
        internal static string @Sch_DupMinLengthFacet => GetResourceString("Sch_DupMinLengthFacet", @"This is a duplicate MinLength constraining facet.");
        /// <summary>This is a duplicate MaxLength constraining facet.</summary>
        internal static string @Sch_DupMaxLengthFacet => GetResourceString("Sch_DupMaxLengthFacet", @"This is a duplicate MaxLength constraining facet.");
        /// <summary>This is a duplicate WhiteSpace constraining facet.</summary>
        internal static string @Sch_DupWhiteSpaceFacet => GetResourceString("Sch_DupWhiteSpaceFacet", @"This is a duplicate WhiteSpace constraining facet.");
        /// <summary>This is a duplicate MaxInclusive constraining facet.</summary>
        internal static string @Sch_DupMaxInclusiveFacet => GetResourceString("Sch_DupMaxInclusiveFacet", @"This is a duplicate MaxInclusive constraining facet.");
        /// <summary>This is a duplicate MaxExclusive constraining facet.</summary>
        internal static string @Sch_DupMaxExclusiveFacet => GetResourceString("Sch_DupMaxExclusiveFacet", @"This is a duplicate MaxExclusive constraining facet.");
        /// <summary>This is a duplicate MinInclusive constraining facet.</summary>
        internal static string @Sch_DupMinInclusiveFacet => GetResourceString("Sch_DupMinInclusiveFacet", @"This is a duplicate MinInclusive constraining facet.");
        /// <summary>This is a duplicate MinExclusive constraining facet.</summary>
        internal static string @Sch_DupMinExclusiveFacet => GetResourceString("Sch_DupMinExclusiveFacet", @"This is a duplicate MinExclusive constraining facet.");
        /// <summary>This is a duplicate TotalDigits constraining facet.</summary>
        internal static string @Sch_DupTotalDigitsFacet => GetResourceString("Sch_DupTotalDigitsFacet", @"This is a duplicate TotalDigits constraining facet.");
        /// <summary>This is a duplicate FractionDigits constraining facet.</summary>
        internal static string @Sch_DupFractionDigitsFacet => GetResourceString("Sch_DupFractionDigitsFacet", @"This is a duplicate FractionDigits constraining facet.");
        /// <summary>The length constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_LengthFacetProhibited => GetResourceString("Sch_LengthFacetProhibited", @"The length constraining facet is prohibited for '{0}'.");
        /// <summary>The MinLength constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_MinLengthFacetProhibited => GetResourceString("Sch_MinLengthFacetProhibited", @"The MinLength constraining facet is prohibited for '{0}'.");
        /// <summary>The MaxLength constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_MaxLengthFacetProhibited => GetResourceString("Sch_MaxLengthFacetProhibited", @"The MaxLength constraining facet is prohibited for '{0}'.");
        /// <summary>The Pattern constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_PatternFacetProhibited => GetResourceString("Sch_PatternFacetProhibited", @"The Pattern constraining facet is prohibited for '{0}'.");
        /// <summary>The Enumeration constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_EnumerationFacetProhibited => GetResourceString("Sch_EnumerationFacetProhibited", @"The Enumeration constraining facet is prohibited for '{0}'.");
        /// <summary>The WhiteSpace constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_WhiteSpaceFacetProhibited => GetResourceString("Sch_WhiteSpaceFacetProhibited", @"The WhiteSpace constraining facet is prohibited for '{0}'.");
        /// <summary>The MaxInclusive constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_MaxInclusiveFacetProhibited => GetResourceString("Sch_MaxInclusiveFacetProhibited", @"The MaxInclusive constraining facet is prohibited for '{0}'.");
        /// <summary>The MaxExclusive constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_MaxExclusiveFacetProhibited => GetResourceString("Sch_MaxExclusiveFacetProhibited", @"The MaxExclusive constraining facet is prohibited for '{0}'.");
        /// <summary>The MinInclusive constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_MinInclusiveFacetProhibited => GetResourceString("Sch_MinInclusiveFacetProhibited", @"The MinInclusive constraining facet is prohibited for '{0}'.");
        /// <summary>The MinExclusive constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_MinExclusiveFacetProhibited => GetResourceString("Sch_MinExclusiveFacetProhibited", @"The MinExclusive constraining facet is prohibited for '{0}'.");
        /// <summary>The TotalDigits constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_TotalDigitsFacetProhibited => GetResourceString("Sch_TotalDigitsFacetProhibited", @"The TotalDigits constraining facet is prohibited for '{0}'.");
        /// <summary>The FractionDigits constraining facet is prohibited for '{0}'.</summary>
        internal static string @Sch_FractionDigitsFacetProhibited => GetResourceString("Sch_FractionDigitsFacetProhibited", @"The FractionDigits constraining facet is prohibited for '{0}'.");
        /// <summary>The Length constraining facet is invalid - {0}</summary>
        internal static string @Sch_LengthFacetInvalid => GetResourceString("Sch_LengthFacetInvalid", @"The Length constraining facet is invalid - {0}");
        /// <summary>The MinLength constraining facet is invalid - {0}</summary>
        internal static string @Sch_MinLengthFacetInvalid => GetResourceString("Sch_MinLengthFacetInvalid", @"The MinLength constraining facet is invalid - {0}");
        /// <summary>The MaxLength constraining facet is invalid - {0}</summary>
        internal static string @Sch_MaxLengthFacetInvalid => GetResourceString("Sch_MaxLengthFacetInvalid", @"The MaxLength constraining facet is invalid - {0}");
        /// <summary>The MaxInclusive constraining facet is invalid - {0}</summary>
        internal static string @Sch_MaxInclusiveFacetInvalid => GetResourceString("Sch_MaxInclusiveFacetInvalid", @"The MaxInclusive constraining facet is invalid - {0}");
        /// <summary>The MaxExclusive constraining facet is invalid - {0}</summary>
        internal static string @Sch_MaxExclusiveFacetInvalid => GetResourceString("Sch_MaxExclusiveFacetInvalid", @"The MaxExclusive constraining facet is invalid - {0}");
        /// <summary>The MinInclusive constraining facet is invalid - {0}</summary>
        internal static string @Sch_MinInclusiveFacetInvalid => GetResourceString("Sch_MinInclusiveFacetInvalid", @"The MinInclusive constraining facet is invalid - {0}");
        /// <summary>The MinExclusive constraining facet is invalid - {0}</summary>
        internal static string @Sch_MinExclusiveFacetInvalid => GetResourceString("Sch_MinExclusiveFacetInvalid", @"The MinExclusive constraining facet is invalid - {0}");
        /// <summary>The TotalDigits constraining facet is invalid - {0}</summary>
        internal static string @Sch_TotalDigitsFacetInvalid => GetResourceString("Sch_TotalDigitsFacetInvalid", @"The TotalDigits constraining facet is invalid - {0}");
        /// <summary>The FractionDigits constraining facet is invalid - {0}</summary>
        internal static string @Sch_FractionDigitsFacetInvalid => GetResourceString("Sch_FractionDigitsFacetInvalid", @"The FractionDigits constraining facet is invalid - {0}");
        /// <summary>The Pattern constraining facet is invalid - {0}</summary>
        internal static string @Sch_PatternFacetInvalid => GetResourceString("Sch_PatternFacetInvalid", @"The Pattern constraining facet is invalid - {0}");
        /// <summary>The Enumeration constraining facet is invalid - {0}</summary>
        internal static string @Sch_EnumerationFacetInvalid => GetResourceString("Sch_EnumerationFacetInvalid", @"The Enumeration constraining facet is invalid - {0}");
        /// <summary>The whitespace character, '{0}', is invalid.</summary>
        internal static string @Sch_InvalidWhiteSpace => GetResourceString("Sch_InvalidWhiteSpace", @"The whitespace character, '{0}', is invalid.");
        /// <summary>This is an unknown facet.</summary>
        internal static string @Sch_UnknownFacet => GetResourceString("Sch_UnknownFacet", @"This is an unknown facet.");
        /// <summary>It is an error for both length and minLength or maxLength to be present.</summary>
        internal static string @Sch_LengthAndMinMax => GetResourceString("Sch_LengthAndMinMax", @"It is an error for both length and minLength or maxLength to be present.");
        /// <summary>minLength is greater than maxLength.</summary>
        internal static string @Sch_MinLengthGtMaxLength => GetResourceString("Sch_MinLengthGtMaxLength", @"minLength is greater than maxLength.");
        /// <summary>FractionDigits is greater than TotalDigits.</summary>
        internal static string @Sch_FractionDigitsGtTotalDigits => GetResourceString("Sch_FractionDigitsGtTotalDigits", @"FractionDigits is greater than TotalDigits.");
        /// <summary>The actual length is not equal to the specified length.</summary>
        internal static string @Sch_LengthConstraintFailed => GetResourceString("Sch_LengthConstraintFailed", @"The actual length is not equal to the specified length.");
        /// <summary>The actual length is less than the MinLength value.</summary>
        internal static string @Sch_MinLengthConstraintFailed => GetResourceString("Sch_MinLengthConstraintFailed", @"The actual length is less than the MinLength value.");
        /// <summary>The actual length is greater than the MaxLength value.</summary>
        internal static string @Sch_MaxLengthConstraintFailed => GetResourceString("Sch_MaxLengthConstraintFailed", @"The actual length is greater than the MaxLength value.");
        /// <summary>The Pattern constraint failed.</summary>
        internal static string @Sch_PatternConstraintFailed => GetResourceString("Sch_PatternConstraintFailed", @"The Pattern constraint failed.");
        /// <summary>The Enumeration constraint failed.</summary>
        internal static string @Sch_EnumerationConstraintFailed => GetResourceString("Sch_EnumerationConstraintFailed", @"The Enumeration constraint failed.");
        /// <summary>The MaxInclusive constraint failed.</summary>
        internal static string @Sch_MaxInclusiveConstraintFailed => GetResourceString("Sch_MaxInclusiveConstraintFailed", @"The MaxInclusive constraint failed.");
        /// <summary>The MaxExclusive constraint failed.</summary>
        internal static string @Sch_MaxExclusiveConstraintFailed => GetResourceString("Sch_MaxExclusiveConstraintFailed", @"The MaxExclusive constraint failed.");
        /// <summary>The MinInclusive constraint failed.</summary>
        internal static string @Sch_MinInclusiveConstraintFailed => GetResourceString("Sch_MinInclusiveConstraintFailed", @"The MinInclusive constraint failed.");
        /// <summary>The MinExclusive constraint failed.</summary>
        internal static string @Sch_MinExclusiveConstraintFailed => GetResourceString("Sch_MinExclusiveConstraintFailed", @"The MinExclusive constraint failed.");
        /// <summary>The TotalDigits constraint failed.</summary>
        internal static string @Sch_TotalDigitsConstraintFailed => GetResourceString("Sch_TotalDigitsConstraintFailed", @"The TotalDigits constraint failed.");
        /// <summary>The FractionDigits constraint failed.</summary>
        internal static string @Sch_FractionDigitsConstraintFailed => GetResourceString("Sch_FractionDigitsConstraintFailed", @"The FractionDigits constraint failed.");
        /// <summary>The value '{0}' is not valid according to any of the memberTypes of the union.</summary>
        internal static string @Sch_UnionFailedEx => GetResourceString("Sch_UnionFailedEx", @"The value '{0}' is not valid according to any of the memberTypes of the union.");
        /// <summary>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.</summary>
        internal static string @Sch_NotationRequired => GetResourceString("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.");
        /// <summary>No element type can have more than one NOTATION attribute specified.</summary>
        internal static string @Sch_DupNotationAttribute => GetResourceString("Sch_DupNotationAttribute", @"No element type can have more than one NOTATION attribute specified.");
        /// <summary>NOTATION must have either the Public or System attribute present.</summary>
        internal static string @Sch_MissingPublicSystemAttribute => GetResourceString("Sch_MissingPublicSystemAttribute", @"NOTATION must have either the Public or System attribute present.");
        /// <summary>An attribute of type NOTATION must not be declared on an element declared EMPTY.</summary>
        internal static string @Sch_NotationAttributeOnEmptyElement => GetResourceString("Sch_NotationAttributeOnEmptyElement", @"An attribute of type NOTATION must not be declared on an element declared EMPTY.");
        /// <summary>The Keyref '{0}' cannot find the referred key or unique in scope.</summary>
        internal static string @Sch_RefNotInScope => GetResourceString("Sch_RefNotInScope", @"The Keyref '{0}' cannot find the referred key or unique in scope.");
        /// <summary>The '{0}' identity constraint is not declared.</summary>
        internal static string @Sch_UndeclaredIdentityConstraint => GetResourceString("Sch_UndeclaredIdentityConstraint", @"The '{0}' identity constraint is not declared.");
        /// <summary>Reference to an invalid identity constraint, '{0}'.</summary>
        internal static string @Sch_RefInvalidIdentityConstraint => GetResourceString("Sch_RefInvalidIdentityConstraint", @"Reference to an invalid identity constraint, '{0}'.");
        /// <summary>Keyref '{0}' has different cardinality as the referred key or unique element.</summary>
        internal static string @Sch_RefInvalidCardin => GetResourceString("Sch_RefInvalidCardin", @"Keyref '{0}' has different cardinality as the referred key or unique element.");
        /// <summary>The '{0}' Keyref can refer to key or unique only.</summary>
        internal static string @Sch_ReftoKeyref => GetResourceString("Sch_ReftoKeyref", @"The '{0}' Keyref can refer to key or unique only.");
        /// <summary>The XPath for selector or field cannot be empty.</summary>
        internal static string @Sch_EmptyXPath => GetResourceString("Sch_EmptyXPath", @"The XPath for selector or field cannot be empty.");
        /// <summary>The prefix '{0}' in XPath cannot be resolved.</summary>
        internal static string @Sch_UnresolvedPrefix => GetResourceString("Sch_UnresolvedPrefix", @"The prefix '{0}' in XPath cannot be resolved.");
        /// <summary>The key sequence '{0}' in '{1}' Keyref fails to refer to some key.</summary>
        internal static string @Sch_UnresolvedKeyref => GetResourceString("Sch_UnresolvedKeyref", @"The key sequence '{0}' in '{1}' Keyref fails to refer to some key.");
        /// <summary>'{0}' is an invalid XPath for selector or field.</summary>
        internal static string @Sch_ICXpathError => GetResourceString("Sch_ICXpathError", @"'{0}' is an invalid XPath for selector or field.");
        /// <summary>'{0}' is an invalid XPath for selector. Selector cannot have an XPath selection with an attribute node.</summary>
        internal static string @Sch_SelectorAttr => GetResourceString("Sch_SelectorAttr", @"'{0}' is an invalid XPath for selector. Selector cannot have an XPath selection with an attribute node.");
        /// <summary>The field '{0}' is expecting an element or attribute with simple type or simple content.</summary>
        internal static string @Sch_FieldSimpleTypeExpected => GetResourceString("Sch_FieldSimpleTypeExpected", @"The field '{0}' is expecting an element or attribute with simple type or simple content.");
        /// <summary>The field '{0}' is expecting at the most one value.</summary>
        internal static string @Sch_FieldSingleValueExpected => GetResourceString("Sch_FieldSingleValueExpected", @"The field '{0}' is expecting at the most one value.");
        /// <summary>The identity constraint '{0}' validation has failed. Either a key is missing or the existing key has an empty node.</summary>
        internal static string @Sch_MissingKey => GetResourceString("Sch_MissingKey", @"The identity constraint '{0}' validation has failed. Either a key is missing or the existing key has an empty node.");
        /// <summary>There is a duplicate key sequence '{0}' for the '{1}' key or unique identity constraint.</summary>
        internal static string @Sch_DuplicateKey => GetResourceString("Sch_DuplicateKey", @"There is a duplicate key sequence '{0}' for the '{1}' key or unique identity constraint.");
        /// <summary>The target namespace of an attribute declaration, whether local or global, must not match http://www.w3.org/2001/XMLSchema-instance.</summary>
        internal static string @Sch_TargetNamespaceXsi => GetResourceString("Sch_TargetNamespaceXsi", @"The target namespace of an attribute declaration, whether local or global, must not match http://www.w3.org/2001/XMLSchema-instance.");
        /// <summary>Reference to an undeclared entity, '{0}'.</summary>
        internal static string @Sch_UndeclaredEntity => GetResourceString("Sch_UndeclaredEntity", @"Reference to an undeclared entity, '{0}'.");
        /// <summary>Reference to an unparsed entity, '{0}'.</summary>
        internal static string @Sch_UnparsedEntityRef => GetResourceString("Sch_UnparsedEntityRef", @"Reference to an unparsed entity, '{0}'.");
        /// <summary>The value for the 'maxOccurs' attribute must be xsd:nonNegativeInteger or 'unbounded'.</summary>
        internal static string @Sch_MaxOccursInvalidXsd => GetResourceString("Sch_MaxOccursInvalidXsd", @"The value for the 'maxOccurs' attribute must be xsd:nonNegativeInteger or 'unbounded'.");
        /// <summary>The value for the 'minOccurs' attribute must be xsd:nonNegativeInteger.</summary>
        internal static string @Sch_MinOccursInvalidXsd => GetResourceString("Sch_MinOccursInvalidXsd", @"The value for the 'minOccurs' attribute must be xsd:nonNegativeInteger.");
        /// <summary>'maxInclusive' and 'maxExclusive' cannot both be specified for the same data type.</summary>
        internal static string @Sch_MaxInclusiveExclusive => GetResourceString("Sch_MaxInclusiveExclusive", @"'maxInclusive' and 'maxExclusive' cannot both be specified for the same data type.");
        /// <summary>'minInclusive' and 'minExclusive' cannot both be specified for the same data type.</summary>
        internal static string @Sch_MinInclusiveExclusive => GetResourceString("Sch_MinInclusiveExclusive", @"'minInclusive' and 'minExclusive' cannot both be specified for the same data type.");
        /// <summary>The value specified for 'minInclusive' cannot be greater than the value specified for 'maxInclusive' for the same data type.</summary>
        internal static string @Sch_MinInclusiveGtMaxInclusive => GetResourceString("Sch_MinInclusiveGtMaxInclusive", @"The value specified for 'minInclusive' cannot be greater than the value specified for 'maxInclusive' for the same data type.");
        /// <summary>The value specified for 'minExclusive' cannot be greater than the value specified for 'maxExclusive' for the same data type.</summary>
        internal static string @Sch_MinExclusiveGtMaxExclusive => GetResourceString("Sch_MinExclusiveGtMaxExclusive", @"The value specified for 'minExclusive' cannot be greater than the value specified for 'maxExclusive' for the same data type.");
        /// <summary>The value specified for 'minInclusive' cannot be greater than the value specified for 'maxExclusive' for the same data type.</summary>
        internal static string @Sch_MinInclusiveGtMaxExclusive => GetResourceString("Sch_MinInclusiveGtMaxExclusive", @"The value specified for 'minInclusive' cannot be greater than the value specified for 'maxExclusive' for the same data type.");
        /// <summary>The value specified for 'minExclusive' cannot be greater than the value specified for 'maxInclusive' for the same data type.</summary>
        internal static string @Sch_MinExclusiveGtMaxInclusive => GetResourceString("Sch_MinExclusiveGtMaxInclusive", @"The value specified for 'minExclusive' cannot be greater than the value specified for 'maxInclusive' for the same data type.");
        /// <summary>'simpleType' should be the first child of restriction.</summary>
        internal static string @Sch_SimpleTypeRestriction => GetResourceString("Sch_SimpleTypeRestriction", @"'simpleType' should be the first child of restriction.");
        /// <summary>Facet should go before 'attribute', 'attributeGroup', or 'anyAttribute'.</summary>
        internal static string @Sch_InvalidFacetPosition => GetResourceString("Sch_InvalidFacetPosition", @"Facet should go before 'attribute', 'attributeGroup', or 'anyAttribute'.");
        /// <summary>'{0}' and content model are mutually exclusive.</summary>
        internal static string @Sch_AttributeMutuallyExclusive => GetResourceString("Sch_AttributeMutuallyExclusive", @"'{0}' and content model are mutually exclusive.");
        /// <summary>'anyAttribute' must be the last child.</summary>
        internal static string @Sch_AnyAttributeLastChild => GetResourceString("Sch_AnyAttributeLastChild", @"'anyAttribute' must be the last child.");
        /// <summary>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'; f ...</summary>
        internal static string @Sch_ComplexTypeContentModel => GetResourceString("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'.");
        /// <summary>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'.</summary>
        internal static string @Sch_ComplexContentContentModel => GetResourceString("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'.");
        /// <summary>Carriage return (#xD), line feed (#xA), and tab (#x9) characters are not allowed in xs:normalizedString.</summary>
        internal static string @Sch_NotNormalizedString => GetResourceString("Sch_NotNormalizedString", @"Carriage return (#xD), line feed (#xA), and tab (#x9) characters are not allowed in xs:normalizedString.");
        /// <summary>FractionDigits should be equal to 0 on types other then decimal.</summary>
        internal static string @Sch_FractionDigitsNotOnDecimal => GetResourceString("Sch_FractionDigitsNotOnDecimal", @"FractionDigits should be equal to 0 on types other then decimal.");
        /// <summary>Element '{0}' must have no character or element children.</summary>
        internal static string @Sch_ContentInNill => GetResourceString("Sch_ContentInNill", @"Element '{0}' must have no character or element children.");
        /// <summary>Could not find schema information for the element '{0}'.</summary>
        internal static string @Sch_NoElementSchemaFound => GetResourceString("Sch_NoElementSchemaFound", @"Could not find schema information for the element '{0}'.");
        /// <summary>Could not find schema information for the attribute '{0}'.</summary>
        internal static string @Sch_NoAttributeSchemaFound => GetResourceString("Sch_NoAttributeSchemaFound", @"Could not find schema information for the attribute '{0}'.");
        /// <summary>The Namespace '{0}' is an invalid URI.</summary>
        internal static string @Sch_InvalidNamespace => GetResourceString("Sch_InvalidNamespace", @"The Namespace '{0}' is an invalid URI.");
        /// <summary>The targetNamespace attribute cannot have empty string as its value.</summary>
        internal static string @Sch_InvalidTargetNamespaceAttribute => GetResourceString("Sch_InvalidTargetNamespaceAttribute", @"The targetNamespace attribute cannot have empty string as its value.");
        /// <summary>The namespace attribute cannot have empty string as its value.</summary>
        internal static string @Sch_InvalidNamespaceAttribute => GetResourceString("Sch_InvalidNamespaceAttribute", @"The namespace attribute cannot have empty string as its value.");
        /// <summary>The SchemaLocation '{0}' is an invalid URI.</summary>
        internal static string @Sch_InvalidSchemaLocation => GetResourceString("Sch_InvalidSchemaLocation", @"The SchemaLocation '{0}' is an invalid URI.");
        /// <summary>Namespace attribute of an import must not match the real value of the enclosing targetNamespace of the &lt;schema&gt;.</summary>
        internal static string @Sch_ImportTargetNamespace => GetResourceString("Sch_ImportTargetNamespace", @"Namespace attribute of an import must not match the real value of the enclosing targetNamespace of the <schema>.");
        /// <summary>The enclosing &lt;schema&gt; must have a targetNamespace, if the Namespace attribute is absent on the import element.</summary>
        internal static string @Sch_ImportTargetNamespaceNull => GetResourceString("Sch_ImportTargetNamespaceNull", @"The enclosing <schema> must have a targetNamespace, if the Namespace attribute is absent on the import element.");
        /// <summary>Double redefine for group.</summary>
        internal static string @Sch_GroupDoubleRedefine => GetResourceString("Sch_GroupDoubleRedefine", @"Double redefine for group.");
        /// <summary>Cannot find a {0} with name '{1}' to redefine.</summary>
        internal static string @Sch_ComponentRedefineNotFound => GetResourceString("Sch_ComponentRedefineNotFound", @"Cannot find a {0} with name '{1}' to redefine.");
        /// <summary>No group to redefine.</summary>
        internal static string @Sch_GroupRedefineNotFound => GetResourceString("Sch_GroupRedefineNotFound", @"No group to redefine.");
        /// <summary>Double redefine for attribute group.</summary>
        internal static string @Sch_AttrGroupDoubleRedefine => GetResourceString("Sch_AttrGroupDoubleRedefine", @"Double redefine for attribute group.");
        /// <summary>No attribute group to redefine.</summary>
        internal static string @Sch_AttrGroupRedefineNotFound => GetResourceString("Sch_AttrGroupRedefineNotFound", @"No attribute group to redefine.");
        /// <summary>Double redefine for complex type.</summary>
        internal static string @Sch_ComplexTypeDoubleRedefine => GetResourceString("Sch_ComplexTypeDoubleRedefine", @"Double redefine for complex type.");
        /// <summary>No complex type to redefine.</summary>
        internal static string @Sch_ComplexTypeRedefineNotFound => GetResourceString("Sch_ComplexTypeRedefineNotFound", @"No complex type to redefine.");
        /// <summary>Cannot redefine a simple type as complex type.</summary>
        internal static string @Sch_SimpleToComplexTypeRedefine => GetResourceString("Sch_SimpleToComplexTypeRedefine", @"Cannot redefine a simple type as complex type.");
        /// <summary>Double redefine for simple type.</summary>
        internal static string @Sch_SimpleTypeDoubleRedefine => GetResourceString("Sch_SimpleTypeDoubleRedefine", @"Double redefine for simple type.");
        /// <summary>Cannot redefine a complex type as simple type.</summary>
        internal static string @Sch_ComplexToSimpleTypeRedefine => GetResourceString("Sch_ComplexToSimpleTypeRedefine", @"Cannot redefine a complex type as simple type.");
        /// <summary>No simple type to redefine.</summary>
        internal static string @Sch_SimpleTypeRedefineNotFound => GetResourceString("Sch_SimpleTypeRedefineNotFound", @"No simple type to redefine.");
        /// <summary>When group is redefined, the real value of both minOccurs and maxOccurs attribute must be 1 (or absent).</summary>
        internal static string @Sch_MinMaxGroupRedefine => GetResourceString("Sch_MinMaxGroupRedefine", @"When group is redefined, the real value of both minOccurs and maxOccurs attribute must be 1 (or absent).");
        /// <summary>Multiple self-reference within a group is redefined.</summary>
        internal static string @Sch_MultipleGroupSelfRef => GetResourceString("Sch_MultipleGroupSelfRef", @"Multiple self-reference within a group is redefined.");
        /// <summary>Multiple self-reference within an attribute group is redefined.</summary>
        internal static string @Sch_MultipleAttrGroupSelfRef => GetResourceString("Sch_MultipleAttrGroupSelfRef", @"Multiple self-reference within an attribute group is redefined.");
        /// <summary>If type is being redefined, the base type has to be self-referenced.</summary>
        internal static string @Sch_InvalidTypeRedefine => GetResourceString("Sch_InvalidTypeRedefine", @"If type is being redefined, the base type has to be self-referenced.");
        /// <summary>If ref is present, all of &lt;complexType&gt;, &lt;simpleType&gt;, &lt;key&gt;, &lt;keyref&gt;, &lt;unique&gt;, nillable, default, fixed, form, block, and type must be absent.</summary>
        internal static string @Sch_InvalidElementRef => GetResourceString("Sch_InvalidElementRef", @"If ref is present, all of <complexType>, <simpleType>, <key>, <keyref>, <unique>, nillable, default, fixed, form, block, and type must be absent.");
        /// <summary>minOccurs value cannot be greater than maxOccurs value.</summary>
        internal static string @Sch_MinGtMax => GetResourceString("Sch_MinGtMax", @"minOccurs value cannot be greater than maxOccurs value.");
        /// <summary>Selector cannot appear twice in one identity constraint.</summary>
        internal static string @Sch_DupSelector => GetResourceString("Sch_DupSelector", @"Selector cannot appear twice in one identity constraint.");
        /// <summary>Selector must be present.</summary>
        internal static string @Sch_IdConstraintNoSelector => GetResourceString("Sch_IdConstraintNoSelector", @"Selector must be present.");
        /// <summary>At least one field must be present.</summary>
        internal static string @Sch_IdConstraintNoFields => GetResourceString("Sch_IdConstraintNoFields", @"At least one field must be present.");
        /// <summary>The referring attribute must be present.</summary>
        internal static string @Sch_IdConstraintNoRefer => GetResourceString("Sch_IdConstraintNoRefer", @"The referring attribute must be present.");
        /// <summary>Cannot define fields before selector.</summary>
        internal static string @Sch_SelectorBeforeFields => GetResourceString("Sch_SelectorBeforeFields", @"Cannot define fields before selector.");
        /// <summary>SimpleType content is missing.</summary>
        internal static string @Sch_NoSimpleTypeContent => GetResourceString("Sch_NoSimpleTypeContent", @"SimpleType content is missing.");
        /// <summary>SimpleType restriction should have either the base attribute or a simpleType child, but not both.</summary>
        internal static string @Sch_SimpleTypeRestRefBase => GetResourceString("Sch_SimpleTypeRestRefBase", @"SimpleType restriction should have either the base attribute or a simpleType child, but not both.");
        /// <summary>SimpleType restriction should have either the base attribute or a simpleType child to indicate the base type for the derivation.</summary>
        internal static string @Sch_SimpleTypeRestRefBaseNone => GetResourceString("Sch_SimpleTypeRestRefBaseNone", @"SimpleType restriction should have either the base attribute or a simpleType child to indicate the base type for the derivation.");
        /// <summary>SimpleType list should have either the itemType attribute or a simpleType child, but not both.</summary>
        internal static string @Sch_SimpleTypeListRefBase => GetResourceString("Sch_SimpleTypeListRefBase", @"SimpleType list should have either the itemType attribute or a simpleType child, but not both.");
        /// <summary>SimpleType list should have either the itemType attribute or a simpleType child to indicate the itemType of the list.</summary>
        internal static string @Sch_SimpleTypeListRefBaseNone => GetResourceString("Sch_SimpleTypeListRefBaseNone", @"SimpleType list should have either the itemType attribute or a simpleType child to indicate the itemType of the list.");
        /// <summary>Either the memberTypes attribute must be non-empty or there must be at least one simpleType child.</summary>
        internal static string @Sch_SimpleTypeUnionNoBase => GetResourceString("Sch_SimpleTypeUnionNoBase", @"Either the memberTypes attribute must be non-empty or there must be at least one simpleType child.");
        /// <summary>'restriction' or 'extension' child is required for complexType '{0}' in namespace '{1}', because it has a simpleContent or complexContent child.</summary>
        internal static string @Sch_NoRestOrExtQName => GetResourceString("Sch_NoRestOrExtQName", @"'restriction' or 'extension' child is required for complexType '{0}' in namespace '{1}', because it has a simpleContent or complexContent child.");
        /// <summary>'restriction' or 'extension' child is required for complexType with simpleContent or complexContent child.</summary>
        internal static string @Sch_NoRestOrExt => GetResourceString("Sch_NoRestOrExt", @"'restriction' or 'extension' child is required for complexType with simpleContent or complexContent child.");
        /// <summary>'sequence', 'choice', or 'all' child is required.</summary>
        internal static string @Sch_NoGroupParticle => GetResourceString("Sch_NoGroupParticle", @"'sequence', 'choice', or 'all' child is required.");
        /// <summary>'all' must have 'minOccurs' value of 0 or 1.</summary>
        internal static string @Sch_InvalidAllMin => GetResourceString("Sch_InvalidAllMin", @"'all' must have 'minOccurs' value of 0 or 1.");
        /// <summary>'all' must have a 'maxOccurs' value of 1.</summary>
        internal static string @Sch_InvalidAllMax => GetResourceString("Sch_InvalidAllMax", @"'all' must have a 'maxOccurs' value of 1.");
        /// <summary>The 'value' attribute must be present in facet.</summary>
        internal static string @Sch_InvalidFacet => GetResourceString("Sch_InvalidFacet", @"The 'value' attribute must be present in facet.");
        /// <summary>The element '{0}' is abstract or its type is abstract.</summary>
        internal static string @Sch_AbstractElement => GetResourceString("Sch_AbstractElement", @"The element '{0}' is abstract or its type is abstract.");
        /// <summary>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.</summary>
        internal static string @Sch_XsiTypeBlockedEx => GetResourceString("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.");
        /// <summary>If the 'nillable' attribute is false in the schema, the 'xsi:nil' attribute must not be present in the instance.</summary>
        internal static string @Sch_InvalidXsiNill => GetResourceString("Sch_InvalidXsiNill", @"If the 'nillable' attribute is false in the schema, the 'xsi:nil' attribute must not be present in the instance.");
        /// <summary>Element '{0}' cannot substitute in place of head element '{1}' because it has block='substitution'.</summary>
        internal static string @Sch_SubstitutionNotAllowed => GetResourceString("Sch_SubstitutionNotAllowed", @"Element '{0}' cannot substitute in place of head element '{1}' because it has block='substitution'.");
        /// <summary>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'.</summary>
        internal static string @Sch_SubstitutionBlocked => GetResourceString("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'.");
        /// <summary>The element '{0}' cannot contain child element '{1}' because the parent element's content model is empty.</summary>
        internal static string @Sch_InvalidElementInEmptyEx => GetResourceString("Sch_InvalidElementInEmptyEx", @"The element '{0}' cannot contain child element '{1}' because the parent element's content model is empty.");
        /// <summary>The element '{0}' cannot contain child element '{1}' because the parent element's content model is text only.</summary>
        internal static string @Sch_InvalidElementInTextOnlyEx => GetResourceString("Sch_InvalidElementInTextOnlyEx", @"The element '{0}' cannot contain child element '{1}' because the parent element's content model is text only.");
        /// <summary>The element {0} cannot contain text.</summary>
        internal static string @Sch_InvalidTextInElement => GetResourceString("Sch_InvalidTextInElement", @"The element {0} cannot contain text.");
        /// <summary>The element {0} has invalid child element {1}.</summary>
        internal static string @Sch_InvalidElementContent => GetResourceString("Sch_InvalidElementContent", @"The element {0} has invalid child element {1}.");
        /// <summary>The element {0} has invalid child element {1} - {2}</summary>
        internal static string @Sch_InvalidElementContentComplex => GetResourceString("Sch_InvalidElementContentComplex", @"The element {0} has invalid child element {1} - {2}");
        /// <summary>The element {0} has incomplete content.</summary>
        internal static string @Sch_IncompleteContent => GetResourceString("Sch_IncompleteContent", @"The element {0} has incomplete content.");
        /// <summary>The element {0} has incomplete content - {2}</summary>
        internal static string @Sch_IncompleteContentComplex => GetResourceString("Sch_IncompleteContentComplex", @"The element {0} has incomplete content - {2}");
        /// <summary>The element {0} cannot contain text. List of possible elements expected: {1}.</summary>
        internal static string @Sch_InvalidTextInElementExpecting => GetResourceString("Sch_InvalidTextInElementExpecting", @"The element {0} cannot contain text. List of possible elements expected: {1}.");
        /// <summary>The element {0} has invalid child element {1}. List of possible elements expected: {2}.</summary>
        internal static string @Sch_InvalidElementContentExpecting => GetResourceString("Sch_InvalidElementContentExpecting", @"The element {0} has invalid child element {1}. List of possible elements expected: {2}.");
        /// <summary>The element {0} has invalid child element {1}. List of possible elements expected: {2}. {3}</summary>
        internal static string @Sch_InvalidElementContentExpectingComplex => GetResourceString("Sch_InvalidElementContentExpectingComplex", @"The element {0} has invalid child element {1}. List of possible elements expected: {2}. {3}");
        /// <summary>The element {0} has incomplete content. List of possible elements expected: {1}.</summary>
        internal static string @Sch_IncompleteContentExpecting => GetResourceString("Sch_IncompleteContentExpecting", @"The element {0} has incomplete content. List of possible elements expected: {1}.");
        /// <summary>The element {0} has incomplete content. List of possible elements expected: {1}. {2}</summary>
        internal static string @Sch_IncompleteContentExpectingComplex => GetResourceString("Sch_IncompleteContentExpectingComplex", @"The element {0} has incomplete content. List of possible elements expected: {1}. {2}");
        /// <summary>The element {0} cannot substitute for a local element {1} expected in that position.</summary>
        internal static string @Sch_InvalidElementSubstitution => GetResourceString("Sch_InvalidElementSubstitution", @"The element {0} cannot substitute for a local element {1} expected in that position.");
        /// <summary>'{0}' in namespace '{1}'</summary>
        internal static string @Sch_ElementNameAndNamespace => GetResourceString("Sch_ElementNameAndNamespace", @"'{0}' in namespace '{1}'");
        /// <summary>'{0}'</summary>
        internal static string @Sch_ElementName => GetResourceString("Sch_ElementName", @"'{0}'");
        /// <summary>{0}as well as</summary>
        internal static string @Sch_ContinuationString => GetResourceString("Sch_ContinuationString", @"{0}as well as");
        /// <summary>any element in namespace '{0}'</summary>
        internal static string @Sch_AnyElementNS => GetResourceString("Sch_AnyElementNS", @"any element in namespace '{0}'");
        /// <summary>any element</summary>
        internal static string @Sch_AnyElement => GetResourceString("Sch_AnyElement", @"any element");
        /// <summary>The element cannot contain text. Content model is empty.</summary>
        internal static string @Sch_InvalidTextInEmpty => GetResourceString("Sch_InvalidTextInEmpty", @"The element cannot contain text. Content model is empty.");
        /// <summary>The element cannot contain whitespace. Content model is empty.</summary>
        internal static string @Sch_InvalidWhitespaceInEmpty => GetResourceString("Sch_InvalidWhitespaceInEmpty", @"The element cannot contain whitespace. Content model is empty.");
        /// <summary>The element cannot contain comment or processing instruction. Content model is empty.</summary>
        internal static string @Sch_InvalidPIComment => GetResourceString("Sch_InvalidPIComment", @"The element cannot contain comment or processing instruction. Content model is empty.");
        /// <summary>If ref is present, all of 'simpleType', 'form', 'type', and 'use' must be absent.</summary>
        internal static string @Sch_InvalidAttributeRef => GetResourceString("Sch_InvalidAttributeRef", @"If ref is present, all of 'simpleType', 'form', 'type', and 'use' must be absent.");
        /// <summary>The 'use' attribute must be optional (or absent) if the default attribute is present.</summary>
        internal static string @Sch_OptionalDefaultAttribute => GetResourceString("Sch_OptionalDefaultAttribute", @"The 'use' attribute must be optional (or absent) if the default attribute is present.");
        /// <summary>Circular attribute reference.</summary>
        internal static string @Sch_AttributeCircularRef => GetResourceString("Sch_AttributeCircularRef", @"Circular attribute reference.");
        /// <summary>Circular identity constraint reference.</summary>
        internal static string @Sch_IdentityConstraintCircularRef => GetResourceString("Sch_IdentityConstraintCircularRef", @"Circular identity constraint reference.");
        /// <summary>Circular substitution group affiliation.</summary>
        internal static string @Sch_SubstitutionCircularRef => GetResourceString("Sch_SubstitutionCircularRef", @"Circular substitution group affiliation.");
        /// <summary>Invalid namespace in 'anyAttribute'.</summary>
        internal static string @Sch_InvalidAnyAttribute => GetResourceString("Sch_InvalidAnyAttribute", @"Invalid namespace in 'anyAttribute'.");
        /// <summary>Duplicate ID attribute.</summary>
        internal static string @Sch_DupIdAttribute => GetResourceString("Sch_DupIdAttribute", @"Duplicate ID attribute.");
        /// <summary>The 'maxOccurs' attribute of all the particles of an 'all' group must be 0 or 1.</summary>
        internal static string @Sch_InvalidAllElementMax => GetResourceString("Sch_InvalidAllElementMax", @"The 'maxOccurs' attribute of all the particles of an 'all' group must be 0 or 1.");
        /// <summary>Invalid namespace in 'any'.</summary>
        internal static string @Sch_InvalidAny => GetResourceString("Sch_InvalidAny", @"Invalid namespace in 'any'.");
        /// <summary>The value of the namespace attribute of the element or attribute wildcard is invalid - {0}</summary>
        internal static string @Sch_InvalidAnyDetailed => GetResourceString("Sch_InvalidAnyDetailed", @"The value of the namespace attribute of the element or attribute wildcard is invalid - {0}");
        /// <summary>Element '{0}' cannot be nominated as the 'substitutionGroup' of any other declaration.</summary>
        internal static string @Sch_InvalidExamplar => GetResourceString("Sch_InvalidExamplar", @"Element '{0}' cannot be nominated as the 'substitutionGroup' of any other declaration.");
        /// <summary>Reference to undeclared substitution group affiliation.</summary>
        internal static string @Sch_NoExamplar => GetResourceString("Sch_NoExamplar", @"Reference to undeclared substitution group affiliation.");
        /// <summary>'{0}' cannot be a member of substitution group with head element '{1}'.</summary>
        internal static string @Sch_InvalidSubstitutionMember => GetResourceString("Sch_InvalidSubstitutionMember", @"'{0}' cannot be a member of substitution group with head element '{1}'.");
        /// <summary>'SchemaLocation' must successfully resolve if &lt;redefine&gt; contains any child other than &lt;annotation&gt;.</summary>
        internal static string @Sch_RedefineNoSchema => GetResourceString("Sch_RedefineNoSchema", @"'SchemaLocation' must successfully resolve if <redefine> contains any child other than <annotation>.");
        /// <summary>The '{0}' attribute is not allowed.</summary>
        internal static string @Sch_ProhibitedAttribute => GetResourceString("Sch_ProhibitedAttribute", @"The '{0}' attribute is not allowed.");
        /// <summary>Circular type reference.</summary>
        internal static string @Sch_TypeCircularRef => GetResourceString("Sch_TypeCircularRef", @"Circular type reference.");
        /// <summary>Two distinct members of the attribute uses must not have type definitions which are both xs:ID or are derived from xs:ID.</summary>
        internal static string @Sch_TwoIdAttrUses => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @Sch_AttrUseAndWildId => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @Sch_MoreThanOneWildId => GetResourceString("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.");
        /// <summary>The base type is the final extension.</summary>
        internal static string @Sch_BaseFinalExtension => GetResourceString("Sch_BaseFinalExtension", @"The base type is the final extension.");
        /// <summary>The content type of the base type must be a simple type definition or it must be mixed, and simpleType child must be present.</summary>
        internal static string @Sch_NotSimpleContent => GetResourceString("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.");
        /// <summary>The content type of the base type must not be a simple type definition.</summary>
        internal static string @Sch_NotComplexContent => GetResourceString("Sch_NotComplexContent", @"The content type of the base type must not be a simple type definition.");
        /// <summary>The base type is final restriction.</summary>
        internal static string @Sch_BaseFinalRestriction => GetResourceString("Sch_BaseFinalRestriction", @"The base type is final restriction.");
        /// <summary>The base type is the final list.</summary>
        internal static string @Sch_BaseFinalList => GetResourceString("Sch_BaseFinalList", @"The base type is the final list.");
        /// <summary>The base type is the final union.</summary>
        internal static string @Sch_BaseFinalUnion => GetResourceString("Sch_BaseFinalUnion", @"The base type is the final union.");
        /// <summary>Undefined complexType '{0}' is used as a base for complex type restriction.</summary>
        internal static string @Sch_UndefBaseRestriction => GetResourceString("Sch_UndefBaseRestriction", @"Undefined complexType '{0}' is used as a base for complex type restriction.");
        /// <summary>Undefined complexType '{0}' is used as a base for complex type extension.</summary>
        internal static string @Sch_UndefBaseExtension => GetResourceString("Sch_UndefBaseExtension", @"Undefined complexType '{0}' is used as a base for complex type extension.");
        /// <summary>The derived type and the base type must have the same content type.</summary>
        internal static string @Sch_DifContentType => GetResourceString("Sch_DifContentType", @"The derived type and the base type must have the same content type.");
        /// <summary>Invalid content type derivation by restriction.</summary>
        internal static string @Sch_InvalidContentRestriction => GetResourceString("Sch_InvalidContentRestriction", @"Invalid content type derivation by restriction.");
        /// <summary>Invalid content type derivation by restriction. {0}</summary>
        internal static string @Sch_InvalidContentRestrictionDetailed => GetResourceString("Sch_InvalidContentRestrictionDetailed", @"Invalid content type derivation by restriction. {0}");
        /// <summary>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).</summary>
        internal static string @Sch_InvalidBaseToEmpty => GetResourceString("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).");
        /// <summary>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).</summary>
        internal static string @Sch_InvalidBaseToMixed => GetResourceString("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).");
        /// <summary>The attribute '{0}' already exists.</summary>
        internal static string @Sch_DupAttributeUse => GetResourceString("Sch_DupAttributeUse", @"The attribute '{0}' already exists.");
        /// <summary>Invalid particle derivation by restriction.</summary>
        internal static string @Sch_InvalidParticleRestriction => GetResourceString("Sch_InvalidParticleRestriction", @"Invalid particle derivation by restriction.");
        /// <summary>Invalid particle derivation by restriction - '{0}'.</summary>
        internal static string @Sch_InvalidParticleRestrictionDetailed => GetResourceString("Sch_InvalidParticleRestrictionDetailed", @"Invalid particle derivation by restriction - '{0}'.");
        /// <summary>'Choice' or 'any' is forbidden as derived particle when the base particle is 'all'.</summary>
        internal static string @Sch_ForbiddenDerivedParticleForAll => GetResourceString("Sch_ForbiddenDerivedParticleForAll", @"'Choice' or 'any' is forbidden as derived particle when the base particle is 'all'.");
        /// <summary>Only 'element' is valid as derived particle when the base particle is 'element'.</summary>
        internal static string @Sch_ForbiddenDerivedParticleForElem => GetResourceString("Sch_ForbiddenDerivedParticleForElem", @"Only 'element' is valid as derived particle when the base particle is 'element'.");
        /// <summary>'All' or 'any' is forbidden as derived particle when the base particle is 'choice'.</summary>
        internal static string @Sch_ForbiddenDerivedParticleForChoice => GetResourceString("Sch_ForbiddenDerivedParticleForChoice", @"'All' or 'any' is forbidden as derived particle when the base particle is 'choice'.");
        /// <summary>'All', 'any', and 'choice' are forbidden as derived particles when the base particle is 'sequence'.</summary>
        internal static string @Sch_ForbiddenDerivedParticleForSeq => GetResourceString("Sch_ForbiddenDerivedParticleForSeq", @"'All', 'any', and 'choice' are forbidden as derived particles when the base particle is 'sequence'.");
        /// <summary>Derived element '{0}' is not a valid restriction of base element '{1}' according to Elt:Elt -- NameAndTypeOK.</summary>
        internal static string @Sch_ElementFromElement => GetResourceString("Sch_ElementFromElement", @"Derived element '{0}' is not a valid restriction of base element '{1}' according to Elt:Elt -- NameAndTypeOK.");
        /// <summary>The namespace of element '{0}'is not valid with respect to the wildcard's namespace constraint in the base, Elt:Any -- NSCompat Rule 1.</summary>
        internal static string @Sch_ElementFromAnyRule1 => GetResourceString("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.");
        /// <summary>The occurrence range of element '{0}'is not a valid restriction of the wildcard's occurrence range in the base, Elt:Any -- NSCompat Rule2.</summary>
        internal static string @Sch_ElementFromAnyRule2 => GetResourceString("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.");
        /// <summary>The derived wildcard's occurrence range is not a valid restriction of the base wildcard's occurrence range, Any:Any -- NSSubset Rule 1.</summary>
        internal static string @Sch_AnyFromAnyRule1 => GetResourceString("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.");
        /// <summary>The derived wildcard's namespace constraint must be an intensional subset of the base wildcard's namespace constraint, Any:Any -- NSSubset Rule2.</summary>
        internal static string @Sch_AnyFromAnyRule2 => GetResourceString("Sch_AnyFromAnyRule2", @"The derived wildcard's namespace constraint must be an intensional subset of the base wildcard's namespace constraint, Any:Any -- NSSubset Rule2.");
        /// <summary>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.</summary>
        internal static string @Sch_AnyFromAnyRule3 => GetResourceString("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.");
        /// <summary>Every member of the derived group particle must be a valid restriction of the base wildcard, NSRecurseCheckCardinality Rule 1.</summary>
        internal static string @Sch_GroupBaseFromAny1 => GetResourceString("Sch_GroupBaseFromAny1", @"Every member of the derived group particle must be a valid restriction of the base wildcard, NSRecurseCheckCardinality Rule 1.");
        /// <summary>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.</summary>
        internal static string @Sch_GroupBaseFromAny2 => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @Sch_ElementFromGroupBase1 => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @Sch_ElementFromGroupBase2 => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @Sch_ElementFromGroupBase3 => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @Sch_GroupBaseRestRangeInvalid => GetResourceString("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.");
        /// <summary>The derived particle cannot have more members than the base particle - All:All,Sequence:Sequence -- Recurse Rule 2 / Choice:Choice -- RecurseLax.</summary>
        internal static string @Sch_GroupBaseRestNoMap => GetResourceString("Sch_GroupBaseRestNoMap", @"The derived particle cannot have more members than the base particle - All:All,Sequence:Sequence -- Recurse Rule 2 / Choice:Choice -- RecurseLax.");
        /// <summary>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.</summary>
        internal static string @Sch_GroupBaseRestNotEmptiable => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @Sch_SeqFromAll => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @Sch_SeqFromChoice => GetResourceString("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.");
        /// <summary>Reference to undeclared model group '{0}'.</summary>
        internal static string @Sch_UndefGroupRef => GetResourceString("Sch_UndefGroupRef", @"Reference to undeclared model group '{0}'.");
        /// <summary>Circular group reference.</summary>
        internal static string @Sch_GroupCircularRef => GetResourceString("Sch_GroupCircularRef", @"Circular group reference.");
        /// <summary>The group ref to 'all' is not the root particle, or it is being used as an extension.</summary>
        internal static string @Sch_AllRefNotRoot => GetResourceString("Sch_AllRefNotRoot", @"The group ref to 'all' is not the root particle, or it is being used as an extension.");
        /// <summary>The group ref to 'all' must have 'minOccurs' = 0 or 1 and 'maxOccurs' = 1.</summary>
        internal static string @Sch_AllRefMinMax => GetResourceString("Sch_AllRefMinMax", @"The group ref to 'all' must have 'minOccurs' = 0 or 1 and 'maxOccurs' = 1.");
        /// <summary>'all' is not the only particle in a group, or is being used as an extension.</summary>
        internal static string @Sch_NotAllAlone => GetResourceString("Sch_NotAllAlone", @"'all' is not the only particle in a group, or is being used as an extension.");
        /// <summary>Circular attribute group reference.</summary>
        internal static string @Sch_AttributeGroupCircularRef => GetResourceString("Sch_AttributeGroupCircularRef", @"Circular attribute group reference.");
        /// <summary>Reference to undeclared attribute group '{0}'.</summary>
        internal static string @Sch_UndefAttributeGroupRef => GetResourceString("Sch_UndefAttributeGroupRef", @"Reference to undeclared attribute group '{0}'.");
        /// <summary>Invalid attribute extension.</summary>
        internal static string @Sch_InvalidAttributeExtension => GetResourceString("Sch_InvalidAttributeExtension", @"Invalid attribute extension.");
        /// <summary>The base any attribute must be a superset of the derived 'anyAttribute'.</summary>
        internal static string @Sch_InvalidAnyAttributeRestriction => GetResourceString("Sch_InvalidAnyAttributeRestriction", @"The base any attribute must be a superset of the derived 'anyAttribute'.");
        /// <summary>Invalid attribute restriction. Attribute restriction is prohibited in base type.</summary>
        internal static string @Sch_AttributeRestrictionProhibited => GetResourceString("Sch_AttributeRestrictionProhibited", @"Invalid attribute restriction. Attribute restriction is prohibited in base type.");
        /// <summary>Invalid attribute restriction. Derived attribute's type is not a valid restriction of the base attribute's type.</summary>
        internal static string @Sch_AttributeRestrictionInvalid => GetResourceString("Sch_AttributeRestrictionInvalid", @"Invalid attribute restriction. Derived attribute's type is not a valid restriction of the base attribute's type.");
        /// <summary>Invalid attribute restriction. Derived attribute's fixed value must be the same as the base attribute's fixed value.</summary>
        internal static string @Sch_AttributeFixedInvalid => GetResourceString("Sch_AttributeFixedInvalid", @"Invalid attribute restriction. Derived attribute's fixed value must be the same as the base attribute's fixed value.");
        /// <summary>Derived attribute's use has to be required if base attribute's use is required.</summary>
        internal static string @Sch_AttributeUseInvalid => GetResourceString("Sch_AttributeUseInvalid", @"Derived attribute's use has to be required if base attribute's use is required.");
        /// <summary>The base type definition must have an attribute wildcard and the target namespace of the attribute declaration in the 'redefine' must be valid with respect to that wildcard.</summary>
        internal static string @Sch_AttributeRestrictionInvalidFromWildcard => GetResourceString("Sch_AttributeRestrictionInvalidFromWildcard", @"The base type definition must have an attribute wildcard and the target namespace of the attribute declaration in the 'redefine' must be valid with respect to that wildcard.");
        /// <summary>The base attribute '{0}' whose use = 'required' does not have a corresponding derived attribute while redefining attribute group '{1}'.</summary>
        internal static string @Sch_NoDerivedAttribute => GetResourceString("Sch_NoDerivedAttribute", @"The base attribute '{0}' whose use = 'required' does not have a corresponding derived attribute while redefining attribute group '{1}'.");
        /// <summary>The 'anyAttribute' is not expressible.</summary>
        internal static string @Sch_UnexpressibleAnyAttribute => GetResourceString("Sch_UnexpressibleAnyAttribute", @"The 'anyAttribute' is not expressible.");
        /// <summary>Reference to invalid attribute '{0}'.</summary>
        internal static string @Sch_RefInvalidAttribute => GetResourceString("Sch_RefInvalidAttribute", @"Reference to invalid attribute '{0}'.");
        /// <summary>Circular element reference.</summary>
        internal static string @Sch_ElementCircularRef => GetResourceString("Sch_ElementCircularRef", @"Circular element reference.");
        /// <summary>Reference to invalid element '{0}'.</summary>
        internal static string @Sch_RefInvalidElement => GetResourceString("Sch_RefInvalidElement", @"Reference to invalid element '{0}'.");
        /// <summary>Element's type does not allow fixed or default value constraint.</summary>
        internal static string @Sch_ElementCannotHaveValue => GetResourceString("Sch_ElementCannotHaveValue", @"Element's type does not allow fixed or default value constraint.");
        /// <summary>Although the '{0}' element's content type is mixed, it cannot have element children, because it has a fixed value constraint in the schema.</summary>
        internal static string @Sch_ElementInMixedWithFixed => GetResourceString("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.");
        /// <summary>Elements with the same name and in the same scope must have the same type.</summary>
        internal static string @Sch_ElementTypeCollision => GetResourceString("Sch_ElementTypeCollision", @"Elements with the same name and in the same scope must have the same type.");
        /// <summary>Cannot resolve the 'schemaLocation' attribute.</summary>
        internal static string @Sch_InvalidIncludeLocation => GetResourceString("Sch_InvalidIncludeLocation", @"Cannot resolve the 'schemaLocation' attribute.");
        /// <summary>Cannot load the schema for the namespace '{0}' - {1}</summary>
        internal static string @Sch_CannotLoadSchema => GetResourceString("Sch_CannotLoadSchema", @"Cannot load the schema for the namespace '{0}' - {1}");
        /// <summary>Cannot load the schema from the location '{0}' - {1}</summary>
        internal static string @Sch_CannotLoadSchemaLocation => GetResourceString("Sch_CannotLoadSchemaLocation", @"Cannot load the schema from the location '{0}' - {1}");
        /// <summary>It is an error if 'length' is among the members of the facets of the base type definition and its value is greater than the value of the parent 'length'.</summary>
        internal static string @Sch_LengthGtBaseLength => GetResourceString("Sch_LengthGtBaseLength", @"It is an error if 'length' is among the members of the facets of the base type definition and its value is greater than the value of the parent 'length'.");
        /// <summary>It is an error if 'minLength' is among the members of the facets of the base type definition and its value is less than the value of the parent 'minLength'.</summary>
        internal static string @Sch_MinLengthGtBaseMinLength => GetResourceString("Sch_MinLengthGtBaseMinLength", @"It is an error if 'minLength' is among the members of the facets of the base type definition and its value is less than the value of the parent 'minLength'.");
        /// <summary>It is an error if 'maxLength' is among the members of the facets of the base type definition and its value is greater than the value of the parent 'maxLength'.</summary>
        internal static string @Sch_MaxLengthGtBaseMaxLength => GetResourceString("Sch_MaxLengthGtBaseMaxLength", @"It is an error if 'maxLength' is among the members of the facets of the base type definition and its value is greater than the value of the parent 'maxLength'.");
        /// <summary>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' &lt;= the value of 'length' &lt;= the valu ...</summary>
        internal static string @Sch_MaxMinLengthBaseLength => GetResourceString("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'.");
        /// <summary>It is an error if the derived 'maxInclusive' facet value is greater than the parent 'maxInclusive' facet value.</summary>
        internal static string @Sch_MaxInclusiveMismatch => GetResourceString("Sch_MaxInclusiveMismatch", @"It is an error if the derived 'maxInclusive' facet value is greater than the parent 'maxInclusive' facet value.");
        /// <summary>It is an error if the derived 'maxExclusive' facet value is greater than the parent 'maxExclusive' facet value.</summary>
        internal static string @Sch_MaxExclusiveMismatch => GetResourceString("Sch_MaxExclusiveMismatch", @"It is an error if the derived 'maxExclusive' facet value is greater than the parent 'maxExclusive' facet value.");
        /// <summary>It is an error if the derived 'minInclusive' facet value is less than the parent 'minInclusive' facet value.</summary>
        internal static string @Sch_MinInclusiveMismatch => GetResourceString("Sch_MinInclusiveMismatch", @"It is an error if the derived 'minInclusive' facet value is less than the parent 'minInclusive' facet value.");
        /// <summary>It is an error if the derived 'minExclusive' facet value is less than the parent 'minExclusive' facet value.</summary>
        internal static string @Sch_MinExclusiveMismatch => GetResourceString("Sch_MinExclusiveMismatch", @"It is an error if the derived 'minExclusive' facet value is less than the parent 'minExclusive' facet value.");
        /// <summary>It is an error if the derived 'minExclusive' facet value is less than or equal to the parent 'minInclusive' facet value.</summary>
        internal static string @Sch_MinExlIncMismatch => GetResourceString("Sch_MinExlIncMismatch", @"It is an error if the derived 'minExclusive' facet value is less than or equal to the parent 'minInclusive' facet value.");
        /// <summary>It is an error if the derived 'minExclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.</summary>
        internal static string @Sch_MinExlMaxExlMismatch => GetResourceString("Sch_MinExlMaxExlMismatch", @"It is an error if the derived 'minExclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.");
        /// <summary>It is an error if the derived 'minInclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.</summary>
        internal static string @Sch_MinIncMaxExlMismatch => GetResourceString("Sch_MinIncMaxExlMismatch", @"It is an error if the derived 'minInclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.");
        /// <summary>It is an error if the derived 'minInclusive' facet value is less than or equal to the parent 'minExclusive' facet value.</summary>
        internal static string @Sch_MinIncExlMismatch => GetResourceString("Sch_MinIncExlMismatch", @"It is an error if the derived 'minInclusive' facet value is less than or equal to the parent 'minExclusive' facet value.");
        /// <summary>It is an error if the derived 'maxInclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.</summary>
        internal static string @Sch_MaxIncExlMismatch => GetResourceString("Sch_MaxIncExlMismatch", @"It is an error if the derived 'maxInclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.");
        /// <summary>It is an error if the derived 'maxExclusive' facet value is greater than or equal to the parent 'maxInclusive' facet value.</summary>
        internal static string @Sch_MaxExlIncMismatch => GetResourceString("Sch_MaxExlIncMismatch", @"It is an error if the derived 'maxExclusive' facet value is greater than or equal to the parent 'maxInclusive' facet value.");
        /// <summary>It is an error if the derived 'totalDigits' facet value is greater than the parent 'totalDigits' facet value.</summary>
        internal static string @Sch_TotalDigitsMismatch => GetResourceString("Sch_TotalDigitsMismatch", @"It is an error if the derived 'totalDigits' facet value is greater than the parent 'totalDigits' facet value.");
        /// <summary>It is an error if the derived 'fractionDigits' facet value is greater than the parent 'fractionDigits' facet value.</summary>
        internal static string @Sch_FractionDigitsMismatch => GetResourceString("Sch_FractionDigitsMismatch", @"It is an error if the derived 'fractionDigits' facet value is greater than the parent 'fractionDigits' facet value.");
        /// <summary>Values that are declared with fixed='true' in a base type can not be changed in a derived type.</summary>
        internal static string @Sch_FacetBaseFixed => GetResourceString("Sch_FacetBaseFixed", @"Values that are declared with fixed='true' in a base type can not be changed in a derived type.");
        /// <summary>It is an error if 'whiteSpace' is among the facets of the type definition, its value is 'replace' or 'preserve', and the value of the parent 'whiteSpace' is 'collapse'.</summary>
        internal static string @Sch_WhiteSpaceRestriction1 => GetResourceString("Sch_WhiteSpaceRestriction1", @"It is an error if 'whiteSpace' is among the facets of the type definition, its value is 'replace' or 'preserve', and the value of the parent 'whiteSpace' is 'collapse'.");
        /// <summary>It is an error if 'whiteSpace' is among the facets of the type definition, its value is 'preserve', and the value of the parent 'whiteSpace' is 'replace'.</summary>
        internal static string @Sch_WhiteSpaceRestriction2 => GetResourceString("Sch_WhiteSpaceRestriction2", @"It is an error if 'whiteSpace' is among the facets of the type definition, its value is 'preserve', and the value of the parent 'whiteSpace' is 'replace'.");
        /// <summary>There must be no fixed value when an attribute is 'xsi:nil' and has a value of 'true'.</summary>
        internal static string @Sch_XsiNilAndFixed => GetResourceString("Sch_XsiNilAndFixed", @"There must be no fixed value when an attribute is 'xsi:nil' and has a value of 'true'.");
        /// <summary>Different schema types cannot be mixed.</summary>
        internal static string @Sch_MixSchemaTypes => GetResourceString("Sch_MixSchemaTypes", @"Different schema types cannot be mixed.");
        /// <summary>'XmlSchemaSet' can load only W3C XML Schemas.</summary>
        internal static string @Sch_XSDSchemaOnly => GetResourceString("Sch_XSDSchemaOnly", @"'XmlSchemaSet' can load only W3C XML Schemas.");
        /// <summary>Public attribute '{0}' is an invalid URI.</summary>
        internal static string @Sch_InvalidPublicAttribute => GetResourceString("Sch_InvalidPublicAttribute", @"Public attribute '{0}' is an invalid URI.");
        /// <summary>System attribute '{0}' is an invalid URI.</summary>
        internal static string @Sch_InvalidSystemAttribute => GetResourceString("Sch_InvalidSystemAttribute", @"System attribute '{0}' is an invalid URI.");
        /// <summary>'simpleType' or 'complexType' cannot follow 'unique', 'key' or 'keyref'.</summary>
        internal static string @Sch_TypeAfterConstraints => GetResourceString("Sch_TypeAfterConstraints", @"'simpleType' or 'complexType' cannot follow 'unique', 'key' or 'keyref'.");
        /// <summary>There can be no type value when attribute is 'xsi:nil' and has value 'true'.</summary>
        internal static string @Sch_XsiNilAndType => GetResourceString("Sch_XsiNilAndType", @"There can be no type value when attribute is 'xsi:nil' and has value 'true'.");
        /// <summary>'simpleType' should have only one child 'union', 'list', or 'restriction'.</summary>
        internal static string @Sch_DupSimpleTypeChild => GetResourceString("Sch_DupSimpleTypeChild", @"'simpleType' should have only one child 'union', 'list', or 'restriction'.");
        /// <summary>Invalid 'id' attribute value: {0}</summary>
        internal static string @Sch_InvalidIdAttribute => GetResourceString("Sch_InvalidIdAttribute", @"Invalid 'id' attribute value: {0}");
        /// <summary>Invalid 'name' attribute value '{0}': '{1}'.</summary>
        internal static string @Sch_InvalidNameAttributeEx => GetResourceString("Sch_InvalidNameAttributeEx", @"Invalid 'name' attribute value '{0}': '{1}'.");
        /// <summary>Invalid '{0}' attribute: '{1}'.</summary>
        internal static string @Sch_InvalidAttribute => GetResourceString("Sch_InvalidAttribute", @"Invalid '{0}' attribute: '{1}'.");
        /// <summary>Empty choice cannot be satisfied if 'minOccurs' is not equal to 0.</summary>
        internal static string @Sch_EmptyChoice => GetResourceString("Sch_EmptyChoice", @"Empty choice cannot be satisfied if 'minOccurs' is not equal to 0.");
        /// <summary>The data type of the simple content is not a valid restriction of the base complex type.</summary>
        internal static string @Sch_DerivedNotFromBase => GetResourceString("Sch_DerivedNotFromBase", @"The data type of the simple content is not a valid restriction of the base complex type.");
        /// <summary>Simple content restriction must have a simple type child if the content type of the base type is not a simple type definition.</summary>
        internal static string @Sch_NeedSimpleTypeChild => GetResourceString("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.");
        /// <summary>The schema items collection cannot contain an object of type 'XmlSchemaInclude', 'XmlSchemaImport', or 'XmlSchemaRedefine'.</summary>
        internal static string @Sch_InvalidCollection => GetResourceString("Sch_InvalidCollection", @"The schema items collection cannot contain an object of type 'XmlSchemaInclude', 'XmlSchemaImport', or 'XmlSchemaRedefine'.");
        /// <summary>Namespace '{0}' is not available to be referenced in this schema.</summary>
        internal static string @Sch_UnrefNS => GetResourceString("Sch_UnrefNS", @"Namespace '{0}' is not available to be referenced in this schema.");
        /// <summary>Restriction of 'anySimpleType' is not allowed.</summary>
        internal static string @Sch_InvalidSimpleTypeRestriction => GetResourceString("Sch_InvalidSimpleTypeRestriction", @"Restriction of 'anySimpleType' is not allowed.");
        /// <summary>Multiple redefines of the same schema will be ignored.</summary>
        internal static string @Sch_MultipleRedefine => GetResourceString("Sch_MultipleRedefine", @"Multiple redefines of the same schema will be ignored.");
        /// <summary>Value cannot be null.</summary>
        internal static string @Sch_NullValue => GetResourceString("Sch_NullValue", @"Value cannot be null.");
        /// <summary>Content model validation resulted in a large number of states, possibly due to large occurrence ranges. Therefore, content model may not be validated accurately.</summary>
        internal static string @Sch_ComplexContentModel => GetResourceString("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.");
        /// <summary>All schemas in the set should be successfully preprocessed prior to compilation.</summary>
        internal static string @Sch_SchemaNotPreprocessed => GetResourceString("Sch_SchemaNotPreprocessed", @"All schemas in the set should be successfully preprocessed prior to compilation.");
        /// <summary>The schema could not be removed because other schemas in the set have dependencies on this schema or its imports.</summary>
        internal static string @Sch_SchemaNotRemoved => GetResourceString("Sch_SchemaNotRemoved", @"The schema could not be removed because other schemas in the set have dependencies on this schema or its imports.");
        /// <summary>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.</summary>
        internal static string @Sch_ComponentAlreadySeenForNS => GetResourceString("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.");
        /// <summary>Default attribute '{0}' for element '{1}' could not be applied as the attribute namespace is not mapped to a prefix in the instance document.</summary>
        internal static string @Sch_DefaultAttributeNotApplied => GetResourceString("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.");
        /// <summary>The attribute '{0}' does not match one of the four allowed attributes in the 'xsi' namespace.</summary>
        internal static string @Sch_NotXsiAttribute => GetResourceString("Sch_NotXsiAttribute", @"The attribute '{0}' does not match one of the four allowed attributes in the 'xsi' namespace.");
        /// <summary>Schema does not exist in the set.</summary>
        internal static string @Sch_SchemaDoesNotExist => GetResourceString("Sch_SchemaDoesNotExist", @"Schema does not exist in the set.");
        /// <summary>Validate method can be called only on nodes of type Document, DocumentFragment, Element, or Attribute.</summary>
        internal static string @XmlDocument_ValidateInvalidNodeType => GetResourceString("XmlDocument_ValidateInvalidNodeType", @"Validate method can be called only on nodes of type Document, DocumentFragment, Element, or Attribute.");
        /// <summary>Cannot validate '{0}' because its owner document is not the current document.</summary>
        internal static string @XmlDocument_NodeNotFromDocument => GetResourceString("XmlDocument_NodeNotFromDocument", @"Cannot validate '{0}' because its owner document is not the current document.");
        /// <summary>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.</summary>
        internal static string @XmlDocument_NoNodeSchemaInfo => GetResourceString("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.");
        /// <summary>The XmlSchemaSet on the document is either null or has no schemas in it. Provide schema information before calling Validate.</summary>
        internal static string @XmlDocument_NoSchemaInfo => GetResourceString("XmlDocument_NoSchemaInfo", @"The XmlSchemaSet on the document is either null or has no schemas in it. Provide schema information before calling Validate.");
        /// <summary>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.</summary>
        internal static string @Sch_InvalidStartTransition => GetResourceString("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.");
        /// <summary>The transition from the '{0}' method to the '{1}' method is not allowed.</summary>
        internal static string @Sch_InvalidStateTransition => GetResourceString("Sch_InvalidStateTransition", @"The transition from the '{0}' method to the '{1}' method is not allowed.");
        /// <summary>The 'EndValidation' method cannot not be called when all the elements have not been validated. 'ValidateEndElement' calls corresponding to 'ValidateElement' calls might be missing.</summary>
        internal static string @Sch_InvalidEndValidation => GetResourceString("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.");
        /// <summary>It is invalid to call the 'ValidateEndElement' overload that takes in a 'typedValue' after 'ValidateText' or 'ValidateWhitespace' methods have been called.</summary>
        internal static string @Sch_InvalidEndElementCall => GetResourceString("Sch_InvalidEndElementCall", @"It is invalid to call the 'ValidateEndElement' overload that takes in a 'typedValue' after 'ValidateText' or 'ValidateWhitespace' methods have been called.");
        /// <summary>It is invalid to call the 'ValidateEndElement' overload that takes in a 'typedValue' for elements with complex content.</summary>
        internal static string @Sch_InvalidEndElementCallTyped => GetResourceString("Sch_InvalidEndElementCallTyped", @"It is invalid to call the 'ValidateEndElement' overload that takes in a 'typedValue' for elements with complex content.");
        /// <summary>The call to the '{0}' method does not match a corresponding call to 'ValidateElement' method.</summary>
        internal static string @Sch_InvalidEndElementMultiple => GetResourceString("Sch_InvalidEndElementMultiple", @"The call to the '{0}' method does not match a corresponding call to 'ValidateElement' method.");
        /// <summary>The '{0}' attribute has already been validated and is a duplicate attribute.</summary>
        internal static string @Sch_DuplicateAttribute => GetResourceString("Sch_DuplicateAttribute", @"The '{0}' attribute has already been validated and is a duplicate attribute.");
        /// <summary>The partial validation type has to be 'XmlSchemaElement', 'XmlSchemaAttribute', or 'XmlSchemaType'.</summary>
        internal static string @Sch_InvalidPartialValidationType => GetResourceString("Sch_InvalidPartialValidationType", @"The partial validation type has to be 'XmlSchemaElement', 'XmlSchemaAttribute', or 'XmlSchemaType'.");
        /// <summary>The element name '{0}' does not match the name '{1}' of the 'XmlSchemaElement' set as a partial validation type.</summary>
        internal static string @Sch_SchemaElementNameMismatch => GetResourceString("Sch_SchemaElementNameMismatch", @"The element name '{0}' does not match the name '{1}' of the 'XmlSchemaElement' set as a partial validation type.");
        /// <summary>The attribute name '{0}' does not match the name '{1}' of the 'XmlSchemaAttribute' set as a partial validation type.</summary>
        internal static string @Sch_SchemaAttributeNameMismatch => GetResourceString("Sch_SchemaAttributeNameMismatch", @"The attribute name '{0}' does not match the name '{1}' of the 'XmlSchemaAttribute' set as a partial validation type.");
        /// <summary>If the partial validation type is 'XmlSchemaElement' or 'XmlSchemaType', the 'ValidateAttribute' method cannot be called.</summary>
        internal static string @Sch_ValidateAttributeInvalidCall => GetResourceString("Sch_ValidateAttributeInvalidCall", @"If the partial validation type is 'XmlSchemaElement' or 'XmlSchemaType', the 'ValidateAttribute' method cannot be called.");
        /// <summary>If the partial validation type is 'XmlSchemaAttribute', the 'ValidateElement' method cannot be called.</summary>
        internal static string @Sch_ValidateElementInvalidCall => GetResourceString("Sch_ValidateElementInvalidCall", @"If the partial validation type is 'XmlSchemaAttribute', the 'ValidateElement' method cannot be called.");
        /// <summary>Enumeration has not started. Call MoveNext.</summary>
        internal static string @Sch_EnumNotStarted => GetResourceString("Sch_EnumNotStarted", @"Enumeration has not started. Call MoveNext.");
        /// <summary>Enumeration has already finished.</summary>
        internal static string @Sch_EnumFinished => GetResourceString("Sch_EnumFinished", @"Enumeration has already finished.");
        /// <summary>The supplied xml instance is a schema or contains an inline schema. This class cannot infer a schema for a schema.</summary>
        internal static string @SchInf_schema => GetResourceString("SchInf_schema", @"The supplied xml instance is a schema or contains an inline schema. This class cannot infer a schema for a schema.");
        /// <summary>Inference cannot handle entity references. Pass in an 'XmlReader' that expands entities.</summary>
        internal static string @SchInf_entity => GetResourceString("SchInf_entity", @"Inference cannot handle entity references. Pass in an 'XmlReader' that expands entities.");
        /// <summary>Expected simple content. Schema was not created using this tool.</summary>
        internal static string @SchInf_simplecontent => GetResourceString("SchInf_simplecontent", @"Expected simple content. Schema was not created using this tool.");
        /// <summary>Expected 'Extension' within 'SimpleContent'. Schema was not created using this tool.</summary>
        internal static string @SchInf_extension => GetResourceString("SchInf_extension", @"Expected 'Extension' within 'SimpleContent'. Schema was not created using this tool.");
        /// <summary>Particle cannot exist along with 'ContentModel'.</summary>
        internal static string @SchInf_particle => GetResourceString("SchInf_particle", @"Particle cannot exist along with 'ContentModel'.");
        /// <summary>Complex type expected to exist with at least one 'Element' at this point.</summary>
        internal static string @SchInf_ct => GetResourceString("SchInf_ct", @"Complex type expected to exist with at least one 'Element' at this point.");
        /// <summary>sequence expected to contain elements only. Schema was not created using this tool.</summary>
        internal static string @SchInf_seq => GetResourceString("SchInf_seq", @"sequence expected to contain elements only. Schema was not created using this tool.");
        /// <summary>The supplied schema contains particles other than Sequence and Choice. Only schemas generated by this tool are supported.</summary>
        internal static string @SchInf_noseq => GetResourceString("SchInf_noseq", @"The supplied schema contains particles other than Sequence and Choice. Only schemas generated by this tool are supported.");
        /// <summary>Expected ComplexType. Schema was not generated using this tool.</summary>
        internal static string @SchInf_noct => GetResourceString("SchInf_noct", @"Expected ComplexType. Schema was not generated using this tool.");
        /// <summary>Expected Element. Schema was not generated using this tool.</summary>
        internal static string @SchInf_UnknownParticle => GetResourceString("SchInf_UnknownParticle", @"Expected Element. Schema was not generated using this tool.");
        /// <summary>Inference can only handle simple built-in types for 'SchemaType'.</summary>
        internal static string @SchInf_schematype => GetResourceString("SchInf_schematype", @"Inference can only handle simple built-in types for 'SchemaType'.");
        /// <summary>There is no element to infer schema.</summary>
        internal static string @SchInf_NoElement => GetResourceString("SchInf_NoElement", @"There is no element to infer schema.");
        /// <summary>This is an unclosed string.</summary>
        internal static string @Xp_UnclosedString => GetResourceString("Xp_UnclosedString", @"This is an unclosed string.");
        /// <summary>'{0}' is an invalid expression.</summary>
        internal static string @Xp_ExprExpected => GetResourceString("Xp_ExprExpected", @"'{0}' is an invalid expression.");
        /// <summary>The argument to function '{0}' in '{1}' cannot be converted to a node-set.</summary>
        internal static string @Xp_InvalidArgumentType => GetResourceString("Xp_InvalidArgumentType", @"The argument to function '{0}' in '{1}' cannot be converted to a node-set.");
        /// <summary>Function '{0}' in '{1}' has an invalid number of arguments.</summary>
        internal static string @Xp_InvalidNumArgs => GetResourceString("Xp_InvalidNumArgs", @"Function '{0}' in '{1}' has an invalid number of arguments.");
        /// <summary>'{0}' has an invalid qualified name.</summary>
        internal static string @Xp_InvalidName => GetResourceString("Xp_InvalidName", @"'{0}' has an invalid qualified name.");
        /// <summary>'{0}' has an invalid token.</summary>
        internal static string @Xp_InvalidToken => GetResourceString("Xp_InvalidToken", @"'{0}' has an invalid token.");
        /// <summary>Expression must evaluate to a node-set.</summary>
        internal static string @Xp_NodeSetExpected => GetResourceString("Xp_NodeSetExpected", @"Expression must evaluate to a node-set.");
        /// <summary>The XPath query '{0}' is not supported.</summary>
        internal static string @Xp_NotSupported => GetResourceString("Xp_NotSupported", @"The XPath query '{0}' is not supported.");
        /// <summary>'{0}' is an invalid XSLT pattern.</summary>
        internal static string @Xp_InvalidPattern => GetResourceString("Xp_InvalidPattern", @"'{0}' is an invalid XSLT pattern.");
        /// <summary>'{0}' is an invalid key pattern. It either contains a variable reference or 'key()' function.</summary>
        internal static string @Xp_InvalidKeyPattern => GetResourceString("Xp_InvalidKeyPattern", @"'{0}' is an invalid key pattern. It either contains a variable reference or 'key()' function.");
        /// <summary>This is an invalid object. Only objects returned from Compile() can be passed as input.</summary>
        internal static string @Xp_BadQueryObject => GetResourceString("Xp_BadQueryObject", @"This is an invalid object. Only objects returned from Compile() can be passed as input.");
        /// <summary>XsltContext is needed for this query because of an unknown function.</summary>
        internal static string @Xp_UndefinedXsltContext => GetResourceString("Xp_UndefinedXsltContext", @"XsltContext is needed for this query because of an unknown function.");
        /// <summary>Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function.</summary>
        internal static string @Xp_NoContext => GetResourceString("Xp_NoContext", @"Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function.");
        /// <summary>The variable '{0}' is undefined.</summary>
        internal static string @Xp_UndefVar => GetResourceString("Xp_UndefVar", @"The variable '{0}' is undefined.");
        /// <summary>The function '{0}()' is undefined.</summary>
        internal static string @Xp_UndefFunc => GetResourceString("Xp_UndefFunc", @"The function '{0}()' is undefined.");
        /// <summary>Function '{0}()' has failed.</summary>
        internal static string @Xp_FunctionFailed => GetResourceString("Xp_FunctionFailed", @"Function '{0}()' has failed.");
        /// <summary>The 'current()' function cannot be used in a pattern.</summary>
        internal static string @Xp_CurrentNotAllowed => GetResourceString("Xp_CurrentNotAllowed", @"The 'current()' function cannot be used in a pattern.");
        /// <summary>The xpath query is too complex.</summary>
        internal static string @Xp_QueryTooComplex => GetResourceString("Xp_QueryTooComplex", @"The xpath query is too complex.");
        /// <summary>This document already has a 'DocumentType' node.</summary>
        internal static string @Xdom_DualDocumentTypeNode => GetResourceString("Xdom_DualDocumentTypeNode", @"This document already has a 'DocumentType' node.");
        /// <summary>This document already has a 'DocumentElement' node.</summary>
        internal static string @Xdom_DualDocumentElementNode => GetResourceString("Xdom_DualDocumentElementNode", @"This document already has a 'DocumentElement' node.");
        /// <summary>This document already has an 'XmlDeclaration' node.</summary>
        internal static string @Xdom_DualDeclarationNode => GetResourceString("Xdom_DualDeclarationNode", @"This document already has an 'XmlDeclaration' node.");
        /// <summary>Cannot import nodes of type '{0}'.</summary>
        internal static string @Xdom_Import => GetResourceString("Xdom_Import", @"Cannot import nodes of type '{0}'.");
        /// <summary>Cannot import a null node.</summary>
        internal static string @Xdom_Import_NullNode => GetResourceString("Xdom_Import_NullNode", @"Cannot import a null node.");
        /// <summary>The document does not have a root element.</summary>
        internal static string @Xdom_NoRootEle => GetResourceString("Xdom_NoRootEle", @"The document does not have a root element.");
        /// <summary>The attribute local name cannot be empty.</summary>
        internal static string @Xdom_Attr_Name => GetResourceString("Xdom_Attr_Name", @"The attribute local name cannot be empty.");
        /// <summary>An 'Attributes' collection can only contain 'Attribute' objects.</summary>
        internal static string @Xdom_AttrCol_Object => GetResourceString("Xdom_AttrCol_Object", @"An 'Attributes' collection can only contain 'Attribute' objects.");
        /// <summary>The reference node must be a child of the current node.</summary>
        internal static string @Xdom_AttrCol_Insert => GetResourceString("Xdom_AttrCol_Insert", @"The reference node must be a child of the current node.");
        /// <summary>The named node is from a different document context.</summary>
        internal static string @Xdom_NamedNode_Context => GetResourceString("Xdom_NamedNode_Context", @"The named node is from a different document context.");
        /// <summary>Wrong XML version information. The XML must match production "VersionNum ::= '1.' [0-9]+".</summary>
        internal static string @Xdom_Version => GetResourceString("Xdom_Version", @"Wrong XML version information. The XML must match production ""VersionNum ::= '1.' [0-9]+"".");
        /// <summary>Wrong value for the XML declaration standalone attribute of '{0}'.</summary>
        internal static string @Xdom_standalone => GetResourceString("Xdom_standalone", @"Wrong value for the XML declaration standalone attribute of '{0}'.");
        /// <summary>The 'InnerText' of an 'Entity' node is read-only and cannot be set.</summary>
        internal static string @Xdom_Ent_Innertext => GetResourceString("Xdom_Ent_Innertext", @"The 'InnerText' of an 'Entity' node is read-only and cannot be set.");
        /// <summary>'EntityReference' nodes have no support for setting value.</summary>
        internal static string @Xdom_EntRef_SetVal => GetResourceString("Xdom_EntRef_SetVal", @"'EntityReference' nodes have no support for setting value.");
        /// <summary>The string for whitespace contains an invalid character.</summary>
        internal static string @Xdom_WS_Char => GetResourceString("Xdom_WS_Char", @"The string for whitespace contains an invalid character.");
        /// <summary>Cannot set a value on node type '{0}'.</summary>
        internal static string @Xdom_Node_SetVal => GetResourceString("Xdom_Node_SetVal", @"Cannot set a value on node type '{0}'.");
        /// <summary>The local name for elements or attributes cannot be null or an empty string.</summary>
        internal static string @Xdom_Empty_LocalName => GetResourceString("Xdom_Empty_LocalName", @"The local name for elements or attributes cannot be null or an empty string.");
        /// <summary>Cannot set the 'InnerXml' for the current node because it is either read-only or cannot have children.</summary>
        internal static string @Xdom_Set_InnerXml => GetResourceString("Xdom_Set_InnerXml", @"Cannot set the 'InnerXml' for the current node because it is either read-only or cannot have children.");
        /// <summary>The 'Attribute' node cannot be inserted because it is already an attribute of another element.</summary>
        internal static string @Xdom_Attr_InUse => GetResourceString("Xdom_Attr_InUse", @"The 'Attribute' node cannot be inserted because it is already an attribute of another element.");
        /// <summary>The element list has changed. The enumeration operation failed to continue.</summary>
        internal static string @Xdom_Enum_ElementList => GetResourceString("Xdom_Enum_ElementList", @"The element list has changed. The enumeration operation failed to continue.");
        /// <summary>'{0}' does not represent any 'XmlNodeType'.</summary>
        internal static string @Xdom_Invalid_NT_String => GetResourceString("Xdom_Invalid_NT_String", @"'{0}' does not represent any 'XmlNodeType'.");
        /// <summary>Cannot create an 'EntityReference' node with a name starting with '#'.</summary>
        internal static string @Xdom_InvalidCharacter_EntityReference => GetResourceString("Xdom_InvalidCharacter_EntityReference", @"Cannot create an 'EntityReference' node with a name starting with '#'.");
        /// <summary>The index being passed in is out of range.</summary>
        internal static string @Xdom_IndexOutOfRange => GetResourceString("Xdom_IndexOutOfRange", @"The index being passed in is out of range.");
        /// <summary>The 'InnerText' of a 'Document' node is read-only and cannot be set.</summary>
        internal static string @Xdom_Document_Innertext => GetResourceString("Xdom_Document_Innertext", @"The 'InnerText' of a 'Document' node is read-only and cannot be set.");
        /// <summary>Operation is not valid due to the current position of the navigator.</summary>
        internal static string @Xpn_BadPosition => GetResourceString("Xpn_BadPosition", @"Operation is not valid due to the current position of the navigator.");
        /// <summary>The current position of the navigator is missing a valid parent.</summary>
        internal static string @Xpn_MissingParent => GetResourceString("Xpn_MissingParent", @"The current position of the navigator is missing a valid parent.");
        /// <summary>No content generated as the result of the operation.</summary>
        internal static string @Xpn_NoContent => GetResourceString("Xpn_NoContent", @"No content generated as the result of the operation.");
        /// <summary>The document to be loaded could not be found.</summary>
        internal static string @Xdom_Load_NoDocument => GetResourceString("Xdom_Load_NoDocument", @"The document to be loaded could not be found.");
        /// <summary>There is no reader from which to load the document.</summary>
        internal static string @Xdom_Load_NoReader => GetResourceString("Xdom_Load_NoReader", @"There is no reader from which to load the document.");
        /// <summary>Cannot create a node without an owner document.</summary>
        internal static string @Xdom_Node_Null_Doc => GetResourceString("Xdom_Node_Null_Doc", @"Cannot create a node without an owner document.");
        /// <summary>Cannot insert a node or any ancestor of that node as a child of itself.</summary>
        internal static string @Xdom_Node_Insert_Child => GetResourceString("Xdom_Node_Insert_Child", @"Cannot insert a node or any ancestor of that node as a child of itself.");
        /// <summary>The current node cannot contain other nodes.</summary>
        internal static string @Xdom_Node_Insert_Contain => GetResourceString("Xdom_Node_Insert_Contain", @"The current node cannot contain other nodes.");
        /// <summary>The reference node is not a child of this node.</summary>
        internal static string @Xdom_Node_Insert_Path => GetResourceString("Xdom_Node_Insert_Path", @"The reference node is not a child of this node.");
        /// <summary>The node to be inserted is from a different document context.</summary>
        internal static string @Xdom_Node_Insert_Context => GetResourceString("Xdom_Node_Insert_Context", @"The node to be inserted is from a different document context.");
        /// <summary>Cannot insert the node in the specified location.</summary>
        internal static string @Xdom_Node_Insert_Location => GetResourceString("Xdom_Node_Insert_Location", @"Cannot insert the node in the specified location.");
        /// <summary>The specified node cannot be inserted as the valid child of this node, because the specified node is the wrong type.</summary>
        internal static string @Xdom_Node_Insert_TypeConflict => GetResourceString("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.");
        /// <summary>The current node cannot contain other nodes, so the node to be removed is not its child.</summary>
        internal static string @Xdom_Node_Remove_Contain => GetResourceString("Xdom_Node_Remove_Contain", @"The current node cannot contain other nodes, so the node to be removed is not its child.");
        /// <summary>The node to be removed is not a child of this node.</summary>
        internal static string @Xdom_Node_Remove_Child => GetResourceString("Xdom_Node_Remove_Child", @"The node to be removed is not a child of this node.");
        /// <summary>This node is read-only. It cannot be modified.</summary>
        internal static string @Xdom_Node_Modify_ReadOnly => GetResourceString("Xdom_Node_Modify_ReadOnly", @"This node is read-only. It cannot be modified.");
        /// <summary>The 'Text' node is not connected in the DOM live tree. No 'SplitText' operation could be performed.</summary>
        internal static string @Xdom_TextNode_SplitText => GetResourceString("Xdom_TextNode_SplitText", @"The 'Text' node is not connected in the DOM live tree. No 'SplitText' operation could be performed.");
        /// <summary>The namespace declaration attribute has an incorrect 'namespaceURI': '{0}'.</summary>
        internal static string @Xdom_Attr_Reserved_XmlNS => GetResourceString("Xdom_Attr_Reserved_XmlNS", @"The namespace declaration attribute has an incorrect 'namespaceURI': '{0}'.");
        /// <summary>'Entity' and 'Notation' nodes cannot be cloned.</summary>
        internal static string @Xdom_Node_Cloning => GetResourceString("Xdom_Node_Cloning", @"'Entity' and 'Notation' nodes cannot be cloned.");
        /// <summary>The node is not an expandable 'EntityReference' node.</summary>
        internal static string @Xnr_ResolveEntity => GetResourceString("Xnr_ResolveEntity", @"The node is not an expandable 'EntityReference' node.");
        /// <summary>An XmlSchemaSet must be provided to validate the document.</summary>
        internal static string @XPathDocument_MissingSchemas => GetResourceString("XPathDocument_MissingSchemas", @"An XmlSchemaSet must be provided to validate the document.");
        /// <summary>Element should have prior schema information to call this method.</summary>
        internal static string @XPathDocument_NotEnoughSchemaInfo => GetResourceString("XPathDocument_NotEnoughSchemaInfo", @"Element should have prior schema information to call this method.");
        /// <summary>Validate and CheckValidity are only allowed on Root or Element nodes.</summary>
        internal static string @XPathDocument_ValidateInvalidNodeType => GetResourceString("XPathDocument_ValidateInvalidNodeType", @"Validate and CheckValidity are only allowed on Root or Element nodes.");
        /// <summary>An XmlSchemaSet is only allowed as a parameter on the Root node.</summary>
        internal static string @XPathDocument_SchemaSetNotAllowed => GetResourceString("XPathDocument_SchemaSetNotAllowed", @"An XmlSchemaSet is only allowed as a parameter on the Root node.");
        /// <summary>CDATA end token is missing.</summary>
        internal static string @XmlBin_MissingEndCDATA => GetResourceString("XmlBin_MissingEndCDATA", @"CDATA end token is missing.");
        /// <summary>Invalid QName ID.</summary>
        internal static string @XmlBin_InvalidQNameID => GetResourceString("XmlBin_InvalidQNameID", @"Invalid QName ID.");
        /// <summary>Unexpected BinaryXml token.</summary>
        internal static string @XmlBinary_UnexpectedToken => GetResourceString("XmlBinary_UnexpectedToken", @"Unexpected BinaryXml token.");
        /// <summary>Unable to parse data as SQL_DECIMAL.</summary>
        internal static string @XmlBinary_InvalidSqlDecimal => GetResourceString("XmlBinary_InvalidSqlDecimal", @"Unable to parse data as SQL_DECIMAL.");
        /// <summary>Invalid BinaryXml signature.</summary>
        internal static string @XmlBinary_InvalidSignature => GetResourceString("XmlBinary_InvalidSignature", @"Invalid BinaryXml signature.");
        /// <summary>Invalid BinaryXml protocol version.</summary>
        internal static string @XmlBinary_InvalidProtocolVersion => GetResourceString("XmlBinary_InvalidProtocolVersion", @"Invalid BinaryXml protocol version.");
        /// <summary>Unsupported BinaryXml codepage.</summary>
        internal static string @XmlBinary_UnsupportedCodePage => GetResourceString("XmlBinary_UnsupportedCodePage", @"Unsupported BinaryXml codepage.");
        /// <summary>Invalid BinaryXml standalone token.</summary>
        internal static string @XmlBinary_InvalidStandalone => GetResourceString("XmlBinary_InvalidStandalone", @"Invalid BinaryXml standalone token.");
        /// <summary>BinaryXml Parser does not support initialization with XmlParserContext.</summary>
        internal static string @XmlBinary_NoParserContext => GetResourceString("XmlBinary_NoParserContext", @"BinaryXml Parser does not support initialization with XmlParserContext.");
        /// <summary>Lists of BinaryXml value tokens not supported.</summary>
        internal static string @XmlBinary_ListsOfValuesNotSupported => GetResourceString("XmlBinary_ListsOfValuesNotSupported", @"Lists of BinaryXml value tokens not supported.");
        /// <summary>Token '{0}' does not support a conversion to Clr type '{1}'.</summary>
        internal static string @XmlBinary_CastNotSupported => GetResourceString("XmlBinary_CastNotSupported", @"Token '{0}' does not support a conversion to Clr type '{1}'.");
        /// <summary>Prefix '{0}' is already assigned to namespace '{1}' and cannot be reassigned to '{2}' on this tag.</summary>
        internal static string @XmlBinary_NoRemapPrefix => GetResourceString("XmlBinary_NoRemapPrefix", @"Prefix '{0}' is already assigned to namespace '{1}' and cannot be reassigned to '{2}' on this tag.");
        /// <summary>Attribute '{0}' has namespace '{1}' but no prefix.</summary>
        internal static string @XmlBinary_AttrWithNsNoPrefix => GetResourceString("XmlBinary_AttrWithNsNoPrefix", @"Attribute '{0}' has namespace '{1}' but no prefix.");
        /// <summary>The value is too big to fit into an Int32. The arithmetic operation resulted in an overflow.</summary>
        internal static string @XmlBinary_ValueTooBig => GetResourceString("XmlBinary_ValueTooBig", @"The value is too big to fit into an Int32. The arithmetic operation resulted in an overflow.");
        /// <summary>Arithmetic Overflow.</summary>
        internal static string @SqlTypes_ArithOverflow => GetResourceString("SqlTypes_ArithOverflow", @"Arithmetic Overflow.");
        /// <summary>Invalid serialization assembly: Required type {0} cannot be found in the generated assembly '{1}'.</summary>
        internal static string @XmlMissingType => GetResourceString("XmlMissingType", @"Invalid serialization assembly: Required type {0} cannot be found in the generated assembly '{1}'.");
        /// <summary>{0} is an unsupported type. Please use [XmlIgnore] attribute to exclude members of this type from serialization graph.</summary>
        internal static string @XmlSerializerUnsupportedType => GetResourceString("XmlSerializerUnsupportedType", @"{0} is an unsupported type. Please use [XmlIgnore] attribute to exclude members of this type from serialization graph.");
        /// <summary>Cannot serialize member '{0}' of type '{1}', see inner exception for more details.</summary>
        internal static string @XmlSerializerUnsupportedMember => GetResourceString("XmlSerializerUnsupportedMember", @"Cannot serialize member '{0}' of type '{1}', see inner exception for more details.");
        /// <summary>The type {0} may not be serialized.</summary>
        internal static string @XmlUnsupportedTypeKind => GetResourceString("XmlUnsupportedTypeKind", @"The type {0} may not be serialized.");
        /// <summary>The type {0} may not be serialized with SOAP-encoded messages. Set the Use for your message to Literal.</summary>
        internal static string @XmlUnsupportedSoapTypeKind => GetResourceString("XmlUnsupportedSoapTypeKind", @"The type {0} may not be serialized with SOAP-encoded messages. Set the Use for your message to Literal.");
        /// <summary>The type {0} is not supported because it implements IDictionary.</summary>
        internal static string @XmlUnsupportedIDictionary => GetResourceString("XmlUnsupportedIDictionary", @"The type {0} is not supported because it implements IDictionary.");
        /// <summary>Cannot serialize member {0} of type {1}, because it implements IDictionary.</summary>
        internal static string @XmlUnsupportedIDictionaryDetails => GetResourceString("XmlUnsupportedIDictionaryDetails", @"Cannot serialize member {0} of type {1}, because it implements IDictionary.");
        /// <summary>A type with the name {0} has already been added in namespace {1}.</summary>
        internal static string @XmlDuplicateTypeName => GetResourceString("XmlDuplicateTypeName", @"A type with the name {0} has already been added in namespace {1}.");
        /// <summary>Schema Id is missing. The schema returned from {0}.GetSchema() must have an Id.</summary>
        internal static string @XmlSerializableNameMissing1 => GetResourceString("XmlSerializableNameMissing1", @"Schema Id is missing. The schema returned from {0}.GetSchema() must have an Id.");
        /// <summary>{0} cannot be serialized because it does not have a parameterless constructor.</summary>
        internal static string @XmlConstructorInaccessible => GetResourceString("XmlConstructorInaccessible", @"{0} cannot be serialized because it does not have a parameterless constructor.");
        /// <summary>{0} is inaccessible due to its protection level. Only public types can be processed.</summary>
        internal static string @XmlTypeInaccessible => GetResourceString("XmlTypeInaccessible", @"{0} is inaccessible due to its protection level. Only public types can be processed.");
        /// <summary>{0} cannot be serialized. Static types cannot be used as parameters or return types.</summary>
        internal static string @XmlTypeStatic => GetResourceString("XmlTypeStatic", @"{0} cannot be serialized. Static types cannot be used as parameters or return types.");
        /// <summary>You must implement a default accessor on {0} because it inherits from ICollection.</summary>
        internal static string @XmlNoDefaultAccessors => GetResourceString("XmlNoDefaultAccessors", @"You must implement a default accessor on {0} because it inherits from ICollection.");
        /// <summary>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}).</summary>
        internal static string @XmlNoAddMethod => GetResourceString("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}).");
        /// <summary>Cannot deserialize type '{0}' because it contains property '{1}' which has no public setter.</summary>
        internal static string @XmlReadOnlyPropertyError => GetResourceString("XmlReadOnlyPropertyError", @"Cannot deserialize type '{0}' because it contains property '{1}' which has no public setter.");
        /// <summary>'{0}.{1}' already has attributes.</summary>
        internal static string @XmlAttributeSetAgain => GetResourceString("XmlAttributeSetAgain", @"'{0}.{1}' already has attributes.");
        /// <summary>Cannot use wildcards at the top level of a schema.</summary>
        internal static string @XmlIllegalWildcard => GetResourceString("XmlIllegalWildcard", @"Cannot use wildcards at the top level of a schema.");
        /// <summary>An element declared at the top level of a schema cannot have maxOccurs &gt; 1. Provide a wrapper element for '{0}' by using XmlArray or XmlArrayItem instead of XmlElementAttribute, or by using the Wrapped parameter style.</summary>
        internal static string @XmlIllegalArrayElement => GetResourceString("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.");
        /// <summary>There was an error exporting '{0}': elements declared at the top level of a schema cannot be unqualified.</summary>
        internal static string @XmlIllegalForm => GetResourceString("XmlIllegalForm", @"There was an error exporting '{0}': elements declared at the top level of a schema cannot be unqualified.");
        /// <summary>There was an error exporting '{0}': bare members cannot contain text content.</summary>
        internal static string @XmlBareTextMember => GetResourceString("XmlBareTextMember", @"There was an error exporting '{0}': bare members cannot contain text content.");
        /// <summary>There was an error exporting '{0}': bare members cannot be attributes.</summary>
        internal static string @XmlBareAttributeMember => GetResourceString("XmlBareAttributeMember", @"There was an error exporting '{0}': bare members cannot be attributes.");
        /// <summary>There was an error reflecting '{0}'.</summary>
        internal static string @XmlReflectionError => GetResourceString("XmlReflectionError", @"There was an error reflecting '{0}'.");
        /// <summary>There was an error reflecting type '{0}'.</summary>
        internal static string @XmlTypeReflectionError => GetResourceString("XmlTypeReflectionError", @"There was an error reflecting type '{0}'.");
        /// <summary>There was an error reflecting property '{0}'.</summary>
        internal static string @XmlPropertyReflectionError => GetResourceString("XmlPropertyReflectionError", @"There was an error reflecting property '{0}'.");
        /// <summary>There was an error reflecting field '{0}'.</summary>
        internal static string @XmlFieldReflectionError => GetResourceString("XmlFieldReflectionError", @"There was an error reflecting field '{0}'.");
        /// <summary>'{0}' is an invalid value for the {1} property. The property may only be specified for primitive types.</summary>
        internal static string @XmlInvalidDataTypeUsage => GetResourceString("XmlInvalidDataTypeUsage", @"'{0}' is an invalid value for the {1} property. The property may only be specified for primitive types.");
        /// <summary>Value '{0}' cannot be used for the {1} property. The datatype '{2}' is missing.</summary>
        internal static string @XmlInvalidXsdDataType => GetResourceString("XmlInvalidXsdDataType", @"Value '{0}' cannot be used for the {1} property. The datatype '{2}' is missing.");
        /// <summary>'{0}' is an invalid value for the {1} property. {0} cannot be converted to {2}.</summary>
        internal static string @XmlDataTypeMismatch => GetResourceString("XmlDataTypeMismatch", @"'{0}' is an invalid value for the {1} property. {0} cannot be converted to {2}.");
        /// <summary>{0} cannot be used as: 'xml {1}'.</summary>
        internal static string @XmlIllegalTypeContext => GetResourceString("XmlIllegalTypeContext", @"{0} cannot be used as: 'xml {1}'.");
        /// <summary>The type, {0}, is undeclared.</summary>
        internal static string @XmlUdeclaredXsdType => GetResourceString("XmlUdeclaredXsdType", @"The type, {0}, is undeclared.");
        /// <summary>Only XmlEnum may be used on enumerated constants.</summary>
        internal static string @XmlInvalidConstantAttribute => GetResourceString("XmlInvalidConstantAttribute", @"Only XmlEnum may be used on enumerated constants.");
        /// <summary>XmlAttribute and XmlAnyAttribute cannot be used in conjunction with XmlElement, XmlText, XmlAnyElement, XmlArray, or XmlArrayItem.</summary>
        internal static string @XmlIllegalAttributesArrayAttribute => GetResourceString("XmlIllegalAttributesArrayAttribute", @"XmlAttribute and XmlAnyAttribute cannot be used in conjunction with XmlElement, XmlText, XmlAnyElement, XmlArray, or XmlArrayItem.");
        /// <summary>XmlElement, XmlText, and XmlAnyElement cannot be used in conjunction with XmlAttribute, XmlAnyAttribute, XmlArray, or XmlArrayItem.</summary>
        internal static string @XmlIllegalElementsArrayAttribute => GetResourceString("XmlIllegalElementsArrayAttribute", @"XmlElement, XmlText, and XmlAnyElement cannot be used in conjunction with XmlAttribute, XmlAnyAttribute, XmlArray, or XmlArrayItem.");
        /// <summary>XmlArray and XmlArrayItem cannot be used in conjunction with XmlAttribute, XmlAnyAttribute, XmlElement, XmlText, or XmlAnyElement.</summary>
        internal static string @XmlIllegalArrayArrayAttribute => GetResourceString("XmlIllegalArrayArrayAttribute", @"XmlArray and XmlArrayItem cannot be used in conjunction with XmlAttribute, XmlAnyAttribute, XmlElement, XmlText, or XmlAnyElement.");
        /// <summary>For non-array types, you may use the following attributes: XmlAttribute, XmlText, XmlElement, or XmlAnyElement.</summary>
        internal static string @XmlIllegalAttribute => GetResourceString("XmlIllegalAttribute", @"For non-array types, you may use the following attributes: XmlAttribute, XmlText, XmlElement, or XmlAnyElement.");
        /// <summary>The type for {0} may not be specified for primitive types.</summary>
        internal static string @XmlIllegalType => GetResourceString("XmlIllegalType", @"The type for {0} may not be specified for primitive types.");
        /// <summary>Cannot serialize member '{0}' of type {1}. XmlAttribute/XmlText cannot be used to encode complex types.</summary>
        internal static string @XmlIllegalAttrOrText => GetResourceString("XmlIllegalAttrOrText", @"Cannot serialize member '{0}' of type {1}. XmlAttribute/XmlText cannot be used to encode complex types.");
        /// <summary>Cannot serialize member '{0}' of type {1}. SoapAttribute cannot be used to encode complex types.</summary>
        internal static string @XmlIllegalSoapAttribute => GetResourceString("XmlIllegalSoapAttribute", @"Cannot serialize member '{0}' of type {1}. SoapAttribute cannot be used to encode complex types.");
        /// <summary>Cannot serialize member '{0}' of type {1}. XmlAttribute/XmlText cannot be used to encode types implementing {2}.</summary>
        internal static string @XmlIllegalAttrOrTextInterface => GetResourceString("XmlIllegalAttrOrTextInterface", @"Cannot serialize member '{0}' of type {1}. XmlAttribute/XmlText cannot be used to encode types implementing {2}.");
        /// <summary>XmlAttribute cannot be used to encode array of {1}, because it is marked with FlagsAttribute.</summary>
        internal static string @XmlIllegalAttributeFlagsArray => GetResourceString("XmlIllegalAttributeFlagsArray", @"XmlAttribute cannot be used to encode array of {1}, because it is marked with FlagsAttribute.");
        /// <summary>Cannot serialize member of type {0}: XmlAnyElement can only be used with classes of type XmlNode or a type deriving from XmlNode.</summary>
        internal static string @XmlIllegalAnyElement => GetResourceString("XmlIllegalAnyElement", @"Cannot serialize member of type {0}: XmlAnyElement can only be used with classes of type XmlNode or a type deriving from XmlNode.");
        /// <summary>IsNullable may not be 'true' for value type {0}.  Please consider using Nullable&lt;{0}&gt; instead.</summary>
        internal static string @XmlInvalidIsNullable => GetResourceString("XmlInvalidIsNullable", @"IsNullable may not be 'true' for value type {0}.  Please consider using Nullable<{0}> instead.");
        /// <summary>IsNullable may not be set to 'false' for a Nullable&lt;{0}&gt; type. Consider using '{0}' type or removing the IsNullable property from the {1} attribute.</summary>
        internal static string @XmlInvalidNotNullable => GetResourceString("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.");
        /// <summary>The Form property may not be 'Unqualified' when an explicit Namespace property is present.</summary>
        internal static string @XmlInvalidFormUnqualified => GetResourceString("XmlInvalidFormUnqualified", @"The Form property may not be 'Unqualified' when an explicit Namespace property is present.");
        /// <summary>The namespace, {0}, is a duplicate.</summary>
        internal static string @XmlDuplicateNamespace => GetResourceString("XmlDuplicateNamespace", @"The namespace, {0}, is a duplicate.");
        /// <summary>This element has no name. Please review schema type '{0}' from namespace '{1}'.</summary>
        internal static string @XmlElementHasNoName => GetResourceString("XmlElementHasNoName", @"This element has no name. Please review schema type '{0}' from namespace '{1}'.");
        /// <summary>This attribute has no name.</summary>
        internal static string @XmlAttributeHasNoName => GetResourceString("XmlAttributeHasNoName", @"This attribute has no name.");
        /// <summary>The element, {0}, from namespace, {1}, was imported in two different contexts: ({2}, {3}).</summary>
        internal static string @XmlElementImportedTwice => GetResourceString("XmlElementImportedTwice", @"The element, {0}, from namespace, {1}, was imported in two different contexts: ({2}, {3}).");
        /// <summary>Member {0}.{1} of type {2} hides base class member {3}.{4} of type {5}. Use XmlElementAttribute or XmlAttributeAttribute to specify a new name.</summary>
        internal static string @XmlHiddenMember => GetResourceString("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.");
        /// <summary>Member '{0}.{1}' hides inherited member '{2}.{3}', but has different custom attributes.</summary>
        internal static string @XmlInvalidXmlOverride => GetResourceString("XmlInvalidXmlOverride", @"Member '{0}.{1}' hides inherited member '{2}.{3}', but has different custom attributes.");
        /// <summary>These members may not be derived.</summary>
        internal static string @XmlMembersDeriveError => GetResourceString("XmlMembersDeriveError", @"These members may not be derived.");
        /// <summary>The type '{0}' from namespace '{1}' was used in two different ways.</summary>
        internal static string @XmlTypeUsedTwice => GetResourceString("XmlTypeUsedTwice", @"The type '{0}' from namespace '{1}' was used in two different ways.");
        /// <summary>Group {0} is missing.</summary>
        internal static string @XmlMissingGroup => GetResourceString("XmlMissingGroup", @"Group {0} is missing.");
        /// <summary>The attribute group {0} is missing.</summary>
        internal static string @XmlMissingAttributeGroup => GetResourceString("XmlMissingAttributeGroup", @"The attribute group {0} is missing.");
        /// <summary>The datatype '{0}' is missing.</summary>
        internal static string @XmlMissingDataType => GetResourceString("XmlMissingDataType", @"The datatype '{0}' is missing.");
        /// <summary>Referenced type '{0}' is only valid for encoded SOAP.</summary>
        internal static string @XmlInvalidEncoding => GetResourceString("XmlInvalidEncoding", @"Referenced type '{0}' is only valid for encoded SOAP.");
        /// <summary>The element '{0}' is missing.</summary>
        internal static string @XmlMissingElement => GetResourceString("XmlMissingElement", @"The element '{0}' is missing.");
        /// <summary>The attribute {0} is missing.</summary>
        internal static string @XmlMissingAttribute => GetResourceString("XmlMissingAttribute", @"The attribute {0} is missing.");
        /// <summary>The method for enum {0} is missing.</summary>
        internal static string @XmlMissingMethodEnum => GetResourceString("XmlMissingMethodEnum", @"The method for enum {0} is missing.");
        /// <summary>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.</summary>
        internal static string @XmlNoAttributeHere => GetResourceString("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.");
        /// <summary>The node must be either type XmlAttribute or a derived type.</summary>
        internal static string @XmlNeedAttributeHere => GetResourceString("XmlNeedAttributeHere", @"The node must be either type XmlAttribute or a derived type.");
        /// <summary>This element was named '{0}' from namespace '{1}' but should have been named '{2}' from namespace '{3}'.</summary>
        internal static string @XmlElementNameMismatch => GetResourceString("XmlElementNameMismatch", @"This element was named '{0}' from namespace '{1}' but should have been named '{2}' from namespace '{3}'.");
        /// <summary>The default value type, {0}, is unsupported.</summary>
        internal static string @XmlUnsupportedDefaultType => GetResourceString("XmlUnsupportedDefaultType", @"The default value type, {0}, is unsupported.");
        /// <summary>The formatter {0} cannot be used for default values.</summary>
        internal static string @XmlUnsupportedDefaultValue => GetResourceString("XmlUnsupportedDefaultValue", @"The formatter {0} cannot be used for default values.");
        /// <summary>Value '{0}' cannot be converted to {1}.</summary>
        internal static string @XmlInvalidDefaultValue => GetResourceString("XmlInvalidDefaultValue", @"Value '{0}' cannot be converted to {1}.");
        /// <summary>Enum {0} cannot be converted to {1}.</summary>
        internal static string @XmlInvalidDefaultEnumValue => GetResourceString("XmlInvalidDefaultEnumValue", @"Enum {0} cannot be converted to {1}.");
        /// <summary>{0} was not expected.</summary>
        internal static string @XmlUnknownNode => GetResourceString("XmlUnknownNode", @"{0} was not expected.");
        /// <summary>Instance validation error: '{0}' is not a valid value for {1}.</summary>
        internal static string @XmlUnknownConstant => GetResourceString("XmlUnknownConstant", @"Instance validation error: '{0}' is not a valid value for {1}.");
        /// <summary>There is an error in the XML document.</summary>
        internal static string @XmlSerializeError => GetResourceString("XmlSerializeError", @"There is an error in the XML document.");
        /// <summary>There is an error in XML document ({0}, {1}).</summary>
        internal static string @XmlSerializeErrorDetails => GetResourceString("XmlSerializeErrorDetails", @"There is an error in XML document ({0}, {1}).");
        /// <summary>There are more then one schema with targetNamespace='{0}'.</summary>
        internal static string @XmlSchemaDuplicateNamespace => GetResourceString("XmlSchemaDuplicateNamespace", @"There are more then one schema with targetNamespace='{0}'.");
        /// <summary>Cannot add schema to compiled schemas collection.</summary>
        internal static string @XmlSchemaCompiled => GetResourceString("XmlSchemaCompiled", @"Cannot add schema to compiled schemas collection.");
        /// <summary>SOAP-ENC:arrayType with multidimensional array found at {0}. Only single-dimensional arrays are supported. Consider using an array of arrays instead.</summary>
        internal static string @XmlInvalidArrayDimentions => GetResourceString("XmlInvalidArrayDimentions", @"SOAP-ENC:arrayType with multidimensional array found at {0}. Only single-dimensional arrays are supported. Consider using an array of arrays instead.");
        /// <summary>The SOAP-ENC:arrayType references type is named '{0}'; a type named '{1}' was expected at {2}.</summary>
        internal static string @XmlInvalidArrayTypeName => GetResourceString("XmlInvalidArrayTypeName", @"The SOAP-ENC:arrayType references type is named '{0}'; a type named '{1}' was expected at {2}.");
        /// <summary>The SOAP-ENC:arrayType references type is from namespace '{0}'; the namespace '{1}' was expected at {2}.</summary>
        internal static string @XmlInvalidArrayTypeNamespace => GetResourceString("XmlInvalidArrayTypeNamespace", @"The SOAP-ENC:arrayType references type is from namespace '{0}'; the namespace '{1}' was expected at {2}.");
        /// <summary>SOAP-ENC:arrayType was missing at {0}.</summary>
        internal static string @XmlMissingArrayType => GetResourceString("XmlMissingArrayType", @"SOAP-ENC:arrayType was missing at {0}.");
        /// <summary>SOAP-ENC:arrayType was empty at {0}.</summary>
        internal static string @XmlEmptyArrayType => GetResourceString("XmlEmptyArrayType", @"SOAP-ENC:arrayType was empty at {0}.");
        /// <summary>SOAP-ENC:arrayType must end with a ']' character.</summary>
        internal static string @XmlInvalidArraySyntax => GetResourceString("XmlInvalidArraySyntax", @"SOAP-ENC:arrayType must end with a ']' character.");
        /// <summary>Invalid wsd:arrayType syntax: '{0}'.</summary>
        internal static string @XmlInvalidArrayTypeSyntax => GetResourceString("XmlInvalidArrayTypeSyntax", @"Invalid wsd:arrayType syntax: '{0}'.");
        /// <summary>SOAP-ENC:arrayType has mismatched brackets.</summary>
        internal static string @XmlMismatchedArrayBrackets => GetResourceString("XmlMismatchedArrayBrackets", @"SOAP-ENC:arrayType has mismatched brackets.");
        /// <summary>SOAP-ENC:arrayType could not handle '{1}' as the length of the array.</summary>
        internal static string @XmlInvalidArrayLength => GetResourceString("XmlInvalidArrayLength", @"SOAP-ENC:arrayType could not handle '{1}' as the length of the array.");
        /// <summary>The referenced element with ID '{0}' is located outside the current document and cannot be retrieved.</summary>
        internal static string @XmlMissingHref => GetResourceString("XmlMissingHref", @"The referenced element with ID '{0}' is located outside the current document and cannot be retrieved.");
        /// <summary>The referenced element with ID '{0}' was not found in the document.</summary>
        internal static string @XmlInvalidHref => GetResourceString("XmlInvalidHref", @"The referenced element with ID '{0}' was not found in the document.");
        /// <summary>The specified type was not recognized: name='{0}', namespace='{1}', at {2}.</summary>
        internal static string @XmlUnknownType => GetResourceString("XmlUnknownType", @"The specified type was not recognized: name='{0}', namespace='{1}', at {2}.");
        /// <summary>The specified type is abstract: name='{0}', namespace='{1}', at {2}.</summary>
        internal static string @XmlAbstractType => GetResourceString("XmlAbstractType", @"The specified type is abstract: name='{0}', namespace='{1}', at {2}.");
        /// <summary>Exported mappings must come from the same importer.</summary>
        internal static string @XmlMappingsScopeMismatch => GetResourceString("XmlMappingsScopeMismatch", @"Exported mappings must come from the same importer.");
        /// <summary>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.</summary>
        internal static string @XmlMethodTypeNameConflict => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @XmlCannotReconcileAccessor => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @XmlCannotReconcileAttributeAccessor => GetResourceString("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.");
        /// <summary>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 defa ...</summary>
        internal static string @XmlCannotReconcileAccessorDefault => GetResourceString("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.");
        /// <summary>XmlRoot and XmlType attributes may not be specified for the type {0}.</summary>
        internal static string @XmlInvalidTypeAttributes => GetResourceString("XmlInvalidTypeAttributes", @"XmlRoot and XmlType attributes may not be specified for the type {0}.");
        /// <summary>XML attributes may not be specified for the type {0}.</summary>
        internal static string @XmlInvalidAttributeUse => GetResourceString("XmlInvalidAttributeUse", @"XML attributes may not be specified for the type {0}.");
        /// <summary>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.</summary>
        internal static string @XmlTypesDuplicate => GetResourceString("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.");
        /// <summary>An array of type {0} may not be used with XmlArrayType.Soap.</summary>
        internal static string @XmlInvalidSoapArray => GetResourceString("XmlInvalidSoapArray", @"An array of type {0} may not be used with XmlArrayType.Soap.");
        /// <summary>The type {0} may not be exported to a schema because the IncludeInSchema property of the XmlType attribute is 'false'.</summary>
        internal static string @XmlCannotIncludeInSchema => GetResourceString("XmlCannotIncludeInSchema", @"The type {0} may not be exported to a schema because the IncludeInSchema property of the XmlType attribute is 'false'.");
        /// <summary>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  ...</summary>
        internal static string @XmlInvalidSerializable => GetResourceString("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.");
        /// <summary>The type {0} may not be used in this context.</summary>
        internal static string @XmlInvalidUseOfType => GetResourceString("XmlInvalidUseOfType", @"The type {0} may not be used in this context.");
        /// <summary>The type {0} was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically.</summary>
        internal static string @XmlUnxpectedType => GetResourceString("XmlUnxpectedType", @"The type {0} was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically.");
        /// <summary>The XML element '{0}' from namespace '{1}' was not expected. The XML element name and namespace must match those provided via XmlAnyElementAttribute(s).</summary>
        internal static string @XmlUnknownAnyElement => GetResourceString("XmlUnknownAnyElement", @"The XML element '{0}' from namespace '{1}' was not expected. The XML element name and namespace must match those provided via XmlAnyElementAttribute(s).");
        /// <summary>{0}. {1} already has attributes.</summary>
        internal static string @XmlMultipleAttributeOverrides => GetResourceString("XmlMultipleAttributeOverrides", @"{0}. {1} already has attributes.");
        /// <summary>Only SoapEnum may be used on enum constants.</summary>
        internal static string @XmlInvalidEnumAttribute => GetResourceString("XmlInvalidEnumAttribute", @"Only SoapEnum may be used on enum constants.");
        /// <summary>The return value must be the first member.</summary>
        internal static string @XmlInvalidReturnPosition => GetResourceString("XmlInvalidReturnPosition", @"The return value must be the first member.");
        /// <summary>Only SoapElementAttribute or SoapAttributeAttribute may be used on members.</summary>
        internal static string @XmlInvalidElementAttribute => GetResourceString("XmlInvalidElementAttribute", @"Only SoapElementAttribute or SoapAttributeAttribute may be used on members.");
        /// <summary>The type Void is not valid in this context.</summary>
        internal static string @XmlInvalidVoid => GetResourceString("XmlInvalidVoid", @"The type Void is not valid in this context.");
        /// <summary>Invalid content {0}.</summary>
        internal static string @XmlInvalidContent => GetResourceString("XmlInvalidContent", @"Invalid content {0}.");
        /// <summary>{0} may not be used on parameters or return values when they are not wrapped.</summary>
        internal static string @XmlInvalidAttributeType => GetResourceString("XmlInvalidAttributeType", @"{0} may not be used on parameters or return values when they are not wrapped.");
        /// <summary>Type {0} cannot derive from {1} because it already has base type {2}.</summary>
        internal static string @XmlInvalidBaseType => GetResourceString("XmlInvalidBaseType", @"Type {0} cannot derive from {1} because it already has base type {2}.");
        /// <summary>Identifier '{0}' is not CLS-compliant.</summary>
        internal static string @XmlInvalidIdentifier => GetResourceString("XmlInvalidIdentifier", @"Identifier '{0}' is not CLS-compliant.");
        /// <summary>There was an error generating the XML document.</summary>
        internal static string @XmlGenError => GetResourceString("XmlGenError", @"There was an error generating the XML document.");
        /// <summary>Invalid namespace attribute: xmlns:{0}="".</summary>
        internal static string @XmlInvalidXmlns => GetResourceString("XmlInvalidXmlns", @"Invalid namespace attribute: xmlns:{0}="""".");
        /// <summary>A circular reference was detected while serializing an object of type {0}.</summary>
        internal static string @XmlCircularReference => GetResourceString("XmlCircularReference", @"A circular reference was detected while serializing an object of type {0}.");
        /// <summary>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.</summary>
        internal static string @XmlCircularReference2 => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @XmlAnonymousBaseType => GetResourceString("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.");
        /// <summary>Missing schema targetNamespace="{0}".</summary>
        internal static string @XmlMissingSchema => GetResourceString("XmlMissingSchema", @"Missing schema targetNamespace=""{0}"".");
        /// <summary>Cannot serialize object of type '{0}'. The object does not have serializable members.</summary>
        internal static string @XmlNoSerializableMembers => GetResourceString("XmlNoSerializableMembers", @"Cannot serialize object of type '{0}'. The object does not have serializable members.");
        /// <summary>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}'.</summary>
        internal static string @XmlIllegalOverride => GetResourceString("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}'.");
        /// <summary>Could not deserialize {0}. Parameterless constructor is required for collections and enumerators.</summary>
        internal static string @XmlReadOnlyCollection => GetResourceString("XmlReadOnlyCollection", @"Could not deserialize {0}. Parameterless constructor is required for collections and enumerators.");
        /// <summary>Cannot serialize {0}. Nested structs are not supported with encoded SOAP.</summary>
        internal static string @XmlRpcNestedValueType => GetResourceString("XmlRpcNestedValueType", @"Cannot serialize {0}. Nested structs are not supported with encoded SOAP.");
        /// <summary>Cannot serialize {0}. References in structs are not supported with encoded SOAP.</summary>
        internal static string @XmlRpcRefsInValueType => GetResourceString("XmlRpcRefsInValueType", @"Cannot serialize {0}. References in structs are not supported with encoded SOAP.");
        /// <summary>Cannot serialize {0}. Arrays of structs are not supported with encoded SOAP.</summary>
        internal static string @XmlRpcArrayOfValueTypes => GetResourceString("XmlRpcArrayOfValueTypes", @"Cannot serialize {0}. Arrays of structs are not supported with encoded SOAP.");
        /// <summary>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.</summary>
        internal static string @XmlDuplicateElementName => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @XmlDuplicateAttributeName => GetResourceString("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.");
        /// <summary>Element '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.</summary>
        internal static string @XmlBadBaseElement => GetResourceString("XmlBadBaseElement", @"Element '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.");
        /// <summary>Type '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.</summary>
        internal static string @XmlBadBaseType => GetResourceString("XmlBadBaseType", @"Type '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.");
        /// <summary>Namespace prefix '{0}' is not defined.</summary>
        internal static string @XmlUndefinedAlias => GetResourceString("XmlUndefinedAlias", @"Namespace prefix '{0}' is not defined.");
        /// <summary>Type of choice identifier '{0}' is inconsistent with type of '{1}'. Please use {2}.</summary>
        internal static string @XmlChoiceIdentifierType => GetResourceString("XmlChoiceIdentifierType", @"Type of choice identifier '{0}' is inconsistent with type of '{1}'. Please use {2}.");
        /// <summary>Type of choice identifier '{0}' is inconsistent with type of '{1}'. Please use array of {2}.</summary>
        internal static string @XmlChoiceIdentifierArrayType => GetResourceString("XmlChoiceIdentifierArrayType", @"Type of choice identifier '{0}' is inconsistent with type of '{1}'. Please use array of {2}.");
        /// <summary>Choice identifier '{0}' must be an enum.</summary>
        internal static string @XmlChoiceIdentifierTypeEnum => GetResourceString("XmlChoiceIdentifierTypeEnum", @"Choice identifier '{0}' must be an enum.");
        /// <summary>Missing '{0}' member needed for serialization of choice '{1}'.</summary>
        internal static string @XmlChoiceIdentifierMemberMissing => GetResourceString("XmlChoiceIdentifierMemberMissing", @"Missing '{0}' member needed for serialization of choice '{1}'.");
        /// <summary>Ambiguous choice identifier. There are several members named '{0}'.</summary>
        internal static string @XmlChoiceIdentifierAmbiguous => GetResourceString("XmlChoiceIdentifierAmbiguous", @"Ambiguous choice identifier. There are several members named '{0}'.");
        /// <summary>You need to add {0} to the '{1}' member.</summary>
        internal static string @XmlChoiceIdentifierMissing => GetResourceString("XmlChoiceIdentifierMissing", @"You need to add {0} to the '{1}' member.");
        /// <summary>Type {0} is missing enumeration value '{1}' for element '{2}' from namespace '{3}'.</summary>
        internal static string @XmlChoiceMissingValue => GetResourceString("XmlChoiceMissingValue", @"Type {0} is missing enumeration value '{1}' for element '{2}' from namespace '{3}'.");
        /// <summary>Type {0} is missing enumeration value '##any:' corresponding to XmlAnyElementAttribute.</summary>
        internal static string @XmlChoiceMissingAnyValue => GetResourceString("XmlChoiceMissingAnyValue", @"Type {0} is missing enumeration value '##any:' corresponding to XmlAnyElementAttribute.");
        /// <summary>Value of {0} mismatches the type of {1}; you need to set it to {2}.</summary>
        internal static string @XmlChoiceMismatchChoiceException => GetResourceString("XmlChoiceMismatchChoiceException", @"Value of {0} mismatches the type of {1}; you need to set it to {2}.");
        /// <summary>Ambiguous types specified for member '{0}'.  Items '{1}' and '{2}' have the same type.  Please consider using {3} with {4} instead.</summary>
        internal static string @XmlArrayItemAmbiguousTypes => GetResourceString("XmlArrayItemAmbiguousTypes", @"Ambiguous types specified for member '{0}'.  Items '{1}' and '{2}' have the same type.  Please consider using {3} with {4} instead.");
        /// <summary>Cannot serialize interface {0}.</summary>
        internal static string @XmlUnsupportedInterface => GetResourceString("XmlUnsupportedInterface", @"Cannot serialize interface {0}.");
        /// <summary>Cannot serialize member {0} of type {1} because it is an interface.</summary>
        internal static string @XmlUnsupportedInterfaceDetails => GetResourceString("XmlUnsupportedInterfaceDetails", @"Cannot serialize member {0} of type {1} because it is an interface.");
        /// <summary>Cannot serialize object of type {0}. Multidimensional arrays are not supported.</summary>
        internal static string @XmlUnsupportedRank => GetResourceString("XmlUnsupportedRank", @"Cannot serialize object of type {0}. Multidimensional arrays are not supported.");
        /// <summary>Using {0} as a base type for a class is not supported by XmlSerializer.</summary>
        internal static string @XmlUnsupportedInheritance => GetResourceString("XmlUnsupportedInheritance", @"Using {0} as a base type for a class is not supported by XmlSerializer.");
        /// <summary>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.</summary>
        internal static string @XmlIllegalMultipleText => GetResourceString("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.");
        /// <summary>XmlText may not be used on multiple parameters or return values.</summary>
        internal static string @XmlIllegalMultipleTextMembers => GetResourceString("XmlIllegalMultipleTextMembers", @"XmlText may not be used on multiple parameters or return values.");
        /// <summary>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.</summary>
        internal static string @XmlIllegalArrayTextAttribute => GetResourceString("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.");
        /// <summary>Cannot serialize object of type '{0}'. Consider changing type of XmlText member '{0}.{1}' from {2} to string or string array.</summary>
        internal static string @XmlIllegalTypedTextAttribute => GetResourceString("XmlIllegalTypedTextAttribute", @"Cannot serialize object of type '{0}'. Consider changing type of XmlText member '{0}.{1}' from {2} to string or string array.");
        /// <summary>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.</summary>
        internal static string @XmlIllegalSimpleContentExtension => GetResourceString("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.");
        /// <summary>Cannot assign object of type {0} to an object of type {1}.</summary>
        internal static string @XmlInvalidCast => GetResourceString("XmlInvalidCast", @"Cannot assign object of type {0} to an object of type {1}.");
        /// <summary>Cannot assign object of type {0} to an object of type {1}. The error occurred while reading node with id='{2}'.</summary>
        internal static string @XmlInvalidCastWithId => GetResourceString("XmlInvalidCastWithId", @"Cannot assign object of type {0} to an object of type {1}. The error occurred while reading node with id='{2}'.");
        /// <summary>Invalid reference id='{0}'. Object of type {1} cannot be stored in an array of this type. Details: array index={2}.</summary>
        internal static string @XmlInvalidArrayRef => GetResourceString("XmlInvalidArrayRef", @"Invalid reference id='{0}'. Object of type {1} cannot be stored in an array of this type. Details: array index={2}.");
        /// <summary>Cannot assign null value to an object of type {1}.</summary>
        internal static string @XmlInvalidNullCast => GetResourceString("XmlInvalidNullCast", @"Cannot assign null value to an object of type {1}.");
        /// <summary>Cannot serialize object of type '{0}' because it has multiple XmlNamespaceDeclarations attributes.</summary>
        internal static string @XmlMultipleXmlns => GetResourceString("XmlMultipleXmlns", @"Cannot serialize object of type '{0}' because it has multiple XmlNamespaceDeclarations attributes.");
        /// <summary>XmlNamespaceDeclarations may not be used on multiple parameters or return values.</summary>
        internal static string @XmlMultipleXmlnsMembers => GetResourceString("XmlMultipleXmlnsMembers", @"XmlNamespaceDeclarations may not be used on multiple parameters or return values.");
        /// <summary>Cannot use XmlNamespaceDeclarations attribute on member '{0}' of type {1}.  This attribute is only valid on members of type {2}.</summary>
        internal static string @XmlXmlnsInvalidType => GetResourceString("XmlXmlnsInvalidType", @"Cannot use XmlNamespaceDeclarations attribute on member '{0}' of type {1}.  This attribute is only valid on members of type {2}.");
        /// <summary>XmlNamespaceDeclarations attribute cannot be used in conjunction with any other custom attributes.</summary>
        internal static string @XmlSoleXmlnsAttribute => GetResourceString("XmlSoleXmlnsAttribute", @"XmlNamespaceDeclarations attribute cannot be used in conjunction with any other custom attributes.");
        /// <summary>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.</summary>
        internal static string @XmlConstructorHasSecurityAttributes => GetResourceString("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.");
        /// <summary>Invalid or missing value of the choice identifier '{1}' of type '{0}[]'.</summary>
        internal static string @XmlInvalidChoiceIdentifierValue => GetResourceString("XmlInvalidChoiceIdentifierValue", @"Invalid or missing value of the choice identifier '{1}' of type '{0}[]'.");
        /// <summary>The element '{0}' has been attributed with duplicate XmlAnyElementAttribute(Name="{1}", Namespace="{2}").</summary>
        internal static string @XmlAnyElementDuplicate => GetResourceString("XmlAnyElementDuplicate", @"The element '{0}' has been attributed with duplicate XmlAnyElementAttribute(Name=""{1}"", Namespace=""{2}"").");
        /// <summary>Enum values in the XmlChoiceIdentifier '{0}' have to be unique.  Value '{1}' already present.</summary>
        internal static string @XmlChoiceIdDuplicate => GetResourceString("XmlChoiceIdDuplicate", @"Enum values in the XmlChoiceIdentifier '{0}' have to be unique.  Value '{1}' already present.");
        /// <summary>Value '{0}' of the choice identifier '{1}' does not match element '{2}' from namespace '{3}'.</summary>
        internal static string @XmlChoiceIdentifierMismatch => GetResourceString("XmlChoiceIdentifierMismatch", @"Value '{0}' of the choice identifier '{1}' does not match element '{2}' from namespace '{3}'.");
        /// <summary>Cannot import schema for type '{0}' from namespace '{1}'. Redefine not supported.</summary>
        internal static string @XmlUnsupportedRedefine => GetResourceString("XmlUnsupportedRedefine", @"Cannot import schema for type '{0}' from namespace '{1}'. Redefine not supported.");
        /// <summary>The XML element named '{0}' from namespace '{1}' is already present in the current scope.</summary>
        internal static string @XmlDuplicateElementInScope => GetResourceString("XmlDuplicateElementInScope", @"The XML element named '{0}' from namespace '{1}' is already present in the current scope.");
        /// <summary>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.</summary>
        internal static string @XmlDuplicateElementInScope1 => GetResourceString("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.");
        /// <summary>One or more assemblies referenced by the XmlSerializer cannot be called from partially trusted code.</summary>
        internal static string @XmlNoPartialTrust => GetResourceString("XmlNoPartialTrust", @"One or more assemblies referenced by the XmlSerializer cannot be called from partially trusted code.");
        /// <summary>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.</summary>
        internal static string @XmlInvalidEncodingNotEncoded1 => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @XmlInvalidEncoding3 => GetResourceString("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.");
        /// <summary>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}.</summary>
        internal static string @XmlInvalidSpecifiedType => GetResourceString("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}.");
        /// <summary>Type {0} is not supported because it has unbound generic parameters.  Only instantiated generic types can be serialized.</summary>
        internal static string @XmlUnsupportedOpenGenericType => GetResourceString("XmlUnsupportedOpenGenericType", @"Type {0} is not supported because it has unbound generic parameters.  Only instantiated generic types can be serialized.");
        /// <summary>Warning: Cannot share {0} named '{1}' from '{2}' namespace. Several mismatched schema declarations were found.</summary>
        internal static string @XmlMismatchSchemaObjects => GetResourceString("XmlMismatchSchemaObjects", @"Warning: Cannot share {0} named '{1}' from '{2}' namespace. Several mismatched schema declarations were found.");
        /// <summary>Type '{0}' from targetNamespace='{1}' has invalid definition: Circular type reference.</summary>
        internal static string @XmlCircularTypeReference => GetResourceString("XmlCircularTypeReference", @"Type '{0}' from targetNamespace='{1}' has invalid definition: Circular type reference.");
        /// <summary>Group '{0}' from targetNamespace='{1}' has invalid definition: Circular group reference.</summary>
        internal static string @XmlCircularGroupReference => GetResourceString("XmlCircularGroupReference", @"Group '{0}' from targetNamespace='{1}' has invalid definition: Circular group reference.");
        /// <summary>{0}='{1}' is not supported with rpc\literal SOAP. The wrapper element has to be unqualified.</summary>
        internal static string @XmlRpcLitElementNamespace => GetResourceString("XmlRpcLitElementNamespace", @"{0}='{1}' is not supported with rpc\literal SOAP. The wrapper element has to be unqualified.");
        /// <summary>{0}='{1}' is not supported with rpc\literal SOAP. The wrapper element cannot be nullable.</summary>
        internal static string @XmlRpcLitElementNullable => GetResourceString("XmlRpcLitElementNullable", @"{0}='{1}' is not supported with rpc\literal SOAP. The wrapper element cannot be nullable.");
        /// <summary>Multiple accessors are not supported with rpc\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.</summary>
        internal static string @XmlRpcLitElements => GetResourceString("XmlRpcLitElements", @"Multiple accessors are not supported with rpc\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.");
        /// <summary>Input or output values of an rpc\literal method cannot have maxOccurs &gt; 1. Provide a wrapper element for '{0}' by using XmlArray or XmlArrayItem instead of XmlElement attribute.</summary>
        internal static string @XmlRpcLitArrayElement => GetResourceString("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.");
        /// <summary>XmlAttribute and XmlAnyAttribute cannot be used with rpc\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.</summary>
        internal static string @XmlRpcLitAttributeAttributes => GetResourceString("XmlRpcLitAttributeAttributes", @"XmlAttribute and XmlAnyAttribute cannot be used with rpc\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.");
        /// <summary>XmlText, XmlAnyElement, or XmlChoiceIdentifier cannot be used with rpc\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.</summary>
        internal static string @XmlRpcLitAttributes => GetResourceString("XmlRpcLitAttributes", @"XmlText, XmlAnyElement, or XmlChoiceIdentifier cannot be used with rpc\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.");
        /// <summary>Explicit sequencing may not be used on parameters or return values.  Please remove {0} property from custom attributes.</summary>
        internal static string @XmlSequenceMembers => GetResourceString("XmlSequenceMembers", @"Explicit sequencing may not be used on parameters or return values.  Please remove {0} property from custom attributes.");
        /// <summary>Input or output values of an rpc\literal method cannot have an XmlNamespaceDeclarations attribute (member '{0}').</summary>
        internal static string @XmlRpcLitXmlns => GetResourceString("XmlRpcLitXmlns", @"Input or output values of an rpc\literal method cannot have an XmlNamespaceDeclarations attribute (member '{0}').");
        /// <summary>Illegal namespace declaration xmlns:{0}='{1}'. Namespace alias '{0}' already defined in the current scope.</summary>
        internal static string @XmlDuplicateNs => GetResourceString("XmlDuplicateNs", @"Illegal namespace declaration xmlns:{0}='{1}'. Namespace alias '{0}' already defined in the current scope.");
        /// <summary>Cannot include anonymous type '{0}'.</summary>
        internal static string @XmlAnonymousInclude => GetResourceString("XmlAnonymousInclude", @"Cannot include anonymous type '{0}'.");
        /// <summary>Schema attribute schemaLocation='{1}' is not supported on objects of type {0}.  Please set {0}.Schema property.</summary>
        internal static string @XmlSchemaIncludeLocation => GetResourceString("XmlSchemaIncludeLocation", @"Schema attribute schemaLocation='{1}' is not supported on objects of type {0}.  Please set {0}.Schema property.");
        /// <summary>Schema type information provided by {0} is invalid: {1}</summary>
        internal static string @XmlSerializableSchemaError => GetResourceString("XmlSerializableSchemaError", @"Schema type information provided by {0} is invalid: {1}");
        /// <summary>'{0}' is an invalid language identifier.</summary>
        internal static string @XmlGetSchemaMethodName => GetResourceString("XmlGetSchemaMethodName", @"'{0}' is an invalid language identifier.");
        /// <summary>You must implement public static {0}({1}) method on {2}.</summary>
        internal static string @XmlGetSchemaMethodMissing => GetResourceString("XmlGetSchemaMethodMissing", @"You must implement public static {0}({1}) method on {2}.");
        /// <summary>Method {0}.{1}() specified by {2} has invalid signature: return type must be compatible with {3}.</summary>
        internal static string @XmlGetSchemaMethodReturnType => GetResourceString("XmlGetSchemaMethodReturnType", @"Method {0}.{1}() specified by {2} has invalid signature: return type must be compatible with {3}.");
        /// <summary>{0}.{1}() must return a valid type name.</summary>
        internal static string @XmlGetSchemaEmptyTypeName => GetResourceString("XmlGetSchemaEmptyTypeName", @"{0}.{1}() must return a valid type name.");
        /// <summary>{0}.{1}() must return a valid type name. Type '{2}' cannot be found in the targetNamespace='{3}'.</summary>
        internal static string @XmlGetSchemaTypeMissing => GetResourceString("XmlGetSchemaTypeMissing", @"{0}.{1}() must return a valid type name. Type '{2}' cannot be found in the targetNamespace='{3}'.");
        /// <summary>Multiple schemas with targetNamespace='{0}' returned by {1}.{2}().  Please use only the main (parent) schema, and add the others to the schema Includes.</summary>
        internal static string @XmlGetSchemaInclude => GetResourceString("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.");
        /// <summary>Only XmlRoot attribute may be specified for the type {0}. Please use {1} to specify schema type.</summary>
        internal static string @XmlSerializableAttributes => GetResourceString("XmlSerializableAttributes", @"Only XmlRoot attribute may be specified for the type {0}. Please use {1} to specify schema type.");
        /// <summary>Cannot merge schemas with targetNamespace='{0}'. Several mismatched declarations were found: {1}</summary>
        internal static string @XmlSerializableMergeItem => GetResourceString("XmlSerializableMergeItem", @"Cannot merge schemas with targetNamespace='{0}'. Several mismatched declarations were found: {1}");
        /// <summary>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}'.</summary>
        internal static string @XmlSerializableBadDerivation => GetResourceString("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}'.");
        /// <summary>Type '{0}' from namespace '{1}' does not have corresponding IXmlSerializable type. Please consider adding {2} to '{3}'.</summary>
        internal static string @XmlSerializableMissingClrType => GetResourceString("XmlSerializableMissingClrType", @"Type '{0}' from namespace '{1}' does not have corresponding IXmlSerializable type. Please consider adding {2} to '{3}'.");
        /// <summary>Circular reference in derivation of IXmlSerializable type '{0}'.</summary>
        internal static string @XmlCircularDerivation => GetResourceString("XmlCircularDerivation", @"Circular reference in derivation of IXmlSerializable type '{0}'.");
        /// <summary>This mapping was not crated by reflection importer and cannot be used in this context.</summary>
        internal static string @XmlMelformMapping => GetResourceString("XmlMelformMapping", @"This mapping was not crated by reflection importer and cannot be used in this context.");
        /// <summary>Schema with targetNamespace='{0}' has invalid syntax. {1} Line {2}, position {3}.</summary>
        internal static string @XmlSchemaSyntaxErrorDetails => GetResourceString("XmlSchemaSyntaxErrorDetails", @"Schema with targetNamespace='{0}' has invalid syntax. {1} Line {2}, position {3}.");
        /// <summary>Element reference '{0}' declared in schema type '{1}' from namespace '{2}'.</summary>
        internal static string @XmlSchemaElementReference => GetResourceString("XmlSchemaElementReference", @"Element reference '{0}' declared in schema type '{1}' from namespace '{2}'.");
        /// <summary>Attribute reference '{0}' declared in schema type '{1}' from namespace '{2}'.</summary>
        internal static string @XmlSchemaAttributeReference => GetResourceString("XmlSchemaAttributeReference", @"Attribute reference '{0}' declared in schema type '{1}' from namespace '{2}'.");
        /// <summary>Schema item '{1}' from namespace '{0}'. {2}</summary>
        internal static string @XmlSchemaItem => GetResourceString("XmlSchemaItem", @"Schema item '{1}' from namespace '{0}'. {2}");
        /// <summary>Schema item '{1}' named '{2}' from namespace '{0}'. {3}</summary>
        internal static string @XmlSchemaNamedItem => GetResourceString("XmlSchemaNamedItem", @"Schema item '{1}' named '{2}' from namespace '{0}'. {3}");
        /// <summary>Check content definition of schema type '{0}' from namespace '{1}'. {2}</summary>
        internal static string @XmlSchemaContentDef => GetResourceString("XmlSchemaContentDef", @"Check content definition of schema type '{0}' from namespace '{1}'. {2}");
        /// <summary>Schema with targetNamespace='{0}' has invalid syntax. {1}</summary>
        internal static string @XmlSchema => GetResourceString("XmlSchema", @"Schema with targetNamespace='{0}' has invalid syntax. {1}");
        /// <summary>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}'.</summary>
        internal static string @XmlSerializableRootDupName => GetResourceString("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}'.");
        /// <summary>Type '{0}' is not serializable.</summary>
        internal static string @XmlNotSerializable => GetResourceString("XmlNotSerializable", @"Type '{0}' is not serializable.");
        /// <summary>Type '{0}' is from an AssemblyLoadContext which is incompatible with that which contains this XmlSerializer.</summary>
        internal static string @XmlTypeInBadLoadContext => GetResourceString("XmlTypeInBadLoadContext", @"Type '{0}' is from an AssemblyLoadContext which is incompatible with that which contains this XmlSerializer.");
        /// <summary>Invalid XmlSerializerAssemblyAttribute usage. Please use {0} property or {1} property.</summary>
        internal static string @XmlPregenInvalidXmlSerializerAssemblyAttribute => GetResourceString("XmlPregenInvalidXmlSerializerAssemblyAttribute", @"Invalid XmlSerializerAssemblyAttribute usage. Please use {0} property or {1} property.");
        /// <summary>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}'.</summary>
        internal static string @XmlSequenceInconsistent => GetResourceString("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}'.");
        /// <summary>'{1}' values must be unique within the same scope. Value '{0}' is in use. Please change '{1}' property on '{2}'.</summary>
        internal static string @XmlSequenceUnique => GetResourceString("XmlSequenceUnique", @"'{1}' values must be unique within the same scope. Value '{0}' is in use. Please change '{1}' property on '{2}'.");
        /// <summary>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.</summary>
        internal static string @XmlSequenceHierarchy => GetResourceString("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.");
        /// <summary>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.</summary>
        internal static string @XmlSequenceMatch => GetResourceString("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.");
        /// <summary>Negative values are prohibited.</summary>
        internal static string @XmlDisallowNegativeValues => GetResourceString("XmlDisallowNegativeValues", @"Negative values are prohibited.");
        /// <summary>This is an unexpected token. The expected token is '{0}'.</summary>
        internal static string @Xml_UnexpectedToken => GetResourceString("Xml_UnexpectedToken", @"This is an unexpected token. The expected token is '{0}'.");
        /// <summary>The '{0}' attribute has an invalid value according to its data type.</summary>
        internal static string @Sch_AttributeValueDataType => GetResourceString("Sch_AttributeValueDataType", @"The '{0}' attribute has an invalid value according to its data type.");
        /// <summary>The '{0}' element has an invalid value according to its data type.</summary>
        internal static string @Sch_ElementValueDataType => GetResourceString("Sch_ElementValueDataType", @"The '{0}' element has an invalid value according to its data type.");
        /// <summary>Internal error.</summary>
        internal static string @XmlInternalError => GetResourceString("XmlInternalError", @"Internal error.");
        /// <summary>Internal error: {0}.</summary>
        internal static string @XmlInternalErrorDetails => GetResourceString("XmlInternalErrorDetails", @"Internal error: {0}.");
        /// <summary>Internal error: missing generated method for {0}.</summary>
        internal static string @XmlInternalErrorMethod => GetResourceString("XmlInternalErrorMethod", @"Internal error: missing generated method for {0}.");
        /// <summary>Only TypeKind.Root can be set for typeof(object) which is never value type.</summary>
        internal static string @Arg_NeverValueType => GetResourceString("Arg_NeverValueType", @"Only TypeKind.Root can be set for typeof(object) which is never value type.");
        /// <summary>Invalid byte was found at index {0}.</summary>
        internal static string @Enc_InvalidByteInEncoding => GetResourceString("Enc_InvalidByteInEncoding", @"Invalid byte was found at index {0}.");
        /// <summary>The XmlReader passed in to construct this XmlValidatingReaderImpl must be an instance of a System.Xml.XmlTextReader.</summary>
        internal static string @Arg_ExpectingXmlTextReader => GetResourceString("Arg_ExpectingXmlTextReader", @"The XmlReader passed in to construct this XmlValidatingReaderImpl must be an instance of a System.Xml.XmlTextReader.");
        /// <summary>Cannot create node of type {0}.</summary>
        internal static string @Arg_CannotCreateNode => GetResourceString("Arg_CannotCreateNode", @"Cannot create node of type {0}.");
        /// <summary>Type is incompatible.</summary>
        internal static string @Arg_IncompatibleParamType => GetResourceString("Arg_IncompatibleParamType", @"Type is incompatible.");
        /// <summary>--- End of inner exception stack trace ---</summary>
        internal static string @Xml_EndOfInnerExceptionStack => GetResourceString("Xml_EndOfInnerExceptionStack", @"--- End of inner exception stack trace ---");
        /// <summary>String literal was not closed.</summary>
        internal static string @XPath_UnclosedString => GetResourceString("XPath_UnclosedString", @"String literal was not closed.");
        /// <summary>Scientific notation is not allowed.</summary>
        internal static string @XPath_ScientificNotation => GetResourceString("XPath_ScientificNotation", @"Scientific notation is not allowed.");
        /// <summary>Unexpected token '{0}' in the expression.</summary>
        internal static string @XPath_UnexpectedToken => GetResourceString("XPath_UnexpectedToken", @"Unexpected token '{0}' in the expression.");
        /// <summary>Expected a node test, found '{0}'.</summary>
        internal static string @XPath_NodeTestExpected => GetResourceString("XPath_NodeTestExpected", @"Expected a node test, found '{0}'.");
        /// <summary>Expected end of the expression, found '{0}'.</summary>
        internal static string @XPath_EofExpected => GetResourceString("XPath_EofExpected", @"Expected end of the expression, found '{0}'.");
        /// <summary>Expected token '{0}', found '{1}'.</summary>
        internal static string @XPath_TokenExpected => GetResourceString("XPath_TokenExpected", @"Expected token '{0}', found '{1}'.");
        /// <summary>Only 'child' and 'attribute' axes are allowed in a pattern outside predicates.</summary>
        internal static string @XPath_InvalidAxisInPattern => GetResourceString("XPath_InvalidAxisInPattern", @"Only 'child' and 'attribute' axes are allowed in a pattern outside predicates.");
        /// <summary>Abbreviated step '.' cannot be followed by a predicate. Use the full form 'self::node()[predicate]' instead.</summary>
        internal static string @XPath_PredicateAfterDot => GetResourceString("XPath_PredicateAfterDot", @"Abbreviated step '.' cannot be followed by a predicate. Use the full form 'self::node()[predicate]' instead.");
        /// <summary>Abbreviated step '..' cannot be followed by a predicate. Use the full form 'parent::node()[predicate]' instead.</summary>
        internal static string @XPath_PredicateAfterDotDot => GetResourceString("XPath_PredicateAfterDotDot", @"Abbreviated step '..' cannot be followed by a predicate. Use the full form 'parent::node()[predicate]' instead.");
        /// <summary>Function '{0}()' must have {1} argument(s).</summary>
        internal static string @XPath_NArgsExpected => GetResourceString("XPath_NArgsExpected", @"Function '{0}()' must have {1} argument(s).");
        /// <summary>Function '{0}()' must have {1} or {2} argument(s).</summary>
        internal static string @XPath_NOrMArgsExpected => GetResourceString("XPath_NOrMArgsExpected", @"Function '{0}()' must have {1} or {2} argument(s).");
        /// <summary>Function '{0}()' must have at least {1} argument(s).</summary>
        internal static string @XPath_AtLeastNArgsExpected => GetResourceString("XPath_AtLeastNArgsExpected", @"Function '{0}()' must have at least {1} argument(s).");
        /// <summary>Function '{0}()' must have no more than {2} arguments.</summary>
        internal static string @XPath_AtMostMArgsExpected => GetResourceString("XPath_AtMostMArgsExpected", @"Function '{0}()' must have no more than {2} arguments.");
        /// <summary>Argument {1} of function '{0}()' cannot be converted to a node-set.</summary>
        internal static string @XPath_NodeSetArgumentExpected => GetResourceString("XPath_NodeSetArgumentExpected", @"Argument {1} of function '{0}()' cannot be converted to a node-set.");
        /// <summary>Expression must evaluate to a node-set.</summary>
        internal static string @XPath_NodeSetExpected => GetResourceString("XPath_NodeSetExpected", @"Expression must evaluate to a node-set.");
        /// <summary>To use a result tree fragment in a path expression, first convert it to a node-set using the msxsl:node-set() function.</summary>
        internal static string @XPath_RtfInPathExpr => GetResourceString("XPath_RtfInPathExpr", @"To use a result tree fragment in a path expression, first convert it to a node-set using the msxsl:node-set() function.");
        /// <summary>Warning as Error: {0}</summary>
        internal static string @Xslt_WarningAsError => GetResourceString("Xslt_WarningAsError", @"Warning as Error: {0}");
        /// <summary>The stylesheet is too complex.</summary>
        internal static string @Xslt_InputTooComplex => GetResourceString("Xslt_InputTooComplex", @"The stylesheet is too complex.");
        /// <summary>Cannot load the stylesheet object referenced by URI '{0}', because the provided XmlResolver returned an object of type '{1}'. One of Stream, XmlReader, and IXPathNavigable types was expected.</summary>
        internal static string @Xslt_CannotLoadStylesheet => GetResourceString("Xslt_CannotLoadStylesheet", @"Cannot load the stylesheet object referenced by URI '{0}', because the provided XmlResolver returned an object of type '{1}'. One of Stream, XmlReader, and IXPathNavigable types was expected.");
        /// <summary>Stylesheet must start either with an 'xsl:stylesheet' or an 'xsl:transform' element, or with a literal result element that has an 'xsl:version' attribute, where prefix 'xsl' denotes the 'http://www.w3.org/1999/XSL/Transform' namespace.</summary>
        internal static string @Xslt_WrongStylesheetElement => GetResourceString("Xslt_WrongStylesheetElement", @"Stylesheet must start either with an 'xsl:stylesheet' or an 'xsl:transform' element, or with a literal result element that has an 'xsl:version' attribute, where prefix 'xsl' denotes the 'http://www.w3.org/1999/XSL/Transform' namespace.");
        /// <summary>The 'http://www.w3.org/TR/WD-xsl' namespace is no longer supported.</summary>
        internal static string @Xslt_WdXslNamespace => GetResourceString("Xslt_WdXslNamespace", @"The 'http://www.w3.org/TR/WD-xsl' namespace is no longer supported.");
        /// <summary>'{0}' element children must precede all other children of the '{1}' element.</summary>
        internal static string @Xslt_NotAtTop => GetResourceString("Xslt_NotAtTop", @"'{0}' element children must precede all other children of the '{1}' element.");
        /// <summary>'{0}' cannot be a child of the '{1}' element.</summary>
        internal static string @Xslt_UnexpectedElement => GetResourceString("Xslt_UnexpectedElement", @"'{0}' cannot be a child of the '{1}' element.");
        /// <summary>Top-level element '{0}' may not have a null namespace URI.</summary>
        internal static string @Xslt_NullNsAtTopLevel => GetResourceString("Xslt_NullNsAtTopLevel", @"Top-level element '{0}' may not have a null namespace URI.");
        /// <summary>'{0}' element cannot have text node children.</summary>
        internal static string @Xslt_TextNodesNotAllowed => GetResourceString("Xslt_TextNodesNotAllowed", @"'{0}' element cannot have text node children.");
        /// <summary>The contents of '{0}' must be empty.</summary>
        internal static string @Xslt_NotEmptyContents => GetResourceString("Xslt_NotEmptyContents", @"The contents of '{0}' must be empty.");
        /// <summary>'{0}' is an invalid attribute for the '{1}' element.</summary>
        internal static string @Xslt_InvalidAttribute => GetResourceString("Xslt_InvalidAttribute", @"'{0}' is an invalid attribute for the '{1}' element.");
        /// <summary>Missing mandatory attribute '{0}'.</summary>
        internal static string @Xslt_MissingAttribute => GetResourceString("Xslt_MissingAttribute", @"Missing mandatory attribute '{0}'.");
        /// <summary>'{1}' is an invalid value for the '{0}' attribute.</summary>
        internal static string @Xslt_InvalidAttrValue => GetResourceString("Xslt_InvalidAttrValue", @"'{1}' is an invalid value for the '{0}' attribute.");
        /// <summary>The value of the '{0}' attribute must be '{1}' or '{2}'.</summary>
        internal static string @Xslt_BistateAttribute => GetResourceString("Xslt_BistateAttribute", @"The value of the '{0}' attribute must be '{1}' or '{2}'.");
        /// <summary>The value of the '{0}' attribute must be a single character.</summary>
        internal static string @Xslt_CharAttribute => GetResourceString("Xslt_CharAttribute", @"The value of the '{0}' attribute must be a single character.");
        /// <summary>Stylesheet '{0}' cannot directly or indirectly include or import itself.</summary>
        internal static string @Xslt_CircularInclude => GetResourceString("Xslt_CircularInclude", @"Stylesheet '{0}' cannot directly or indirectly include or import itself.");
        /// <summary>The right curly brace in an attribute value template '{0}' outside an expression must be doubled.</summary>
        internal static string @Xslt_SingleRightBraceInAvt => GetResourceString("Xslt_SingleRightBraceInAvt", @"The right curly brace in an attribute value template '{0}' outside an expression must be doubled.");
        /// <summary>The variable or parameter '{0}' cannot have both a 'select' attribute and non-empty content.</summary>
        internal static string @Xslt_VariableCntSel2 => GetResourceString("Xslt_VariableCntSel2", @"The variable or parameter '{0}' cannot have both a 'select' attribute and non-empty content.");
        /// <summary>'xsl:key' has a 'use' attribute and has non-empty content, or it has empty content and no 'use' attribute.</summary>
        internal static string @Xslt_KeyCntUse => GetResourceString("Xslt_KeyCntUse", @"'xsl:key' has a 'use' attribute and has non-empty content, or it has empty content and no 'use' attribute.");
        /// <summary>'{0}' is a duplicate template name.</summary>
        internal static string @Xslt_DupTemplateName => GetResourceString("Xslt_DupTemplateName", @"'{0}' is a duplicate template name.");
        /// <summary>'xsl:template' must have either a 'match' attribute or a 'name' attribute, or both.</summary>
        internal static string @Xslt_BothMatchNameAbsent => GetResourceString("Xslt_BothMatchNameAbsent", @"'xsl:template' must have either a 'match' attribute or a 'name' attribute, or both.");
        /// <summary>The variable or parameter '{0}' is either not defined or it is out of scope.</summary>
        internal static string @Xslt_InvalidVariable => GetResourceString("Xslt_InvalidVariable", @"The variable or parameter '{0}' is either not defined or it is out of scope.");
        /// <summary>The variable or parameter '{0}' was duplicated with the same import precedence.</summary>
        internal static string @Xslt_DupGlobalVariable => GetResourceString("Xslt_DupGlobalVariable", @"The variable or parameter '{0}' was duplicated with the same import precedence.");
        /// <summary>The variable or parameter '{0}' was duplicated within the same scope.</summary>
        internal static string @Xslt_DupLocalVariable => GetResourceString("Xslt_DupLocalVariable", @"The variable or parameter '{0}' was duplicated within the same scope.");
        /// <summary>Namespace URI '{0}' is declared to be an alias for multiple different namespace URIs with the same import precedence.</summary>
        internal static string @Xslt_DupNsAlias => GetResourceString("Xslt_DupNsAlias", @"Namespace URI '{0}' is declared to be an alias for multiple different namespace URIs with the same import precedence.");
        /// <summary>The value of the '{0}' attribute cannot be empty.</summary>
        internal static string @Xslt_EmptyAttrValue => GetResourceString("Xslt_EmptyAttrValue", @"The value of the '{0}' attribute cannot be empty.");
        /// <summary>The value of the '{0}' attribute cannot be empty. Use '#default' to specify the default namespace.</summary>
        internal static string @Xslt_EmptyNsAlias => GetResourceString("Xslt_EmptyNsAlias", @"The value of the '{0}' attribute cannot be empty. Use '#default' to specify the default namespace.");
        /// <summary>'{0}()' is an unknown XSLT function.</summary>
        internal static string @Xslt_UnknownXsltFunction => GetResourceString("Xslt_UnknownXsltFunction", @"'{0}()' is an unknown XSLT function.");
        /// <summary>'{0}()' is an unsupported XSLT function.</summary>
        internal static string @Xslt_UnsupportedXsltFunction => GetResourceString("Xslt_UnsupportedXsltFunction", @"'{0}()' is an unsupported XSLT function.");
        /// <summary>A reference to attribute set '{0}' cannot be resolved. An 'xsl:attribute-set' of this name must be declared at the top level of the stylesheet.</summary>
        internal static string @Xslt_NoAttributeSet => GetResourceString("Xslt_NoAttributeSet", @"A reference to attribute set '{0}' cannot be resolved. An 'xsl:attribute-set' of this name must be declared at the top level of the stylesheet.");
        /// <summary>A reference to key '{0}' cannot be resolved. An 'xsl:key' of this name must be declared at the top level of the stylesheet.</summary>
        internal static string @Xslt_UndefinedKey => GetResourceString("Xslt_UndefinedKey", @"A reference to key '{0}' cannot be resolved. An 'xsl:key' of this name must be declared at the top level of the stylesheet.");
        /// <summary>Circular reference in the definition of attribute set '{0}'.</summary>
        internal static string @Xslt_CircularAttributeSet => GetResourceString("Xslt_CircularAttributeSet", @"Circular reference in the definition of attribute set '{0}'.");
        /// <summary>The named template '{0}' does not exist.</summary>
        internal static string @Xslt_InvalidCallTemplate => GetResourceString("Xslt_InvalidCallTemplate", @"The named template '{0}' does not exist.");
        /// <summary>Prefix '{0}' is not defined.</summary>
        internal static string @Xslt_InvalidPrefix => GetResourceString("Xslt_InvalidPrefix", @"Prefix '{0}' is not defined.");
        /// <summary>Script block cannot implement the XSLT namespace.</summary>
        internal static string @Xslt_ScriptXsltNamespace => GetResourceString("Xslt_ScriptXsltNamespace", @"Script block cannot implement the XSLT namespace.");
        /// <summary>Scripting language '{0}' is not supported.</summary>
        internal static string @Xslt_ScriptInvalidLanguage => GetResourceString("Xslt_ScriptInvalidLanguage", @"Scripting language '{0}' is not supported.");
        /// <summary>All script blocks implementing the namespace '{0}' must use the same language.</summary>
        internal static string @Xslt_ScriptMixedLanguages => GetResourceString("Xslt_ScriptMixedLanguages", @"All script blocks implementing the namespace '{0}' must use the same language.");
        /// <summary>Cannot have both an extension object and a script implementing the same namespace '{0}'.</summary>
        internal static string @Xslt_ScriptAndExtensionClash => GetResourceString("Xslt_ScriptAndExtensionClash", @"Cannot have both an extension object and a script implementing the same namespace '{0}'.");
        /// <summary>Decimal format '{0}' is not defined.</summary>
        internal static string @Xslt_NoDecimalFormat => GetResourceString("Xslt_NoDecimalFormat", @"Decimal format '{0}' is not defined.");
        /// <summary>The '{0}' and '{1}' attributes of 'xsl:decimal-format' must have distinct values.</summary>
        internal static string @Xslt_DecimalFormatSignsNotDistinct => GetResourceString("Xslt_DecimalFormatSignsNotDistinct", @"The '{0}' and '{1}' attributes of 'xsl:decimal-format' must have distinct values.");
        /// <summary>The '{0}' attribute of 'xsl:decimal-format' cannot be redefined with a value of '{1}'.</summary>
        internal static string @Xslt_DecimalFormatRedefined => GetResourceString("Xslt_DecimalFormatRedefined", @"The '{0}' attribute of 'xsl:decimal-format' cannot be redefined with a value of '{1}'.");
        /// <summary>'{0}' is not a recognized extension element.</summary>
        internal static string @Xslt_UnknownExtensionElement => GetResourceString("Xslt_UnknownExtensionElement", @"'{0}' is not a recognized extension element.");
        /// <summary>An 'xsl:template' element without a 'match' attribute cannot have a 'mode' attribute.</summary>
        internal static string @Xslt_ModeWithoutMatch => GetResourceString("Xslt_ModeWithoutMatch", @"An 'xsl:template' element without a 'match' attribute cannot have a 'mode' attribute.");
        /// <summary>List of modes in 'xsl:template' element can't be empty.</summary>
        internal static string @Xslt_ModeListEmpty => GetResourceString("Xslt_ModeListEmpty", @"List of modes in 'xsl:template' element can't be empty.");
        /// <summary>List of modes in 'xsl:template' element can't contain duplicates ('{0}').</summary>
        internal static string @Xslt_ModeListDup => GetResourceString("Xslt_ModeListDup", @"List of modes in 'xsl:template' element can't contain duplicates ('{0}').");
        /// <summary>List of modes in 'xsl:template' element can't contain token '#all' together with any other value.</summary>
        internal static string @Xslt_ModeListAll => GetResourceString("Xslt_ModeListAll", @"List of modes in 'xsl:template' element can't contain token '#all' together with any other value.");
        /// <summary>An 'xsl:template' element without a 'match' attribute cannot have a 'priority' attribute.</summary>
        internal static string @Xslt_PriorityWithoutMatch => GetResourceString("Xslt_PriorityWithoutMatch", @"An 'xsl:template' element without a 'match' attribute cannot have a 'priority' attribute.");
        /// <summary>An 'xsl:apply-imports' element can only occur within an 'xsl:template' element with a 'match' attribute, and cannot occur within an 'xsl:for-each' element.</summary>
        internal static string @Xslt_InvalidApplyImports => GetResourceString("Xslt_InvalidApplyImports", @"An 'xsl:apply-imports' element can only occur within an 'xsl:template' element with a 'match' attribute, and cannot occur within an 'xsl:for-each' element.");
        /// <summary>Value of parameter '{0}' cannot be specified more than once within a single 'xsl:call-template' or 'xsl:apply-templates' element.</summary>
        internal static string @Xslt_DuplicateWithParam => GetResourceString("Xslt_DuplicateWithParam", @"Value of parameter '{0}' cannot be specified more than once within a single 'xsl:call-template' or 'xsl:apply-templates' element.");
        /// <summary>Elements and attributes cannot belong to the reserved namespace '{0}'.</summary>
        internal static string @Xslt_ReservedNS => GetResourceString("Xslt_ReservedNS", @"Elements and attributes cannot belong to the reserved namespace '{0}'.");
        /// <summary>An attribute with a local name 'xmlns' and a null namespace URI cannot be created.</summary>
        internal static string @Xslt_XmlnsAttr => GetResourceString("Xslt_XmlnsAttr", @"An attribute with a local name 'xmlns' and a null namespace URI cannot be created.");
        /// <summary>An 'xsl:choose' element must have at least one 'xsl:when' child.</summary>
        internal static string @Xslt_NoWhen => GetResourceString("Xslt_NoWhen", @"An 'xsl:choose' element must have at least one 'xsl:when' child.");
        /// <summary>'xsl:when' must precede the 'xsl:otherwise' element.</summary>
        internal static string @Xslt_WhenAfterOtherwise => GetResourceString("Xslt_WhenAfterOtherwise", @"'xsl:when' must precede the 'xsl:otherwise' element.");
        /// <summary>An 'xsl:choose' element can have only one 'xsl:otherwise' child.</summary>
        internal static string @Xslt_DupOtherwise => GetResourceString("Xslt_DupOtherwise", @"An 'xsl:choose' element can have only one 'xsl:otherwise' child.");
        /// <summary>Attribute '{0}' of 'xsl:output' cannot be defined more than once with the same import precedence.</summary>
        internal static string @Xslt_AttributeRedefinition => GetResourceString("Xslt_AttributeRedefinition", @"Attribute '{0}' of 'xsl:output' cannot be defined more than once with the same import precedence.");
        /// <summary>'{0}' is not a supported output method. Supported methods are 'xml', 'html', and 'text'.</summary>
        internal static string @Xslt_InvalidMethod => GetResourceString("Xslt_InvalidMethod", @"'{0}' is not a supported output method. Supported methods are 'xml', 'html', and 'text'.");
        /// <summary>'{0}' is not a supported encoding name.</summary>
        internal static string @Xslt_InvalidEncoding => GetResourceString("Xslt_InvalidEncoding", @"'{0}' is not a supported encoding name.");
        /// <summary>'{0}' is not a supported language identifier.</summary>
        internal static string @Xslt_InvalidLanguage => GetResourceString("Xslt_InvalidLanguage", @"'{0}' is not a supported language identifier.");
        /// <summary>String comparison option(s) '{0}' are either invalid or cannot be used together.</summary>
        internal static string @Xslt_InvalidCompareOption => GetResourceString("Xslt_InvalidCompareOption", @"String comparison option(s) '{0}' are either invalid or cannot be used together.");
        /// <summary>The 'key()' function cannot be used in 'use' and 'match' attributes of 'xsl:key' element.</summary>
        internal static string @Xslt_KeyNotAllowed => GetResourceString("Xslt_KeyNotAllowed", @"The 'key()' function cannot be used in 'use' and 'match' attributes of 'xsl:key' element.");
        /// <summary>Variables cannot be used within this expression.</summary>
        internal static string @Xslt_VariablesNotAllowed => GetResourceString("Xslt_VariablesNotAllowed", @"Variables cannot be used within this expression.");
        /// <summary>The 'current()' function cannot be used in a pattern.</summary>
        internal static string @Xslt_CurrentNotAllowed => GetResourceString("Xslt_CurrentNotAllowed", @"The 'current()' function cannot be used in a pattern.");
        /// <summary>Execution of the 'document()' function was prohibited. Use the XsltSettings.EnableDocumentFunction property to enable it.</summary>
        internal static string @Xslt_DocumentFuncProhibited => GetResourceString("Xslt_DocumentFuncProhibited", @"Execution of the 'document()' function was prohibited. Use the XsltSettings.EnableDocumentFunction property to enable it.");
        /// <summary>Execution of scripts was prohibited. Use the XsltSettings.EnableScript property to enable it.</summary>
        internal static string @Xslt_ScriptsProhibited => GetResourceString("Xslt_ScriptsProhibited", @"Execution of scripts was prohibited. Use the XsltSettings.EnableScript property to enable it.");
        /// <summary>Extension functions cannot return null values.</summary>
        internal static string @Xslt_ItemNull => GetResourceString("Xslt_ItemNull", @"Extension functions cannot return null values.");
        /// <summary>Cannot convert a node-set which contains zero nodes or more than one node to a single node.</summary>
        internal static string @Xslt_NodeSetNotNode => GetResourceString("Xslt_NodeSetNotNode", @"Cannot convert a node-set which contains zero nodes or more than one node to a single node.");
        /// <summary>Extension function parameters or return values which have Clr type '{0}' are not supported.</summary>
        internal static string @Xslt_UnsupportedClrType => GetResourceString("Xslt_UnsupportedClrType", @"Extension function parameters or return values which have Clr type '{0}' are not supported.");
        /// <summary>'{0}' is not yet implemented.</summary>
        internal static string @Xslt_NotYetImplemented => GetResourceString("Xslt_NotYetImplemented", @"'{0}' is not yet implemented.");
        /// <summary>'{0}' declaration is not permitted in non-schema aware processor.</summary>
        internal static string @Xslt_SchemaDeclaration => GetResourceString("Xslt_SchemaDeclaration", @"'{0}' declaration is not permitted in non-schema aware processor.");
        /// <summary>Attribute '{0}' is not permitted in basic XSLT processor (http://www.w3.org/TR/xslt20/#dt-basic-xslt-processor).</summary>
        internal static string @Xslt_SchemaAttribute => GetResourceString("Xslt_SchemaAttribute", @"Attribute '{0}' is not permitted in basic XSLT processor (http://www.w3.org/TR/xslt20/#dt-basic-xslt-processor).");
        /// <summary>Value '{1}' of attribute '{0}' is not permitted in basic XSLT processor (http://www.w3.org/TR/xslt20/#dt-basic-xslt-processor).</summary>
        internal static string @Xslt_SchemaAttributeValue => GetResourceString("Xslt_SchemaAttributeValue", @"Value '{1}' of attribute '{0}' is not permitted in basic XSLT processor (http://www.w3.org/TR/xslt20/#dt-basic-xslt-processor).");
        /// <summary>The element '{0}' cannot have both a 'select' attribute and non-empty content.</summary>
        internal static string @Xslt_ElementCntSel => GetResourceString("Xslt_ElementCntSel", @"The element '{0}' cannot have both a 'select' attribute and non-empty content.");
        /// <summary>The element 'xsl:perform-sort' cannot have 'select' attribute any content other than 'xsl:sort' and 'xsl:fallback' instructions.</summary>
        internal static string @Xslt_PerformSortCntSel => GetResourceString("Xslt_PerformSortCntSel", @"The element 'xsl:perform-sort' cannot have 'select' attribute any content other than 'xsl:sort' and 'xsl:fallback' instructions.");
        /// <summary>Mandatory parameter '{0}' must be empty and must not have a 'select' attribute.</summary>
        internal static string @Xslt_RequiredAndSelect => GetResourceString("Xslt_RequiredAndSelect", @"Mandatory parameter '{0}' must be empty and must not have a 'select' attribute.");
        /// <summary>Element '{0}' must have either 'select' attribute or non-empty content.</summary>
        internal static string @Xslt_NoSelectNoContent => GetResourceString("Xslt_NoSelectNoContent", @"Element '{0}' must have either 'select' attribute or non-empty content.");
        /// <summary>Stylesheet or function parameter '{0}' cannot have attribute 'tunnel'.</summary>
        internal static string @Xslt_NonTemplateTunnel => GetResourceString("Xslt_NonTemplateTunnel", @"Stylesheet or function parameter '{0}' cannot have attribute 'tunnel'.");
        /// <summary>Value '#default' is used within the 'exclude-result-prefixes' attribute and the parent element of this attribute has no default namespace.</summary>
        internal static string @Xslt_ExcludeDefault => GetResourceString("Xslt_ExcludeDefault", @"Value '#default' is used within the 'exclude-result-prefixes' attribute and the parent element of this attribute has no default namespace.");
        /// <summary>The value of an 'default-collation' attribute contains no recognized collation URI.</summary>
        internal static string @Xslt_CollationSyntax => GetResourceString("Xslt_CollationSyntax", @"The value of an 'default-collation' attribute contains no recognized collation URI.");
        /// <summary>'xsl:analyze-string' cannot have second child with name '{0}'.</summary>
        internal static string @Xslt_AnalyzeStringDupChild => GetResourceString("Xslt_AnalyzeStringDupChild", @"'xsl:analyze-string' cannot have second child with name '{0}'.");
        /// <summary>When both 'xsl:matching-string' and 'xsl:non-matching-string' elements are present, 'xsl:matching-string' element must come first.</summary>
        internal static string @Xslt_AnalyzeStringChildOrder => GetResourceString("Xslt_AnalyzeStringChildOrder", @"When both 'xsl:matching-string' and 'xsl:non-matching-string' elements are present, 'xsl:matching-string' element must come first.");
        /// <summary>'xsl:analyze-string' must contain either 'xsl:matching-string' or 'xsl:non-matching-string' elements or both.</summary>
        internal static string @Xslt_AnalyzeStringEmpty => GetResourceString("Xslt_AnalyzeStringEmpty", @"'xsl:analyze-string' must contain either 'xsl:matching-string' or 'xsl:non-matching-string' elements or both.");
        /// <summary>Only the first 'xsl:sort' element may have 'stable' attribute.</summary>
        internal static string @Xslt_SortStable => GetResourceString("Xslt_SortStable", @"Only the first 'xsl:sort' element may have 'stable' attribute.");
        /// <summary>It is an error if there is a stylesheet module in the stylesheet that specifies 'input-type-annotations'="strip" and another stylesheet module that specifies 'input-type-annotations'="preserve".</summary>
        internal static string @Xslt_InputTypeAnnotations => GetResourceString("Xslt_InputTypeAnnotations", @"It is an error if there is a stylesheet module in the stylesheet that specifies 'input-type-annotations'=""strip"" and another stylesheet module that specifies 'input-type-annotations'=""preserve"".");
        /// <summary>Collation option '{0}' is invalid. Options must have the following format: &lt;option-name&gt;=&lt;option-value&gt;.</summary>
        internal static string @Coll_BadOptFormat => GetResourceString("Coll_BadOptFormat", @"Collation option '{0}' is invalid. Options must have the following format: <option-name>=<option-value>.");
        /// <summary>The collation '{0}' is not supported.</summary>
        internal static string @Coll_Unsupported => GetResourceString("Coll_Unsupported", @"The collation '{0}' is not supported.");
        /// <summary>Collation language '{0}' is not supported.</summary>
        internal static string @Coll_UnsupportedLanguage => GetResourceString("Coll_UnsupportedLanguage", @"Collation language '{0}' is not supported.");
        /// <summary>Unsupported option '{0}' in collation.</summary>
        internal static string @Coll_UnsupportedOpt => GetResourceString("Coll_UnsupportedOpt", @"Unsupported option '{0}' in collation.");
        /// <summary>Collation option '{0}' cannot have the value '{1}'.</summary>
        internal static string @Coll_UnsupportedOptVal => GetResourceString("Coll_UnsupportedOptVal", @"Collation option '{0}' cannot have the value '{1}'.");
        /// <summary>Unsupported sort option '{0}' in collation.</summary>
        internal static string @Coll_UnsupportedSortOpt => GetResourceString("Coll_UnsupportedSortOpt", @"Unsupported sort option '{0}' in collation.");
        /// <summary>QIL Validation Error! '{0}'.</summary>
        internal static string @Qil_Validation => GetResourceString("Qil_Validation", @"QIL Validation Error! '{0}'.");
        /// <summary>Functions may not have more than 65535 parameters.</summary>
        internal static string @XmlIl_TooManyParameters => GetResourceString("XmlIl_TooManyParameters", @"Functions may not have more than 65535 parameters.");
        /// <summary>An item of type '{0}' cannot be constructed within a node of type '{1}'.</summary>
        internal static string @XmlIl_BadXmlState => GetResourceString("XmlIl_BadXmlState", @"An item of type '{0}' cannot be constructed within a node of type '{1}'.");
        /// <summary>Attribute and namespace nodes cannot be added to the parent element after a text, comment, pi, or sub-element node has already been added.</summary>
        internal static string @XmlIl_BadXmlStateAttr => GetResourceString("XmlIl_BadXmlStateAttr", @"Attribute and namespace nodes cannot be added to the parent element after a text, comment, pi, or sub-element node has already been added.");
        /// <summary>Namespace nodes cannot be added to the parent element after an attribute node has already been added.</summary>
        internal static string @XmlIl_NmspAfterAttr => GetResourceString("XmlIl_NmspAfterAttr", @"Namespace nodes cannot be added to the parent element after an attribute node has already been added.");
        /// <summary>Cannot construct namespace declaration xmlns{0}{1}='{2}'. Prefix '{1}' is already mapped to namespace '{3}'.</summary>
        internal static string @XmlIl_NmspConflict => GetResourceString("XmlIl_NmspConflict", @"Cannot construct namespace declaration xmlns{0}{1}='{2}'. Prefix '{1}' is already mapped to namespace '{3}'.");
        /// <summary>Cannot query the data source object referenced by URI '{0}', because the provided XmlResolver returned an object of type '{1}'. Only Stream, XmlReader, and IXPathNavigable data source objects are currently supported.</summary>
        internal static string @XmlIl_CantResolveEntity => GetResourceString("XmlIl_CantResolveEntity", @"Cannot query the data source object referenced by URI '{0}', because the provided XmlResolver returned an object of type '{1}'. Only Stream, XmlReader, and IXPathNavigable data source objects are currently supported.");
        /// <summary>Query requires a default data source, but no default was supplied to the query engine.</summary>
        internal static string @XmlIl_NoDefaultDocument => GetResourceString("XmlIl_NoDefaultDocument", @"Query requires a default data source, but no default was supplied to the query engine.");
        /// <summary>Data source '{0}' cannot be located.</summary>
        internal static string @XmlIl_UnknownDocument => GetResourceString("XmlIl_UnknownDocument", @"Data source '{0}' cannot be located.");
        /// <summary>Supplied XsltArgumentList does not contain a parameter with local name '{0}' and namespace '{1}'.</summary>
        internal static string @XmlIl_UnknownParam => GetResourceString("XmlIl_UnknownParam", @"Supplied XsltArgumentList does not contain a parameter with local name '{0}' and namespace '{1}'.");
        /// <summary>Cannot find a script or an extension object associated with namespace '{0}'.</summary>
        internal static string @XmlIl_UnknownExtObj => GetResourceString("XmlIl_UnknownExtObj", @"Cannot find a script or an extension object associated with namespace '{0}'.");
        /// <summary>Whitespace cannot be stripped from input documents that have already been loaded. Provide the input document as an XmlReader instead.</summary>
        internal static string @XmlIl_CantStripNav => GetResourceString("XmlIl_CantStripNav", @"Whitespace cannot be stripped from input documents that have already been loaded. Provide the input document as an XmlReader instead.");
        /// <summary>An error occurred during a call to extension function '{0}'. See InnerException for a complete description of the error.</summary>
        internal static string @XmlIl_ExtensionError => GetResourceString("XmlIl_ExtensionError", @"An error occurred during a call to extension function '{0}'. See InnerException for a complete description of the error.");
        /// <summary>XmlWriter cannot process the sequence returned by the query, because it contains an attribute or namespace node.</summary>
        internal static string @XmlIl_TopLevelAttrNmsp => GetResourceString("XmlIl_TopLevelAttrNmsp", @"XmlWriter cannot process the sequence returned by the query, because it contains an attribute or namespace node.");
        /// <summary>Extension object '{0}' does not contain a matching '{1}' method that has {2} parameter(s).</summary>
        internal static string @XmlIl_NoExtensionMethod => GetResourceString("XmlIl_NoExtensionMethod", @"Extension object '{0}' does not contain a matching '{1}' method that has {2} parameter(s).");
        /// <summary>Ambiguous method call. Extension object '{0}' contains multiple '{1}' methods that have {2} parameter(s).</summary>
        internal static string @XmlIl_AmbiguousExtensionMethod => GetResourceString("XmlIl_AmbiguousExtensionMethod", @"Ambiguous method call. Extension object '{0}' contains multiple '{1}' methods that have {2} parameter(s).");
        /// <summary>Method '{1}' of extension object '{0}' cannot be called because it is not public.</summary>
        internal static string @XmlIl_NonPublicExtensionMethod => GetResourceString("XmlIl_NonPublicExtensionMethod", @"Method '{1}' of extension object '{0}' cannot be called because it is not public.");
        /// <summary>Method '{1}' of extension object '{0}' cannot be called because it is generic.</summary>
        internal static string @XmlIl_GenericExtensionMethod => GetResourceString("XmlIl_GenericExtensionMethod", @"Method '{1}' of extension object '{0}' cannot be called because it is generic.");
        /// <summary>Method '{1}' of extension object '{0}' cannot be called because it has one or more ByRef parameters.</summary>
        internal static string @XmlIl_ByRefType => GetResourceString("XmlIl_ByRefType", @"Method '{1}' of extension object '{0}' cannot be called because it has one or more ByRef parameters.");
        /// <summary>An error occurred while loading document '{0}'. See InnerException for a complete description of the error.</summary>
        internal static string @XmlIl_DocumentLoadError => GetResourceString("XmlIl_DocumentLoadError", @"An error occurred while loading document '{0}'. See InnerException for a complete description of the error.");
        /// <summary>XSLT compile error at {0}({1},{2}). See InnerException for details.</summary>
        internal static string @Xslt_CompileError => GetResourceString("Xslt_CompileError", @"XSLT compile error at {0}({1},{2}). See InnerException for details.");
        /// <summary>XSLT compile error.</summary>
        internal static string @Xslt_CompileError2 => GetResourceString("Xslt_CompileError2", @"XSLT compile error.");
        /// <summary>'{0}()' is an unsupported XSLT function.</summary>
        internal static string @Xslt_UnsuppFunction => GetResourceString("Xslt_UnsuppFunction", @"'{0}()' is an unsupported XSLT function.");
        /// <summary>'xsl:import' instructions must precede all other element children of an 'xsl:stylesheet' element.</summary>
        internal static string @Xslt_NotFirstImport => GetResourceString("Xslt_NotFirstImport", @"'xsl:import' instructions must precede all other element children of an 'xsl:stylesheet' element.");
        /// <summary>'{0}' cannot be a child of the '{1}' element.</summary>
        internal static string @Xslt_UnexpectedKeyword => GetResourceString("Xslt_UnexpectedKeyword", @"'{0}' cannot be a child of the '{1}' element.");
        /// <summary>The contents of '{0}' are invalid.</summary>
        internal static string @Xslt_InvalidContents => GetResourceString("Xslt_InvalidContents", @"The contents of '{0}' are invalid.");
        /// <summary>Cannot resolve the referenced document '{0}'.</summary>
        internal static string @Xslt_CantResolve => GetResourceString("Xslt_CantResolve", @"Cannot resolve the referenced document '{0}'.");
        /// <summary>Right curly brace in the attribute value template '{0}' must be doubled.</summary>
        internal static string @Xslt_SingleRightAvt => GetResourceString("Xslt_SingleRightAvt", @"Right curly brace in the attribute value template '{0}' must be doubled.");
        /// <summary>The braces are not closed in AVT expression '{0}'.</summary>
        internal static string @Xslt_OpenBracesAvt => GetResourceString("Xslt_OpenBracesAvt", @"The braces are not closed in AVT expression '{0}'.");
        /// <summary>The literal in AVT expression is not correctly closed '{0}'.</summary>
        internal static string @Xslt_OpenLiteralAvt => GetResourceString("Xslt_OpenLiteralAvt", @"The literal in AVT expression is not correctly closed '{0}'.");
        /// <summary>AVT cannot be nested in AVT '{0}'.</summary>
        internal static string @Xslt_NestedAvt => GetResourceString("Xslt_NestedAvt", @"AVT cannot be nested in AVT '{0}'.");
        /// <summary>XPath Expression in AVT cannot be empty: '{0}'.</summary>
        internal static string @Xslt_EmptyAvtExpr => GetResourceString("Xslt_EmptyAvtExpr", @"XPath Expression in AVT cannot be empty: '{0}'.");
        /// <summary>'{0}' is an invalid XPath expression.</summary>
        internal static string @Xslt_InvalidXPath => GetResourceString("Xslt_InvalidXPath", @"'{0}' is an invalid XPath expression.");
        /// <summary>'{0}' is an invalid QName.</summary>
        internal static string @Xslt_InvalidQName => GetResourceString("Xslt_InvalidQName", @"'{0}' is an invalid QName.");
        /// <summary>The 'xsl:template' instruction must have the 'match' and/or 'name' attribute present.</summary>
        internal static string @Xslt_TemplateNoAttrib => GetResourceString("Xslt_TemplateNoAttrib", @"The 'xsl:template' instruction must have the 'match' and/or 'name' attribute present.");
        /// <summary>Variable or parameter '{0}' was duplicated within the same scope.</summary>
        internal static string @Xslt_DupVarName => GetResourceString("Xslt_DupVarName", @"Variable or parameter '{0}' was duplicated within the same scope.");
        /// <summary>XSLT function '{0}()' has the wrong number of arguments.</summary>
        internal static string @Xslt_WrongNumberArgs => GetResourceString("Xslt_WrongNumberArgs", @"XSLT function '{0}()' has the wrong number of arguments.");
        /// <summary>Cannot convert the operand to a node-set.</summary>
        internal static string @Xslt_NoNodeSetConversion => GetResourceString("Xslt_NoNodeSetConversion", @"Cannot convert the operand to a node-set.");
        /// <summary>Cannot convert the operand to 'Result tree fragment'.</summary>
        internal static string @Xslt_NoNavigatorConversion => GetResourceString("Xslt_NoNavigatorConversion", @"Cannot convert the operand to 'Result tree fragment'.");
        /// <summary>Format cannot be empty.</summary>
        internal static string @Xslt_InvalidFormat => GetResourceString("Xslt_InvalidFormat", @"Format cannot be empty.");
        /// <summary>Format '{0}' cannot have digit symbol after zero digit symbol before a decimal point.</summary>
        internal static string @Xslt_InvalidFormat1 => GetResourceString("Xslt_InvalidFormat1", @"Format '{0}' cannot have digit symbol after zero digit symbol before a decimal point.");
        /// <summary>Format '{0}' cannot have zero digit symbol after digit symbol after decimal point.</summary>
        internal static string @Xslt_InvalidFormat2 => GetResourceString("Xslt_InvalidFormat2", @"Format '{0}' cannot have zero digit symbol after digit symbol after decimal point.");
        /// <summary>Format '{0}' has two pattern separators.</summary>
        internal static string @Xslt_InvalidFormat3 => GetResourceString("Xslt_InvalidFormat3", @"Format '{0}' has two pattern separators.");
        /// <summary>Format '{0}' cannot have two decimal separators.</summary>
        internal static string @Xslt_InvalidFormat5 => GetResourceString("Xslt_InvalidFormat5", @"Format '{0}' cannot have two decimal separators.");
        /// <summary>Format string should have at least one digit or zero digit.</summary>
        internal static string @Xslt_InvalidFormat8 => GetResourceString("Xslt_InvalidFormat8", @"Format string should have at least one digit or zero digit.");
        /// <summary>Cannot find the script or external object that implements prefix '{0}'.</summary>
        internal static string @Xslt_ScriptInvalidPrefix => GetResourceString("Xslt_ScriptInvalidPrefix", @"Cannot find the script or external object that implements prefix '{0}'.");
        /// <summary>The 'msxsl:script' element cannot be empty.</summary>
        internal static string @Xslt_ScriptEmpty => GetResourceString("Xslt_ScriptEmpty", @"The 'msxsl:script' element cannot be empty.");
        /// <summary>Decimal format '{0}' has a duplicate declaration.</summary>
        internal static string @Xslt_DupDecimalFormat => GetResourceString("Xslt_DupDecimalFormat", @"Decimal format '{0}' has a duplicate declaration.");
        /// <summary>Circular reference in the definition of variable '{0}'.</summary>
        internal static string @Xslt_CircularReference => GetResourceString("Xslt_CircularReference", @"Circular reference in the definition of variable '{0}'.");
        /// <summary>Extension namespace cannot be 'null' or an XSLT namespace URI.</summary>
        internal static string @Xslt_InvalidExtensionNamespace => GetResourceString("Xslt_InvalidExtensionNamespace", @"Extension namespace cannot be 'null' or an XSLT namespace URI.");
        /// <summary>An 'xsl:template' element without a 'match' attribute cannot have a 'mode' attribute.</summary>
        internal static string @Xslt_InvalidModeAttribute => GetResourceString("Xslt_InvalidModeAttribute", @"An 'xsl:template' element without a 'match' attribute cannot have a 'mode' attribute.");
        /// <summary>There are multiple root elements in the output XML.</summary>
        internal static string @Xslt_MultipleRoots => GetResourceString("Xslt_MultipleRoots", @"There are multiple root elements in the output XML.");
        /// <summary>The 'xsl:apply-imports' instruction cannot be included within the content of an 'xsl:for-each' instruction or within an 'xsl:template' instruction without the 'match' attribute.</summary>
        internal static string @Xslt_ApplyImports => GetResourceString("Xslt_ApplyImports", @"The 'xsl:apply-imports' instruction cannot be included within the content of an 'xsl:for-each' instruction or within an 'xsl:template' instruction without the 'match' attribute.");
        /// <summary>Transform terminated: '{0}'.</summary>
        internal static string @Xslt_Terminate => GetResourceString("Xslt_Terminate", @"Transform terminated: '{0}'.");
        /// <summary>'{0}' is an invalid XSLT pattern.</summary>
        internal static string @Xslt_InvalidPattern => GetResourceString("Xslt_InvalidPattern", @"'{0}' is an invalid XSLT pattern.");
        /// <summary>Char is not a valid schema primitive and should be treated as int in DataContract</summary>
        internal static string @XmlInvalidCharSchemaPrimitive => GetResourceString("XmlInvalidCharSchemaPrimitive", @"Char is not a valid schema primitive and should be treated as int in DataContract");
        /// <summary>Internal Error: Unrecognized constant type {0}.</summary>
        internal static string @UnknownConstantType => GetResourceString("UnknownConstantType", @"Internal Error: Unrecognized constant type {0}.");
        /// <summary>Array of type {0} is not supported.</summary>
        internal static string @ArrayTypeIsNotSupported => GetResourceString("ArrayTypeIsNotSupported", @"Array of type {0} is not supported.");
        /// <summary>Uppercase-First sorting option is not supported.</summary>
        internal static string @Xslt_UpperCaseFirstNotSupported => GetResourceString("Xslt_UpperCaseFirstNotSupported", @"Uppercase-First sorting option is not supported.");
        /// <summary>Cannot pre-generate serialization code 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.</summary>
        internal static string @XmlPregenTypeDynamic => GetResourceString("XmlPregenTypeDynamic", @"Cannot pre-generate serialization code 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.");
        /// <summary>Cannot pre-generate serializer for multiple assemblies. Type '{0}' does not belong to assembly {1}.</summary>
        internal static string @XmlPregenOrphanType => GetResourceString("XmlPregenOrphanType", @"Cannot pre-generate serializer for multiple assemblies. Type '{0}' does not belong to assembly {1}.");
        /// <summary>Cannot generate serialization code {0} because the code file already exists. Use /{1} to force an overwrite of the existing file.</summary>
        internal static string @ErrSerializerExists => GetResourceString("ErrSerializerExists", @"Cannot generate serialization code {0} because the code file already exists. Use /{1} to force an overwrite of the existing file.");
        /// <summary>Cannot generate serialization code '{0}' because a directory with the same name already exists.</summary>
        internal static string @ErrDirectoryExists => GetResourceString("ErrDirectoryExists", @"Cannot generate serialization code '{0}' because a directory with the same name already exists.");
        /// <summary>Cannot generate serialization code because directory {0} doesn't exist.</summary>
        internal static string @ErrDirectoryNotExists => GetResourceString("ErrDirectoryNotExists", @"Cannot generate serialization code because directory {0} doesn't exist.");
        /// <summary>Ignoring invalid command line argument: '{0}'.</summary>
        internal static string @ErrInvalidArgument => GetResourceString("ErrInvalidArgument", @"Ignoring invalid command line argument: '{0}'.");
        /// <summary>Warning: {0}.</summary>
        internal static string @Warning => GetResourceString("Warning", @"Warning: {0}.");
        /// <summary>Missing required command-line argument: {0}.</summary>
        internal static string @ErrMissingRequiredArgument => GetResourceString("ErrMissingRequiredArgument", @"Missing required command-line argument: {0}.");
        /// <summary>The name of the source assembly.</summary>
        internal static string @ErrAssembly => GetResourceString("ErrAssembly", @"The name of the source assembly.");
        /// <summary>Generated serialization code for assembly {0} --&gt; '{1}'.</summary>
        internal static string @InfoGeneratedFile => GetResourceString("InfoGeneratedFile", @"Generated serialization code for assembly {0} --> '{1}'.");
        /// <summary>Serialization Code File Name: {0}.</summary>
        internal static string @InfoFileName => GetResourceString("InfoFileName", @"Serialization Code File Name: {0}.");
        /// <summary>Sgen utility failed to pregenerate serialization code for {0}.</summary>
        internal static string @ErrGenerationFailed => GetResourceString("ErrGenerationFailed", @"Sgen utility failed to pregenerate serialization code for {0}.");
        /// <summary>Error: {0}.</summary>
        internal static string @ErrorDetails => GetResourceString("ErrorDetails", @"Error: {0}.");
        /// <summary>Type '{0}' was not found in the assembly '{1}'.</summary>
        internal static string @ErrLoadType => GetResourceString("ErrLoadType", @"Type '{0}' was not found in the assembly '{1}'.");
        /// <summary>Access to directory {0} is denied.  The process under which XmlSerializer is running does not have sufficient permission to access the directory.</summary>
        internal static string @DirectoryAccessDenied => GetResourceString("DirectoryAccessDenied", @"Access to directory {0} is denied.  The process under which XmlSerializer is running does not have sufficient permission to access the directory.");
        /// <summary>File or assembly name '{0}', or one of its dependencies, was not found.</summary>
        internal static string @ErrLoadAssembly => GetResourceString("ErrLoadAssembly", @"File or assembly name '{0}', or one of its dependencies, was not found.");
        /// <summary>Assembly '{0}' does not contain any types that can be serialized using XmlSerializer.</summary>
        internal static string @InfoNoSerializableTypes => GetResourceString("InfoNoSerializableTypes", @"Assembly '{0}' does not contain any types that can be serialized using XmlSerializer.");
        /// <summary>Ignoring '{0}'.</summary>
        internal static string @InfoIgnoreType => GetResourceString("InfoIgnoreType", @"Ignoring '{0}'.");
        /// <summary>"Fail to load assembly {0} or {0} doesn't exist under PreGen Mode.</summary>
        internal static string @FailLoadAssemblyUnderPregenMode => GetResourceString("FailLoadAssemblyUnderPregenMode", @"""Fail to load assembly {0} or {0} doesn't exist under PreGen Mode.");
        /// <summary>Generates serialization code for use with XmlSerializer.
        /// The utility allows developers to pre-generate code for serialization
        /// building and deploying the assemblies with the application.</summary>
        internal static string @HelpDescription => GetResourceString("HelpDescription", @"Generates serialization code for use with XmlSerializer.
The utility allows developers to pre-generate code for serialization
building and deploying the assemblies with the application.");
        /// <summary>Usage: dotnet {0} [--assembly &lt;assembly file path&gt;] [--type &lt;type name&gt;]</summary>
        internal static string @HelpUsage => GetResourceString("HelpUsage", @"Usage: dotnet {0} [--assembly <assembly file path>] [--type <type name>]");
        /// <summary>Developer options:</summary>
        internal static string @HelpDevOptions => GetResourceString("HelpDevOptions", @"Developer options:");
        /// <summary>{0}|{1}   Assembly location or display name.</summary>
        internal static string @HelpAssembly => GetResourceString("HelpAssembly", @"{0}|{1}   Assembly location or display name.");
        /// <summary>{0}          Generate code for serialization/deserialization of the specified type from the input assembly.</summary>
        internal static string @HelpType => GetResourceString("HelpType", @"{0}          Generate code for serialization/deserialization of the specified type from the input assembly.");
        /// <summary>{0}         Forces overwrite of a previously generated assembly.</summary>
        internal static string @HelpForce => GetResourceString("HelpForce", @"{0}         Forces overwrite of a previously generated assembly.");
        /// <summary>{0}    Generate serialization code only for proxy classes and web method parameters.</summary>
        internal static string @HelpProxy => GetResourceString("HelpProxy", @"{0}    Generate serialization code only for proxy classes and web method parameters.");
        /// <summary>{0}|{1}        Output directory name (default: target assembly location).</summary>
        internal static string @HelpOut => GetResourceString("HelpOut", @"{0}|{1}        Output directory name (default: target assembly location).");
        /// <summary>Miscellaneous options:</summary>
        internal static string @HelpMiscOptions => GetResourceString("HelpMiscOptions", @"Miscellaneous options:");
        /// <summary>{0}|{1}       Show help.</summary>
        internal static string @HelpHelp => GetResourceString("HelpHelp", @"{0}|{1}       Show help.");
        /// <summary>Method 'System.Xml.Serialization.XmlSerializer.GenerateSerializer' was not found. This is likely because you are using an older version of the framework. Please update to .NET Core v2.1 or later.</summary>
        internal static string @GenerateSerializerNotFound => GetResourceString("GenerateSerializerNotFound", @"Method 'System.Xml.Serialization.XmlSerializer.GenerateSerializer' was not found. This is likely because you are using an older version of the framework. Please update to .NET Core v2.1 or later.");
        /// <summary>CodeGenError({0}): Cannot convert source type [{1}] to target type [{2}].</summary>
        internal static string @CodeGenConvertError => GetResourceString("CodeGenConvertError", @"CodeGenError({0}): Cannot convert source type [{1}] to target type [{2}].");
        /// <summary>Compiling JScript/CSharp scripts is not supported</summary>
        internal static string @CompilingScriptsNotSupported => GetResourceString("CompilingScriptsNotSupported", @"Compiling JScript/CSharp scripts is not supported");
        /// <summary>Importing {0} ({1}/{2})</summary>
        internal static string @ImportInfo => GetResourceString("ImportInfo", @"Importing {0} ({1}/{2})");
 
    }
}