;==++==
;
;   
;    Copyright (c) 2002 Microsoft Corporation.  All rights reserved.
;   
;    The use and distribution terms for this software are contained in the file
;    named license.txt, which can be found in the root of this distribution.
;    By using this software in any fashion, you are agreeing to be bound by the
;    terms of this license.
;   
;    You must not remove this notice, or any other, from this software.
;   
; 
;==--==

[strings]

; NOTE: do not use \", use ' instead
; NOTE: do not use #, use ; instead for comments
; NOTE: leave the [strings] alone

; These are the managed resources for System.Xml.Dll.  See
; ResourceManager documentation and the ResGen tool, which is
; a managed app built from \com99\src\toolbox\resgen.

Xml_UserException={0}
Xml_InvalidOperation=Operation is not valid due to the current state of the object. 
Xml_StackOverflow=Stack overflow.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; XmlScanner Errors
Xml_UnclosedQuote=There is an unclosed literal string.
Xml_UnexpectedEOF=An unexpected end of file parsing {0} has occurred.
Xml_BadStartNameChar=The '{0}' character, hexadecimal value {1}, cannot begin a name.
Xml_BadNameChar=The '{0}' character, hexadecimal value {1}, cannot be included in a name.
Xml_BadComment=This is an invalid comment syntax.  Expected '-->'.
Xml_BadDecimalEntity=This is an invalid syntax for a decimal numeric entity reference syntax.
Xml_BadHexEntity=This is an invalid syntax for a hexadecimal numeric entity reference syntax.
Xml_NumEntityOverflow=The numeric entity value is too large.
Xml_MissingByteOrderMark=There is no Unicode byte order mark. Cannot switch to Unicode.
Xml_UnknownEncoding=The system does not support '{0}' encoding.
Xml_InternalError=An internal error has occurred.
Xml_UnexpectedCharacter='{0}', hexadecimal value {1}, is an unexpected character.
Xml_InvalidCharInThisEncoding=There is an invalid character in the given encoding.

; XmlParser errors
Xml_ErrorPosition=Line {0}, position {1}.
Xml_UnexpectedToken=This is an unexpected token. Expected '{0}'.
Xml_UnexpectedToken1=This is an unexpected token. Expected '|' or ')'.
Xml_TagMismatchFileName=The '{0}' start tag on line '{1}' doesn't match the end tag of '{2}' in file '{3}'.
Xml_TagMismatch=The '{0}' start tag on line '{1}' does not match the end tag of '{2}'.
Xml_UnexpectedEndTag=There is an unexpected end tag.
Xml_UnknownNs='{0}' is an undeclared namespace.
Xml_ReservedNs=This is a reserved namespace.
Xml_BadAttributeChar='{0}', hexadecimal value {1}, is an invalid attribute character.
Xml_MissingRoot=The root element is missing.
Xml_MultipleRoots=There are multiple root elements.
Xml_BadElementData=This is invalid element data.
Xml_InvalidRootData=There is invalid data at the root level.
Xml_XmlDeclNotFirst=This is an unexpected XML declaration.
Xml_InvalidXmlDecl=This is invalid syntax for an XML declaration.
Xml_InvalidNodeType='{0}' is an invalid node type.
Xml_InvalidPIName='{0}' is an invalid name for a processing instruction.
Xml_InvalidXmlSpace='{0}' is an invalid xml:space value.
Xml_InvalidVersionNumber=The version number {0} is invalid.
Xml_DupAttributeName='{0}' is a duplicate attribute name.
Xml_BadDTDLocation=This is a DTD declaration outside of a DTD.
Xml_UnexpectedElement=The <{0}> tag from namespace {1} is expected.
Xml_TagNotInTheSameEntity=<{0}> and </{0}> are not defined in the same entity.
Xml_PartialContentNodeTypeNotSupported=This NodeType is not supported for partial content parsing.
Xml_InvalidPartialContentData=There is invalid partial content data.
Xml_MultipleDTDsProvided=Cannot have multiple DTDs.
Xml_CanNotBindToReservedNamespace=Cannot bind to the reserved namespace.
Xml_CanNotStartWithXmlInNamespace=Namespace qualifiers beginning with 'xml' are reserved and cannot be used in user-specified namespaces
Xml_XmlnsBelongsToReservedNs=The 'xmlns' attribute is bound to the reserved namespace 'http://www.w3.org/2000/xmlns/'.
Xml_InvalidCharacter='{0}', hexadecimal value {1}, is an invalid character.
Xml_ExpectDtdMarkup=The expected DTD markup was not found.
Xml_InvalidBinHexValue='{0}' is not a valid BinHex text sequence.
Xml_InvalidTextDecl=This is an invalid text declaration.
Xml_InvalidBase64Value='{0}' is not a valid Base64 text sequence.
Xml_ExpectExternalOrPublicId=Expecting a system identifier or a public identifier.
Xml_ExpectExternalIdOrEntityValue=Expecting an external identifier or an entity value.
Xml_ExpectAttType=Expecting an attribute type.
Xml_ExpectIgnoreOrInclude=Conditional sections must specify the keyword 'IGNORE' or 'INCLUDE'.
Xml_ExpectSubOrClose=Expecting an internal subset or the end of the DOCTYPE declaration.
Xml_ExpectExternalOrClose=Expecting external ID, '[' or '>'.
Xml_ExpectOp=Expecting '?', '*', or '+'.
Xml_ExpectPcData=Expecting 'PCDATA'.
Xml_UndeclaredParEntity=Reference to undeclared parameter entity, '{0}'.
Xml_UndeclaredEntity=Reference to undeclared entity, '{0}'.
Xml_RecursiveParEntity=The parameter entity, {0}, references itself.
Xml_RecursiveGenEntity=The '{0}' general entity references itself.
Xml_ExternalEntityInAttValue=External entity '{0}' reference cannot appear in the attribute value.
Xml_UnparsedEntityRef=Reference to unparsed entity, {0}.
Xml_UnparsedEntity=The '{0}' entity is not an unparsed entity.
Xml_InvalidConditionalSection=A conditional section is not allowed in an internal subset.
Xml_InvalidParEntityRef=A parameter entity reference is not allowed in internal markup.
Xml_InvalidContentModel=This is an invalid content model.
Xml_InvalidXmlDocument=This an invalid XML document. {0}
Xml_FragmentId=The fragment identifier '{0}' cannot be part of the system identifier '{1}'.
Xml_ColonInLocalName={0} is an unqualified name and cannot contain the character, ':'.
Xml_InvalidAttributeType={0} is an invalid attribute type.
Xml_UnexpectedCDataEnd="]]>" is not expected here.
Xml_InvalidContentForThisNode=Invalid content for {0} NodeType.
Xml_EnumerationRequired=The enumeration data type is required here.
Xml_NotSameNametable=Not the same name table.
Xml_NoDTDPresent=No DTD found.
Xml_MultipleValidaitonTypes=Unsupported combination of validation types.
Xml_BadNamespaceDecl=Invalid namespace declaration.
Xml_ErrorParsingEntityName=An error occured while parsing EntityName.
Xml_NoValidation=No validation took place.
Xml_MissingEncodingDecl=Encoding declaration is required in an XmlDeclaration in an external entity.
Xml_WhitespaceHandling=Expected WhitespaceHandling.None or WhitespaceHandling.All or WhitespaceHandling.Significant.
Xml_InvalidResetStateCall=Cannot call ResetState when parsing an xml fragment.
Xml_EntityHandling=Expected EntityHandling.ExpandEntities or EntityHandling.ExpandCharEntities.
Xml_InvalidNmToken=Invalid NmToken value: '{0}'.

; XmlURLResolver
Xml_UnsupportedClass=This object type is not supported.

; XmlWriter errors
Xml_InvalidQuote=This is an invalid XML attribute quote character. Valid attribute quote characters are ' and ".
Xml_UndefPrefix=An undefined prefix is in use.
Xml_PrefixForEmptyNs=Cannot use a prefix with an empty namespace.
Xml_NoNamespaces=Cannot set the namespace if Namespaces is 'false'.
Xml_InvalidCDataChars=Cannot have ']]>' inside an XML CDATA block.
Xml_InvalidCommentChars=An XML comment cannot have '--' inside and '-' cannot be the last character.
Xml_NotTheFirst=WriteStartDocument should be the first call.
Xml_InvalidPiChars=Cannot have '?>' inside an XML processing instruction.
Xml_UndefNamespace=The '{0}' namespace is not defined.
Xml_EmptyName=The Name cannot be empty.
Xml_InvalidNameChars=There is an invalid name character in {0}.
Xml_NoStartTag=There was no XML start tag open.
Xml_Closed=The Writer is closed.
Xml_WrongToken=Token {0} in state {1} would result in an invalid XML document.
Xml_InvalidPrefix=Prefixes beginning with "xml" (regardless of whether the characters are uppercase, lowercase, or some combination thereof) are reserved for use by XML.
Xml_NonWhitespace=Only white space characters should be used.
Xml_DupXmlDecl=WriteStartDocument had the XML declaration written.
Xml_NoRoot=This document does not have a root element.
Xml_InvalidIndentation=The indentation value must be greater than 0.
Xml_NotInWriteState=NotInWriteState
Xml_InvalidPosition=Current Position on the Reader is neither an element nor an attribute.
Xml_IncompleteEntity=Incomplete entity contents.
Xml_IncompleteDtdContent=The DTD content is incomplete.
Xml_InvalidSurrogatePair=Surrogate Pair is invalid.
Xml_SurrogatePairSplit=The second character surrogate pair is not in the input buffer to be written.

; XmlSchema errors
Sch_ErrorPosition=An error occurred at {0}({1}, {2}).
Sch_ParEntityRefNesting=The parameter entity replacement text must nest properly within markup declarations.
Sch_DupElementDecl=The '{0}' element has already been declared.
Sch_ReservedNsDecl=The '{0}' prefix is reserved.
Sch_IdAttrDeclared=The attribute of type ID is already declared on the '{0}' element.
Sch_RootMatchDocType=The root element name must match the DocType name.
Sch_DupId='{0}' is already used as an ID.
Sch_UndeclaredElement=The '{0}' element is not declared.
Sch_UndeclaredAttribute=The '{0}' attribute is not declared.
Sch_UndeclaredNotation=The '{0}' notation is not declared.
Sch_UndeclaredId=Reference to undeclared ID, '{0}'.
Sch_SchemaRootExpected=Expected Schema root. Make sure that 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.
Sch_UnsupportedAttribute=The '{0}' attribute is not supported in this context.
Sch_UnsupportedElement=The '{0}' element is not supported in this context.
Sch_MissAttribute=The '{0}' attribute is either invalid or missing.
Sch_AnnotationLocation=The 'annotation' element cannot appear at this location.
Sch_DataTypeTextOnly=Content must be "textOnly" when using DataType on an ElementType.
Sch_UnknownModel=The model attribute must have a value of open or closed, not '{0}'.
Sch_UnknownOrder=The order attribute must have a value of seq, one or many, not '{0}'.
Sch_UnknownContent=The content attribute must have a value of textOnly, eltOnly, mixed, or empty, not '{0}'.
Sch_UnknownRequired=The required attribute must have a value of yes or no.
Sch_UnknownDtType=Reference to an unknown data type, '{0}'.
Sch_MixedMany=Order must be many when content is mixed.
Sch_GroupDisabled=Group is not allowed when ElementType has empty or textOnly content.
Sch_MissDtvalue=The DataType value cannot be empty.
Sch_MissDtvaluesAttribute=Missing dt:values attribute.
Sch_DupDtType=This data type has already been declared.
Sch_DupAttribute=The '{0}' attribute has already been declared for this ElementType.
Sch_RequireEnumeration=Data type should be enumeration when the values attribute is present.
Sch_DefaultIdValue=The attribute of type, id, should not have the default value.
Sch_ElementNotAllowed=Element is not allowed when the content is empty or textOnly.
Sch_ElementMissing=There is a missing element.
Sch_ManyMaxOccurs=When the order is many, maxOccurs must have value of '*'.
Sch_MaxOccursInvalid=The maxOccurs attribute must have a value of 1 or *.
Sch_MinOccursInvalid=The minOccurs attribute must have a value of 0 or 1.
Sch_DtMaxLengthInvalid=The value '{0}' is invalid for dt:maxLength.
Sch_DtMinLengthInvalid=The value '{0}' is invalid for dt:minLength.
Sch_DupDtMaxLength=The value of maxLength has already been declared.
Sch_DupDtMinLength=The value of minLength has already been declared.
Sch_DtMinMaxLength=The maxLength value must be equal to or greater than the minLength value.
Sch_DupElement=The '{0}' element already exists in the content model.
Sch_DupGroupParticle=The content model can only have one of the following - 'all', 'choice', or 'sequence'.
Sch_InvalidValue=The value '{0}' is invalid according to its data type.
Sch_MissRequiredAttribute=The required attribute '{0}' is missing.
Sch_FixedAttributeValue=The value of the '{0}' attribute does not equal its fixed value.
Sch_FixedElementValue=The value of the '{0}' element does not equal its fixed value.
Sch_AttributeValueDataType=The '{0}' attribute has an invalid value according to its data type.
Sch_AttributeDefaultDataType=The default value of '{0}' attribute is invalid according to its datatype.  
Sch_IncludeLocation=The 'include' element cannot appear at this location.
Sch_ImportLocation=The 'import' element cannot appear at this location.
Sch_RedefineLocation=The 'redefine' element cannot appear at this location.
Sch_InvalidBlockDefaultValue=Values 'list' or 'union' are invalid for the blockDefault attribute.
Sch_InvalidFinalDefaultValue=Value 'substitution' is invalid for the finalDefault attribute.
Sch_InvalidElementBlockValue=Values 'list' or 'union' are invalid for the block attribute on element.
Sch_InvalidElementFinalValue=Values 'substitution', 'list' or 'union' are invalid for the final attribute on element.
Sch_InvalidSimpleTypeFinalValue=Values 'substitution' or 'extension' are invalid for the final attribute on simpleType.
Sch_InvalidComplexTypeBlockValue=Values 'substitution', 'list' or 'union' are invalid for the block attribute on complexType.
Sch_InvalidComplexTypeFinalValue=Values 'substitution', 'list' or 'union' are invalid for the final attribute on complexType.
Sch_DupIdentityConstraint=The identity constraint '{0}' has already been declared.
Sch_DupGlobalElement=Global element '{0}' has already been declared.
Sch_DupGlobalAttribute=Global attribute '{0}' has already been declared.
Sch_DupSimpleType=The simpleType '{0}' has already been declared.
Sch_DupComplexType=The complexType '{0}' has already been declared.
Sch_DupGroup=The group '{0}' has already been declared.
Sch_DupAttributeGroup=The attributeGroup '{0}' has already been declared.
Sch_DupNotation=The notation '{0}' has already been declared.
Sch_DefaultFixedAttributes=The fixed and default attributes cannot both be present.
Sch_DupXsdElement='{0}' is a duplicate XSD element.
Sch_ForbiddenAttribute=The '{0}' attribute cannot be present.
Sch_ElementRef=When the ref attribute is present the type attribute and the complexType, simpleType, key, keyref and unique elements cannot be present.
Sch_TypeMutualExclusive=The type element cannot be present with either simpleType or complexType.
Sch_ElementNameRef=For element declaration either the name or the ref attribute must be present.
Sch_AttributeNameRef=For attribute '{0}' either the name or the ref attribute must be present, but not both.
Sch_TextNotAllowed=The following text is not allowed in this context: '{0}'.
Sch_UndeclaredType=Type '{0}' is not declared.
Sch_UndeclaredSimpleType=Type '{0}' is not declared or not a simple type.
Sch_UndeclaredEquivClass=Substitution group refers to '{0}', an undeclared element.
Sch_AttListPresence=An attribute of type ID must have a declared default of either #IMPLIED or #REQUIRED.
Sch_NotInSchemaCollection=The '{0}' schema does not exist in the XmlSchemaCollection.
Sch_NotationValue='{0}' is not in the notation list.
Sch_EnumerationValue='{0}' is not in the enumeration list.
Sch_EmptyAttributeValue=The attribute value cannot be empty.
Sch_InvalidLanguageId='{0}' is an invalid language identifier.
Sch_XmlSpace=Invalid xml:space syntax.
Sch_InvalidXsdAttributeValue='{1}' is an invalid value for the '{0}' attribute.
Sch_InvalidXsdAttributeDatatypeValue=The value for the '{0}' attribute is invalid - {1}.
Sch_ElementValueDataType=The '{0}' element has an invalid value according to its data type.
Sch_NonDeterministic=The content model must be deterministic. Multiple definition of element '{0}' causes content model to become ambiguous.  
Sch_NonDeterministicAny=The content model must be deterministic. Wildcard declaration along with a local element declaration causes content model to become ambiguous.
Sch_StandAlone=The standalone document declaration must have the value 'no'.
Sch_XmlNsAttribute=The value 'xmlns' cannot be used as the name of an attribute declaration.
Sch_AllElement=Element '{0}' cannot appear more than once in an all content model.
Sch_MismatchTargetNamespace=The attribute targetNamespace does not match the designated namespace URI.
Sch_XsiTypeNotFound=This is an invalid xsi:type '{0}'.
Sch_ListFromNonatomic=A list data type must be derived from an atomic or union data type.
Sch_UnionFromUnion=A union data type must be derived from an atomic or list data type.
Sch_DupLengthFacet=This is a duplicate Length constraining facet.
Sch_DupMinLengthFacet=This is a duplicate MinLength constraining facet.
Sch_DupMaxLengthFacet=This is a duplicate MaxLength constraining facet.
Sch_DupWhiteSpaceFacet=This is a duplicate WhiteSpace constraining facet.
Sch_DupMaxInclusiveFacet=This is a duplicate MaxInclusive constraining facet.
Sch_DupMaxExclusiveFacet=This is a duplicate MaxExclusive constraining facet.
Sch_DupMinInclusiveFacet=This is a duplicate MinInclusive constraining facet.
Sch_DupMinExclusiveFacet=This is a duplicate MinExclusive constraining facet.
Sch_DupTotalDigitsFacet=This is a duplicate TotalDigits constraining facet.
Sch_DupFractionDigitsFacet=This is a duplicate FractionDigits constraining facet.
Sch_LengthFacetProhibited=The length constraining facet is prohibited for '{0}'.
Sch_MinLengthFacetProhibited=The MinLength constraining facet is prohibited for '{0}'.
Sch_MaxLengthFacetProhibited=The MaxLength constraining facet is prohibited for '{0}'.
Sch_PatternFacetProhibited=The Pattern constraining facet is prohibited for '{0}'.
Sch_EnumerationFacetProhibited=The Enumeration constraining facet is prohibited for '{0}'.
Sch_WhiteSpaceFacetProhibited=The WhiteSpace constraining facet is prohibited for '{0}'.
Sch_MaxInclusiveFacetProhibited=The MaxInclusive constraining facet is prohibited for '{0}'.
Sch_MaxExclusiveFacetProhibited=The MaxExclusive constraining facet is prohibited for '{0}'.
Sch_MinInclusiveFacetProhibited=The MinInclusive constraining facet is prohibited for '{0}'.
Sch_MinExclusiveFacetProhibited=The MinExclusive constraining facet is prohibited for '{0}'.
Sch_TotalDigitsFacetProhibited=The TotalDigits constraining facet is prohibited for '{0}'.
Sch_FractionDigitsFacetProhibited=The FractionDigits constraining facet is prohibited for '{0}'.
Sch_LengthFacetInvalid=The Length constraining facet is invalid - {0}.
Sch_MinLengthFacetInvalid=The MinLength constraining facet is invalid - {0}.
Sch_MaxLengthFacetInvalid=The MaxLength constraining facet is invalid - {0}.
Sch_MaxInclusiveFacetInvalid=The MaxInclusive constraining facet is invalid - {0}.
Sch_MaxExclusiveFacetInvalid=The MaxExclusive constraining facet is invalid - {0}.
Sch_MinInclusiveFacetInvalid=The MinInclusive constraining facet is invalid - {0}.
Sch_MinExclusiveFacetInvalid=The MinExclusive constraining facet is invalid - {0}.
Sch_TotalDigitsFacetInvalid=The TotalDigits constraining facet is invalid - {0}.
Sch_FractionDigitsFacetInvalid=The FractionDigits constraining facet is invalid - {0}.
Sch_PatternFacetInvalid=The Pattern constraining facet is invalid - {0}.
Sch_EnumerationFacetInvalid=The Enumeration constraining facet is invalid - {0}.
Sch_InvalidWhiteSpace=The whitespace character, '{0}', is invalid.
Sch_UnknownFacet=This is an unknown facet.
Sch_LengthAndMinMax=It is an error for both length and minLength or maxLength to be present.
Sch_MinLengthGtMaxLength=MinLength is greater than MaxLength.
Sch_FractionDigitsGtTotalDigits=FractionDigits is greater than TotalDigits.
Sch_LengthConstraintFailed=The actual length is not equal to the specified length.
Sch_MinLengthConstraintFailed=The actual length is less than the Minlength value.
Sch_MaxLengthConstraintFailed=The actual length is greater than the Maxlength value.
Sch_PatternConstraintFailed=The Pattern constraint failed.
Sch_EnumerationConstraintFailed=The Enumeration constraint failed.
Sch_MaxInclusiveConstraintFailed=The MaxInclusive constraint failed.
Sch_MaxExclusiveConstraintFailed=The MaxExclusive constraint failed.
Sch_MinInclusiveConstraintFailed=The MinInclusive constraint failed.
Sch_MinExclusiveConstraintFailed=The MinExclusive constraint failed.
Sch_TotalDigitsConstraintFailed=The TotalDigits constraint failed.
Sch_FractionDigitsConstraintFailed=The FractionDigits constraint failed.
Sch_UnionFailed=Union does not support this value.
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.
Sch_DupNotationAttribute=No element type may have more than one NOTATION attribute specified.
Sch_NotationAttributeOnEmptyElement=An attribute of type NOTATION must not be declared on an element declared EMPTY.
Sch_RefNotInScope=Keyref '{0}' can't find referred key or unique in scope.
Sch_UndeclaredIdentityConstraint=The '{0}' identity constraint is not declared.
Sch_RefInvalidIdentityConstraint=Reference to an invalid identity constraint '{0}'.
Sch_RefInvalidCardin=Keyref '{0}' has different cardinality as the referred key or unique.
Sch_ReftoKeyref=The '{0}' keyref can refer to key or unique only.
Sch_EmptyXPath=The Xpath for selector or field can't be empty.
Sch_UnresolvedPrefix=The prefix '{0}' in Xpath is unresolvable.
Sch_UnresolvedKeyref=The key sequence '{0}' in keyref fails to refer to some key.
Sch_ICXpathError=The '{0}' is an invalid XPath for selector or field.
Sch_SelectorAttr=The '{0}' is an invalid XPath for selector.  Selector can't have an XPath selection with an attribute node.
Sch_FieldSimpleTypeExpected=The field '{0}' is expecting an element or attribute with simple type or simple content.
Sch_FieldSingleValueExpected=The field '{0}' is expecting at most one value.
Sch_MissingKey=The identity constraint '{0}' validation has failed due to either a key is missing or the exsisting key has an empty node.
Sch_DuplicateKey=There is a duplicate key sequence '{0}' for '{1}' key or unique identity constraint. 
Sch_TargetNamespaceXsi=The target namespace of an attribute declaration, whether local or global, must not match http://www.w3.org/2001/XMLSchema-instance.
Sch_UndeclaredEntity=This is a reference to an undeclared entity, '{0}'.
Sch_UnparsedEntityRef=This is a reference to an unparsed entity, '{0}'.
Sch_NotationNotAttr=This NOTATION should be used only on attributes.
Sch_MaxOccursInvalidXsd=The value for the 'maxOccurs' attribute must be xsd:nonNegativeInteger or 'unbounded'.
Sch_MinOccursInvalidXsd=The value for the 'minOccurs' attribute must be xsd:nonNegativeInteger.
Sch_MaxInclusiveExclusive='maxInclusive' and 'maxExclusive' cannot both be specified for the same data type.
Sch_MinInclusiveExclusive='minInclusive' and 'minExclusive' cannot both be specified for the same data type.
Sch_MinInclusiveGtMaxInclusive=The value specified for 'minInclusive' cannot be greater than the value specified for maxInclusive for the same data type.
Sch_MinExclusiveGtMaxExclusive=The value specified for 'minExclusive' cannot be greater than the value specified for maxExclusive for the same data type.
Sch_MinInclusiveGtMaxExclusive=The value specified for 'minInclusive' cannot be greater than the value specified for maxExclusive for the same data type.
Sch_MinExclusiveGtMaxInclusive=The value specified for 'minExclusive' cannot be greater than the value specified for maxInclusive for the same data type.
Sch_SimpleTypeRestriction='simpleType' should be the first child of restriction.
Sch_InvalidFacetPosition=Facet should go before 'attribute', 'attributeGroup' or 'anyAttribute'.
Sch_AttributeMutuallyExclusive='{0}' and content model are mutually exclusive.
Sch_AnyAttributeLastChild='anyAttribute' has to be the last child.
Sch_ComplexTypeContentModel=The content model of a complex type must consist of 'annotation'(if present) followed by zero or one of 'simpleContent' or 'complexContent' or 'group' or 'choice' or 'sequence' or 'all' followed by zero or more attributes or attributeGroups followed by zero or one anyAttribute.
Sch_ComplexContentContentModel=Complex content restriction or extension should consist of zero or one of 'group' or 'choice' or 'sequence' or 'all' followed by zero or more attributes or attributeGroups followed by zero or one anyAttribute.
Sch_NotNormalizedString='xsd:normalizedString' is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters.
Sch_NotTokenString='xsd:token' is the set of strings that do not contain the line-feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces.
Sch_FractionDigitsNotOnDecimal=FractionDigits should be equal to 0 on types other then decimal.
Sch_ContentInNill=Element '{0}' must have no character or element children.
Sch_NoElementSchemaFound=Could not find schema information for the element '{0}'.
Sch_NoAttributeSchemaFound=Could not find schema information for the attribute '{0}'.
Sch_InvalidNamespace=Namespace '{0}' is invalid URI.
Sch_InvalidSchemaLocation=SchemaLocation '{0}' is invalid URI.
Sch_ImportTargetNamespace=Namespace attribute must not match the real value of the enclosing <schema>'s targetNamespace.
Sch_ImportTargetNamespaceNull=The enclosing <schema> must have a targetNamespace if the Namespace attribute is absent on the import element.
Sch_GroupDoubleRedefine=Double redefine for group.
Sch_GroupRedefineNotFound=No group to redefine.
Sch_AttrGroupDoubleRedefine=Double redefine for attribute group.
Sch_AttrGroupRedefineNotFound=No attribute group to redefine.
Sch_ComplexTypeDoubleRedefine=Double redefine for complex type.
Sch_ComplexTypeRedefineNotFound=No complex type to redefine.
Sch_SimpleToComplexTypeRedefine=Cannot redefine a simple type as complex type.
Sch_SimpleTypeDoubleRedefine=Double redefine for simple type.
Sch_ComplexToSimpleTypeRedefine=Cannot redefine a complex type as simple type.
Sch_SimpleTypeRedefineNotFound=No simple type to redefine.
Sch_MinMaxGroupRedefine=When group is redefined, the real value of both minOccurs and maxOccurs attribute must be 1 (or absent).
Sch_MultipleGroupSelfRef=Multiple self-reference in group redefine.
Sch_MultipleAttrGroupSelfRef=Multiple self-reference in attribute group redefine.
Sch_InvalidTypeRedefine=If type is being redefined the base type has to be self-rereference.
Sch_InvalidElementRef=If ref is present, then all of <complexType>, <simpleType>, <key>, <keyref>, <unique>, nillable, default, fixed, form, block and type must be absent.
Sch_MinGtMax=minOccurs value cannot be greater than maxOccurs value.
Sch_DupSelector=Selector can't appear twice in one identity constraint.
Sch_IdConstraintNoSelector=Selector must be present.
Sch_IdConstraintNoFields=At least one field must be present.
Sch_IdConstraintNoRefer=Refer attribute must be present.
Sch_SelectorBeforeFields=Can't define fields before selector.
Sch_NoSimpleTypeContent=SimpleType content is missing.
Sch_SimpleTypeRestRefBase=Either the base attribute or the simpleType child must be present, but not both.
Sch_SimpleTypeListRefBase=Either the itemType attribute or the simpleType child must be present, but not both.
Sch_SimpleTypeUnionNoBase=Either the memberTypes attribute must be non-empty or there must be at least one simpleType child.
Sch_NoRestOrExt='restriction' or 'extension' child is required.
Sch_NoGroupParticle='sequence', 'choice' or 'all' child is required.
Sch_InvalidAllMin='all' must have 'minOccurs' value of 0 or 1.
Sch_InvalidAllMax='all' must have {max occurs}=1.
Sch_InvalidFacet=Value attribute has to be present in facet.
Sch_AbstractElement=Element '{0}' is or it's type is abstract.
Sch_XsiTypeBlocked=Element '{0}' has xsi:type derivation blocked.
Sch_InvalidXsiNill=If the 'nillable' attribute is false in the schema, then the 'xsi:nil' attribute must not be present in the instance.
Sch_InvalidContent=Element '{0}' has invalid content.
Sch_InvalidContentExpecting=Element '{0}' has invalid content. Expected '{1}'.
Sch_InvalidElementContent=Element '{0}' has invalid child element '{1}'.
Sch_InvalidTextWhiteSpace=Element cannot contain text or whitespace. Content model is empty.
Sch_InvalidTextInElement=Element '{0}' cannot contain text or whitespace.
Sch_InvalidTextInElementExpecting=Element '{0}' cannot contain text or whitespace. Expected '{1}'.
Sch_InvalidElementContentExpecting=Element '{0}' has invalid child element '{1}'. Expected '{2}'.
Sch_IncompleteContent=Element '{0}' has incomplete content.
Sch_IncompleteContentExpecting=Element '{0}' has incomplete content. Expected '{1}'.
Sch_InvalidAttributeRef=If ref is present, then all of simpleType, form, type must be absent, use must be absent.
Sch_OptionalDefaultAttribute=The 'use' attribute must be optional (or absent) if the default attribute is present.
Sch_AttributeCircularRef=Circular attribute reference.
Sch_IdentityConstraintCircularRef=Circular identity constraint reference.
Sch_SubstitutionCircularRef=Circular substitution group affiliation.
Sch_InvalidAnyAttribute=Invalid namespace in anyAttribute.
Sch_DupIdAttribute=Duplicate id attribute.
Sch_InvalidAllElementMax=The {max occurs} of all the particles in the {particles} of an all group must be 0 or 1.
Sch_InvalidAny=Invalid namespace in any.
Sch_InvalidExamplar=May not be nominated as the {substitution group affiliation} of any other declaration.
Sch_NoExamplar=Reference to undeclared substitution group affiliation.
Sch_InvalidSubstitutionMember='{0}' cannot be a member of substitution group with head element '{1}'.
Sch_RedefineNoSchema=SchemaLocation must successfully resolve if <redefine> contains any child other than <annotation> . 
Sch_ProhibitedAttribute=The '{0}' attribute is not allowed.
Sch_TypeCircularRef=Circular type reference.
Sch_TwoIdAttrUses=Two distinct members of the {attribute uses} must not have {type definition}s which are or are derived from ID.
Sch_BaseFinalExtension=Base type is final extension.
Sch_NotSimpleContent=The content type of the base type must be a simple type definition or it should be mixed and simpleType child must be present.
Sch_NotComplexContent=The content type of the base type must not be a simple type definition.
Sch_BaseFinalRestriction=Base type is final restriction.
Sch_BaseFinalList=Base type is final list.
Sch_BaseFinalUnion=Base type is final union.
Sch_UndefBaseRestriction=Undefined complexType '{0}' is used as a base for complex type restriction".
Sch_UndefBaseExtension=Undefined complexType '{0}' is used as a base for complex type extension".
Sch_DifContentType=Derived type and the base type must have the same content type.
Sch_InvalidContentRestriction=Invalid content type derivation by restriction.
Sch_DupAttributeUse=Attribute '{0}' already exists.
Sch_InvalidParticleRestriction=Invalid particle derivation by restriction.
Sch_UndefGroupRef=Reference to undeclared model group '{0}'.
Sch_GroupCircularRef=Circular group reference.
Sch_AllRefNotRoot=Group ref to all is not the root particle or being used as an extension.
Sch_AllRefMinMax=Group ref to all must have {min occurs}={max occurs}=1.
Sch_NotAllAlone='all' is not the only particle in a group or being used as an extension.
Sch_AttributeGroupCircularRef=Circular attribute group reference.
Sch_UndefAttributeGroupRef=Reference to undeclared attribute group '{0}'.
Sch_InvalidAttributeExtension=Invalid attribute extension.
Sch_InvalidAnyAttributeRestriction=Base any attribute must be a superset of derived anyAttribute.
Sch_AttributeRestrictionProhibited=Invalid attribute restriction - prohibited in base type.
Sch_AttributeRestrictionInvalid=Invalid attribute restriction.
Sch_AttributeRestrictionInvalidFromWildcard=The {base type definition} must have an {attribute wildcard} and the {target namespace} of the R's {attribute declaration} must be valid with respect to that wildcard.
Sch_UnexpressibleAnyAttribute=Not expressible anyAttribute.
Sch_RefInvalidAttribute=Reference to invalid attribute '{0}'.
Sch_ElementCircularRef=Circular element reference.
Sch_RefInvalidElement=Reference to invalid element '{0}'.
Sch_ElementCannotHaveValue=Element's type does not allow fixed or default value constraint.
Sch_ElementTypeCollision=In the same scope, elements with the same name have to have the same type.
Sch_InvalidIncludeLocation=Cannot resolve schemaLocation attribute.
Sch_CannotLoadSchema=Cannot load schema for the namespace '{0}' - {1}.
Sch_LengthGtBaseLength=It is an error if length is among the members of {facets} of {base type definition} and {value} is greater than the {value} of the parent length.
Sch_MinLengthGtBaseMinLength=It is an error if minLength is among the members of {facets} of {base type definition} and {value} is less than the {value} of the parent minLength.
Sch_MaxLengthGtBaseMaxLength=It is an error if maxLength is among the members of {facets} of {base type definition} and {value} is greater than the {value} of the parent maxLength.
Sch_MaxInclusiveMismatch=It is an error if maxInclusive is among the members of {facets} of {base type definition} and {value} is greater than or equal to the {value} of the parent maxInclusive.
Sch_MaxExclusiveMismatch=It is an error if maxExclusive is among the members of {facets} of {base type definition} and {value} is greater than the {value} of the parent maxExclusive.
Sch_MinInclusiveMismatch=It is an error if minInclusive is among the members of {facets} of {base type definition} and {value} is less than or equal to the {value} of the parent minInclusive.
Sch_MinExclusiveMismatch=It is an error if minExclusive is among the members of {facets} of {base type definition} and {value} is less than or equal to the {value} of the parent minExclusive.
Sch_FacetBaseFixed=Base type has {fixed} equal to true.
Sch_WhiteSpaceRestriction1=It is an error if whiteSpace is among the members of {facets} of {base type definition} and {value} is replace or preserve and the {value} of the parent whiteSpace is collapse.
Sch_WhiteSpaceRestriction2=It is an error if whiteSpace is among the members of {facets} of {base type definition} and {value} is preserve and the {value} of the parent whiteSpace is replace.
Sch_UnSpecifiedDefaultAttributeInExternalStandalone=Markup for unspecified default attribute '{0}' is external and standalone='yes'.
Sch_StandAloneNormalization=StandAlone is 'yes' and the value of the attribute '{0}' with definition in external document changes on normalization.
Sch_XsiNilAndFixed=There must be no fixed value when there is attribute xsi:nil with the value true.
Sch_XSCHEMA=x-schema can load only XDR schemas.
Sch_MixSchemaTypes=Mixing different schema types.
Sch_InvalidPublicAttribute=Public attribute '{0}' is invalid URI.
Sch_InvalidSystemAttribute=System attribute '{0}' is invalid URI.
Sch_TypeAfterConstraints=simpleType or complexType cannot follow unique, key or keyref.
Sch_XsiNilAndType=There must be no type value when there is attribute xsi:nil with the value true.
Sch_DupSimpleTypeChild=simpleType should have only one child union, list or restriction.
Sch_InvalidIdAttribute=Invalid 'id' attribute value - {0}.
Sch_InvalidNameAttribute=Invalid 'name' attribute value - {0}.
Sch_InvalidAttribute=Invalid '{0}' attribute - {1}.
Sch_EmptyChoice=Empty choice is unsatisfiable if minOccurs not equal to 0.
Sch_DerivedNotFromBase=The data type of the simple content is not a valid restriction of the base complex type.
Sch_NeedSimpleTypeChild=Simple content restriction must have a simple type child if content type of the base type is not a simple type definition,
Sch_InvalidCollection=The schema items collection cannot contain an object of type 'XmlSchemaInclude', 'XmlSchemaImport' or 'XmlSchemaRedefine'.


;XPath Parser errors
Xp_UnclosedString=This is an unclosed string.
Xp_TokenExpected=A token was expected.
Xp_NodeTestExpected=A NodeTest was expected at {0}.
Xp_ExprExpected='{0}' is an invalid expression.
Xp_NumberExpected=A number was expected.
Xp_QueryExpected=A query was expected.
Xp_InvalidArgument='{0}' function in '{1}' has an invalid argument. Maybe ')' is missing.
Xp_InvalidArgumentType=The argument to  function '{0}' in '{1}' cannot be converted to nodeset.
Xp_InvalidNumArgs=Function '{0}' in '{1}' has invalid number of arguments.
Xp_InvalidName='{0}' has an invalid qualified name.
Xp_InvalidToken='{0}' has an invalid token.
Xp_FunctionExpected=A function was expected.
Xp_NodeSetExpected=The expression passed to this method should result in a NodeSet.
Xp_NotSupported=The XPath query '{0}' is not supported.
Xp_InvalidPattern={0} is an invalid XSLT pattern.
Xp_InvalidPatternString={0} is an invalid XSLT pattern.
Xp_InvalidKeyPattern={0} is an invalid key pattern. It either has a variable reference or key function.
Xp_BadQueryObject=This is an invalid object. Only objects returned from Compile() can be passed as input.
Xp_UndefinedXsltContext=XsltContext is needed for this query because of an unknown function.
Xp_BadQueryString=The xpath expression passed into compile is null or empty.
Xp_NoContext=Namespace Manager or XsltContext needed. This query has prefix or variable or userdefined function.

;;; Xslt errors
Xslt_CompileError={0}({1},{2}) :\n
Xslt_WrongStylesheetElement=Stylesheet should start from 'xsl:stylesheet' or 'xsl:transform' element or from literal result element with 'xsl:version' attribute.
Xslt_UnsuppFunction='{0}()' is an unsupported XSLT function.
Xslt_NotFirstImport='xsl:import' should be the first instruction of the stylesheet.
Xslt_UnexpectedKeyword='{0}' cannot be a child of '{1}' element.
Xslt_NullNsAtTopLevel=Top level elements should have non-null namespace, {0}.
Xslt_InvalidContents=The contents of '{0}' are invalid.
Xslt_InvalidAttribute='{0}' is an invalid attribute for '{1}' element.
Xslt_MissingAttribute=Missing mandatory attribute '{0}'.
Xslt_InvalidAttrValue='{1}' is an invalid value for '{0}' attribute.
Xslt_EmptyTagRequired=The tag '{0}' must be empty.
Xslt_CircularInclude=There is a circular import or include of the file, '{0}'.
Xslt_CantResolve=Cannot resolve the referenced document '{0}'.
Xslt_SingleRightAvt=There should be a single right curly brace outside AVT expression '{0}'.
Xslt_OpenBracesAvt=The braces are not closed in AVT expression '{0}'.
Xslt_OpenLiteralAvt=The literal in AVT expression is not correctly closed '{0}'.
Xslt_NestedAvt=AVT can't be nested in AVT '{0}'.
Xslt_EmptyAvtExpr=XPath Expression in AVT can't be empty: '{0}'.
Xslt_InvalidXPath='{0}' is an invalid XPath expression.
Xslt_InvalidQName='{0}' is an invalid QName.
Xslt_VariableCntSel=The '{0}' variable has both a select attribute of '{1}' and non-empty contents.
Xslt_NoStylesheetLoaded=No style sheet was loaded.
Xslt_DupTemplateName='{0}' is a duplicate template name.
Xslt_TemplateNoAttrib=An xsl:template requires at least a match or name attribute.
Xslt_InvalidVariable=The variable or param '{0}' is either not defined or it is out of scope.
Xslt_DupVarName=Variable or param '{0}' was duplicated within the same scope.
Xslt_WrongNumberArgs=XSLT function '{0}' has the wrong number of arguments.
Xslt_UnknownXsltFunction='{0}()' is an unknown XSLT function.
Xslt_NoNodeSetConversion=Cannot convert the operand to NodeSet.
Xslt_NoNavigatorConversion=Cannot convert the operand to 'Result tree fragment'.
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.
Xslt_CircularAttributeSet=There was a circular reference in the '{0}' xsl:attribute-set declaration.
Xslt_InvalidCallTemplate=The named template '{0}' does not exist.
Xslt_WrongNamespace=The wrong namespace was used for XSL. Use 'http://www.w3.org/1999/XSL/Transform'.
Xslt_InvalidPrefix=Prefix '{0}' is not defined.
Xslt_FunctionFailed=Function '{0}()' has failed.
Xslt_InvalidFormat=Format cannot be empty.
Xslt_InvalidFormat1=Format '{0}' cannot have digit symbol after zerdigit symbol before a decimal point.
Xslt_InvalidFormat2=Format '{0}' cannot have zerodigit symbol after digit symbol after decimal point
Xslt_InvalidFormat3=Format '{0}' has two pattern separators.
Xslt_InvalidFormat4=Format '{0}' cannot end with a pattern separator.
Xslt_InvalidFormat5=Format '{0}' cannot have two decimal separators.
Xslt_InvalidFormat6=Format '{0}' has both  '*' and '_' which is invalid. 
Xslt_InvalidFormat7=Format '{0}' has '{1}' which is invalid.
Xslt_InvalidFormat8=Format string should have atleast one digit or zerodigit.
Xslt_ScriptMixLang=Mixing scripting languages for the same namespace is not supported.
Xslt_ScriptCompileErrors=Script compile errors:\n{0}
Xslt_ScriptInvalidPrefix=Cannot find the script or external object that implements prefix '{0}'.
Xslt_ScriptDub=Namespace '{0}' has duplicate implementation.
Xslt_ScriptEmpty=msxsl:script cannot be empty.
Xslt_ScriptInvalidLang=The scripting language '{0}' is not supported.
Xslt_DupDecimalFormat=Decimal format '{0}' has duplicate declaration.
Xslt_NoDecimalFormat=Decimal format '{0}' is not declared in the stylesheet but is referenced.
Xslt_CircularReference=There is a circular reference in definition of variable '{0}'.
Xslt_InvalidExtensionNamespace=Extension namespace cannot be 'null' nor XSLT namespace URI.
Xslt_InvalidParamNamespace=Parameter cannot belong to XSLT namespace.
Xslt_InvalidModeAttribute=xsl:template cannot have 'mode' attribute without a 'match' attribute.
Xslt_MultipleRoots=There are multiple root elements in the output xml.
Xslt_ApplyImports=The xsl:apply-imports instruction cannot be included within the content of an xsl:for-each instruction or within xsl:template instruction without match attribute.
Xslt_DuplicateParametr=Duplicate parameter: '{0}'.
Xslt_ReservedNS=Elements and attributes cannot belong to reserved namespace: '{0}'.
Xslt_NoWhen=xsl:choose must have at least one xsl:when child.
Xslt_Terminate=Transform terminated: '{0}'.

;;; Xml DOM errors
Xdom_DualDocumentTypeNode=This document already has a DocumentType node.
Xdom_DualDocumentElementNode=This document already has a DocumentElement node.
Xdom_DualDeclarationNode=This document already has an XmlDeclaration node.
Xdom_Import=Cannot import nodes of type '{0}'.
Xdom_Import_NullNode=Cannot import a null node.
Xdom_NoRootEle=The document does not have a root element.
Xdom_Attr_Name=The attribute local name cannot be empty.
Xdom_AttrCol_Object=An Attributes collection can only contain Attribute objects.
Xdom_AttrCol_Insert=The reference node must be a child of the current node.
Xdom_NamedNode_Context=The named node is from a different document context.
Xdom_Version=Wrong XML version information: only XML version 1.0 is supported.
Xdom_standalone=Wrong value for the XML declaration standalone attribute of '{0}'.
Xdom_Ele_Prefix=The prefix of an element name cannot start with 'xml'.
Xdom_Ent_Innertext=The InnerText of Entity node is read-only and cannot be set.
Xdom_EntRef_SetVal=EntityReference nodes have no support for setting value.
Xdom_WS_Char=The string for white space contains an invalid character.
Xdom_Node_SetVal=Cannot set a value on node type: {0}.
Xdom_Empty_LocalName=The local name for elements or attributes cannot be null or an empty string.
Xdom_Set_InnerXml=Cannot set the InnerXml for the current node because it is either read-only or cannot have children.
Xdom_Attr_InUse=The Attribute node cannot be inserted because it is already an attribute of another element.
Xdom_Enum_ElementList=The element list has changed. The enumeration operation failed to continue.
Xdom_Invalid_NT_String=The string doesn't represent any nodetype : {0}.
Xdom_InvalidCharacter_EntityReference=cannot create an EntityRefence node with a name starting with '#'.
Xdom_IndexOutOfRange=The passing in index is out of range.

;;; DocumentXPathNavigator errors
XdomXpNav_NullParam=The passing in parameter (other) is null.
;;; XmlLoader errors
Xdom_Load_NoDocument=The document to be loaded could not be found.
Xdom_Load_NoReader=There is no reader from which to load the document.
Xdom_Load_NodeType=XmlLoader.Load(): Unexpected NodeType: {0}.
;;; XmlNode operations
Xdom_Node_Null_Doc=Cannot create a node without an owner document.
Xdom_Node_Insert_Child=Cannot insert a node or any ancestor of that node as a child of itself.
Xdom_Node_Insert_Contain=The current node cannot contain other nodes.
Xdom_Node_Insert_Path=The reference node is not a child of this node.
Xdom_Node_Insert_Context=The node to be inserted is from a different document context.
Xdom_Node_Insert_Location=Cannot insert the node in the specified location.
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.
Xdom_Node_Remove_Contain=The current node cannot contain other nodes, so the node to be removed is not its child.
Xdom_Node_Remove_Child=The node to be removed is not a child of this node.
Xdom_Node_Modify_ReadOnly=This node is read-only. It cannot be modified.
Xdom_TextNode_SplitText=The Text node is not connected in the DOM live tree. No SplitText operation could be fulfilled.
Xdom_Attr_Reserved_XmlNS=The namespace declaration attribute has an incorrect namespaceURI: {0}.
Xdom_Node_Cloning=Entity and Notation nodes can not be cloned.

;;; XmlNodeReader errors
Xnr_ResolveEntity=The node is not an expandable EntityReference node.


; Exceptions messages
;

XmlMissingMethod={0} was not found in {1}.
XmlMissingType=The type {0} is missing in the generated assembly.
XmlUnsupportedType={0} is an unsupported type.
XmlUnsupportedTypeKind=The type {0} may not be serialized.
XmlUnsupportedSoapTypeKind=The type {0} may not be serialized with SOAP-encoded messages. Set the Use for your message to Literal.
XmlUnsupportedIDictionary=The type {0} is not supported because it implements IDictionary.
XmlDuplicateTypeName=A type with the name {0} has already been added in namespace {1}.
XmlSerializableNameMissing1=Schema Id is missing. The schema returned from {0}.GetSchema() must have an Id.
XmlConstructorInaccessible={0} cannot be serialized because it does not have a default public constructor.
XmlTypeInaccessible={0} is inaccessible due to its protection level. Only public types can be processed.
XmlNoDefaultAccessors=You must implement a default accessor on {0} because it inherits from ICollection.
XmlNoAddMethod=You must implement the Add({1}) method on {0} because it inherits from {2}.
XmlAttributeSetAgain={0}.{1} already has attributes.
XmlIllegalWildcard=Cannot use wildcards at the top level of a schema.
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.
XmlIllegalForm=There was an error exporting '{0}': elements declared at the top level of a schema cannot be unqualified.
XmlBareTextMember=There was an error exporting {0}: bare members cannot contain text content.
XmlBareAttributeMember=There was an error exporting {0}: bare members cannot be attributes.
XmlReflectionError=There was an error reflecting '{0}'.
XmlIncludeSerializableError=Type {0} is derived from {1} and therefore cannot be used with attribute XmlInclude.
XmlInvalidDataTypeUsage='{0}' is an invalid value for the {1} property. The property may only be specified for primitive types.
XmlInvalidXsdDataType=Value '{0}' can not be used for the {1} property. The datatype '{2}' is missing.
XmlDataTypeMismatch='{0}' is an invalid value for the {1} property. {0} can not be converted to {2}.
XmlIllegalTypeContext={0} cannot be used as: 'xml {1}'.
XmlUdeclaredXsdType=The type, {0}, is undeclared.
XmlAnyElementNamespace=The element {0} has been attributed with an XmlAnyElementAttribute with namespace {1}, but with no name. When a namespace is supplied, a name is also required. Supply a name or remove the namespace.
XmlInvalidConstantAttribute=Only XmlEnum may be used on enumerated constants.
XmlIllegalDefault=The default value for XmlAttribute or XmlElement may only be specified for primitive types.
XmlIllegalAttributesArrayAttribute=XmlAttribute and XmlAnyAttribute cannot be used in conjunction with XmlElement, XmlText, XmlAnyElement, XmlArray, or XmlArrayItem.
XmlIllegalElementsArrayAttribute=XmlElement, XmlText, and XmlAnyElement cannot be used in conjunction with XmlAttribute, XmlAnyAttribute, XmlArray, or XmlArrayItem.
XmlIllegalArrayArrayAttribute=XmlArray and XmlArrayItem cannot be used in conjunction with XmlAttribute, XmlAnyAttribute, XmlElement, XmlText, or XmlAnyElement.
XmlIllegalAttribute=For non-array types, you may use the following attributes: XmlAttribute, XmlText, XmlElement, or XmlAnyElement.
XmlIllegalType=The type for {0} may not be specified for primitive types.
XmlIllegalAttrOrText=Cannot serialize member '{0}'. XmlAttribute/XmlText cannot be used to encode complex types.
XmlIllegalAttributeFlagsArray=XmlAttribute cannot be used to encode array of {1}, because it is marked with FlagsAttribute.
XmlIllegalAnyElement=XmlAnyElement can only be used with classes of type XmlNode or a type deriving from XmlNode.
XmlInvalidIsNullable=IsNullable may not be 'true' for value type {0}.
XmlInvalidFormUnqualified=The Form property may not be 'Unqualified' when an explicit Namespace property is present.
XmlDuplicateNamespace=The namespace, {0}, is a duplicate.
XmlElementHasNoName=This element has no name.
XmlAttributeHasNoName=This attribute has no name.
XmlElementImportedTwice=The element, {0}, from namespace, {1}, was imported twice for different reasons: ({2}, {3}).
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.
XmlInvalidXmlOverride=Member '{0}.{1}' hides inherited member '{2}.{3}', but has different custom attributes.
XmlMembersDeriveError=These members may not be derived.
XmlTypeUsedTwice=The type '{0}' from namespace '{1}' was used in two different ways.
XmlMissingGroup=Group {0} is missing.
XmlMissingAttributeGroup=The attribute group {0} is missing.
XmlMissingDataType=The datatype '{0}' is missing.
XmlInvalidEncoding=Referenced type '{0}' valid only for encoded SOAP.
XmlMissingElement=The element '{0}' is missing.
XmlMissingAttribute=The attribute {0} is missing.
XmlMissingMethodEnum=The method for enum {0} is missing.
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.
XmlNeedAttributeHere=The node must be either type XmlAttribute or a derived type.
XmlElementNameMismatch=This element was named '{0}' from namespace '{1}' but should have been named '{2}' from namespace '{3}'.
XmlUnsupportedDefaultType=The default value type, {0}, is unsupported.
XmlUnsupportedDefaultValue=The formatter {0} cannot be used for default values.
XmlInvalidDefaultValue=Value '{0}' cannot be converted to {1}.
XmlInvalidDefaultEnumValue=Enum {0} cannot be converted to {1}.
XmlUnknownNode={0} was not expected.
XmlUnknownConstant='{0}' is not a valid value for {1}.
XmlSerializeError=There is an error in the XML document.
XmlSerializeErrorDetails=There is an error in XML document ({0}, {1}).
XmlCompilerError=Unable to generate a temporary class (result={0}).
XmlCompilerDynModule=Unable to generate a serializer for type {0} from assembly {1} because the assembly may be dynamic. Save the assembly and load it from disk to use it with XmlSerialization.
XmlSchemaDuplicateNamespace=A schema with the namespace '{0}' has already been added.
XmlInvalidArrayDimentions=SOAP-ENC:arrayType with multidimensional array found at {0}. Only single-dimensional arrays are supported. Consider using an array of arrays instead.
XmlInvalidArrayTypeName=The SOAP-ENC:arrayType references type is named '{0}'; a type named '{1}' was expected at {2}.
XmlInvalidArrayTypeNamespace=The SOAP-ENC:arrayType references type is from namespace '{0}'; the namespace '{1}' was expected at {2}.
XmlMissingArrayType=SOAP-ENC:arrayType was missing at {0}.
XmlEmptyArrayType=SOAP-ENC:arrayType was empty at {0}.
XmlInvalidArraySyntax=SOAP-ENC:arrayType must end with a ']' character.
XmlInvalidArrayTypeSyntax=Invalid wsd:arratType syntax: '{0}'.
XmlMismatchedArrayBrackets=SOAP-ENC:arrayType has mismatched brackets.
XmlInvalidArrayLength=SOAP-ENC:arrayType could not handle '{1}' as the length of the array.
XmlMissingHref=The referenced element with ID '{0}' is located outside the current document and cannot be retrieved.
XmlInvalidHref=The referenced element with ID '{0}' was not found in the document.
XmlUnknownType=The specified type was not recognized: name='{0}', namespace='{1}', at {2}.
XmlAbstractType=The specified type is abstract: name='{0}', namespace='{1}', at {2}.
XmlMappingsScopeMismatch=Exported mappings must come from the same importer.
XmlMethodTypeNameConflict=The XML element named '{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.
XmlCannotReconcileAccessor=The XML element named '{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.
XmlInvalidTypeAttributes=XmlRoot and XmlType attributes may not be specified for the type {0}.
XmlInvalidAttributeUse=XML attributes may not be specified for the type {0}.
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.
XmlInvalidSoapArray=An array of type {0} may not be used with XmlArrayType.Soap.
XmlCannotIncludeInSchema=The type {0} may not be exported to a schema because the IncludeInSchema property of the XmlType attribute is 'false'.
XmlSoapCannotIncludeInSchema=The type {0} may not be exported to a schema because the IncludeInSchema property of the SoapType attribute is 'false'.
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 can't be object). Objects of type {0} may not be used in un-typed collections, such as ArrayLists.
XmlInvalidUseOfType=The type {0} may not be used in this context.
XmlUnxpectedType=The type {0} was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically.
XmlUnknownAnyElement=The XML element named '{0}' from namespace '{1}' was not expected. The XML element name and namespace must match those provided via XmlAnyElementAttribute(s).
XmlMultipleAttributeOverrides={0}. {1} already has attributes.
XmlInvalidEnumAttribute=Only SoapEnum may be used on enum constants.
XmlInvalidReturnPosition=The return value must be the first member.
XmlInvalidElementAttribute=Only SoapElementAttribute or SoapAttributeAttribute may be used on members.
XmlInvalidVoid=The type Void is not valid in this context.
XmlInvalidContent=Invalid content {0}.
XmlInvalidSchemaType=Types must be declared at the top level in the schema.
XmlInvalidSubstitutionGroupUse=Substitution group may not be used.
XmlElementMissingType=Element '{0}' does not specify a type.
XmlInvalidAnyUse=Any may not be specified.
XmlSoapInvalidAttributeUse=Use elements (not attributes) for fields/parameters.
XmlSoapInvalidChoice=Use all or sequence (not choice) for fields/parameters.
XmlSoapUnsupportedGroupRef=The ref syntax for groups is not supported.
XmlSoapUnsupportedGroupRepeat=Group may not repeat.
XmlSoapUnsupportedGroupNested=Nested groups may not be specified.
XmlSoapUnsupportedGroupAny=Any may not be specified.
XmlInvalidEnumContent=Invalid content '{0}' for enumerated data type {1}.
XmlInvalidAttributeType={0} may not be used on parameters or return values when they are not wrapped.
XmlInvalidBaseType=Type {0} cannot derive from {1} because it already has base type {2}.
XmlPrimitiveBaseType=Type '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.
XmlInvalidIdentifier=Identifier '{0}' is not CLS-compliant.
XmlGenError=There was an error generating the XML document.
XmlInvalidXmlns=Invalid namespace attribute: {0}="".
XmlCircularReference=A circular reference was detected while serializing an object of type {0}.
XmlMissingSchema=Missing schema targetNamespace="{0}".
XmlNoSerializableMembers=Cannot serialize object of type '{0}'. The object doesn't have serializable members.
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}'.
XmlReadOnlyCollection=Could not serialize {0}. Default constructors are required for collections and enumerators.
XmlRpcNestedValueType=Can not serialize {0}. Nested structs are not supported with encoded SOAP.
XmlRpcRefsInValueType=Can not serialize {0}. References in structs are not supported with encoded SOAP.
XmlRpcArrayOfValueTypes=Can not serialize {0}. Arrays of structs are not supported with encoded SOAP.
XmlDuplicateElementName=The XML element named '{0}' from namespace '{1}' already present in the current scope. Use XML attributes to specify another XML name or namespace for the element.
XmlDuplicateAttributeName=The XML attribute named '{0}' from namespace '{1}' already present in the current scope. Use XML attributes to specify another XML name or namespace for the attribute.
XmlBadBaseType=Element '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.
XmlUndefinedAlias=Namespace prefix '{0}' is not defined.
XmlChoiceIdentifierType=Type of choice identifier '{0}' is inconsistent with type of '{1}'. Please use {2}.
XmlChoiceIdentifierArrayType=Type of choice identifier '{0}' is inconsistent with type of '{1}'. Please use array of {2}.
XmlChoiceIdentifierTypeEnum=Choice identifier '{0}' must be an enum.
XmlChoiceIdentiferMemberMissing=Missing '{0}' member needed for serialization of choice '{1}'.
XmlChoiceIdentiferAmbiguous=Ambiguous choice identifer: there are several members named '{0}'.
XmlChoiceIdentiferMissing=You need to add {0} to the '{1}' member.
XmlChoiceMissingValue=Type {0} is missing value for '{1}'.
XmlChoiceMismatchChoiceException=Value of {0} mismatches the type of {1}, you need to set it to {2}.
XmlArrayItemAmbiguousTypes=Ambiguous types specified for member '{0}'.  Items '{1}' and '{2}' have the same type.  Please consider using {3} with {4} instead.
XmlUnsupportedInterface=Cannot serialize interface {0}.
XmlUnsupportedInterfaceDetails=Cannot serialize member {0} of type {1} because it is an interface.
XmlUnsupportedRank=Cannot serialize object of type {0}. Multidimensional arrays are not supported.
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.
XmlIllegalMultipleTextMembers=XmlText may not be used on multiple parameters or return values.
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.
XmlSchemaSyntaxError=Schema with targetNamespace='{0}' has invalid syntax.
XmlIllegalTypedTextAttribute=Cannot serialize object of type '{0}'. Consider changing type of XmlText member '{0}.{1}' from {2} to string or string array.
XmlIllegalSimpleContentExtension=Cannot serialize object of type '{0}'. Base type '{1}' has simpleContent and can be only extended by adding XmlAttribute elements. Please consider changing XmlText member of the base class to string array.
XmlInvalidCast=Cannot assign object of type {0} to an object of type {1}.
XmlInvalidNullCast=Cannot assign null value to an object of type {1}.
XmlMultipleXmlns=Cannot serialize object of type '{0}' because it has multiple XmlNamespaceDeclarations attributes.
XmlMultipleXmlnsMembers=XmlNamespaceDeclarations may not be used on multiple parameters or return values.
XmlXmlnsInvalidType=Cannot use XmlNamespaceDeclarations attribute on member '{0}' of type {1}.  The attribute only valid on members of type {2}.
XmlSoleXmlnsAttribute=XmlNamespaceDeclarations attribute cannot be used in conjunction with any other custom attributes.
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.
XmlPropertyHasSecurityAttributes=The property '{0}' on type '{1}' cannot be serialized because it is decorated with declarative security permission attributes. Consider using imperative asserts or demands in the property accessors.

XmlInternalError=Internal error.
XmlInternalErrorDetails=Internal error: {0}.
XmlInternalErrorMethod=Internal error: missing generated method for {0}.

; XmlConvert Errors
;
XmlConvert_BadTimeSpan=The string was not recognized as a valid TimeSpan value.
XmlConvert_BadBoolean=The string was not recognized as a valid Boolean value.
XmlConvert_BadUri=The string was not recognized as a valid Uri.
; END

RefSyntaxNotSupportedForElements0=Ref syntax not supported for elements.
