<strings>
    <!-- XML Validator strings these strings are used when Validating XML Documents -->
    <!-- The strings are used by the xerces library compiled by the XML4C project -->
   
   
   
   
    
    <!-- Warnings -->
    
	<string id="XMLValidator/NotationAlreadyExists" value="Notation '{0}' has already been declared"/>
   	<string id="XMLValidator/AttListAlreadyExists" value="Attribute '{0}' has already been declared for element '{1}'"/>
    <string id="XMLValidator/ContradictoryEncoding" value="Encoding ({0}, from XMLDecl or manually set) contradicts the auto-sensed encoding, ignoring it"/>
    <string id="XMLValidator/UndeclaredElemInCM" value="Element '{0}' was referenced in a content model but never declared"/>
    <string id="XMLValidator/UndeclaredElemInAttList" value="Element '{0}' was referenced in an attlist but never declared"/>
    <string id="XMLValidator/XMLException_Warning" value="An exception occurred! Type:{0}, Message:{1}"/>
    <string id="XMLValidator/Scan_CouldNotOpenSource_Warning" value="Warning: The primary document entity could not be opened. Id={0}"/>

    <!-- Errors -->
    
    <string id="XMLValidator/FeatureUnsupported" value="{0} is unsupported"/>
    <string id="XMLValidator/TopLevelNoNameComplexType" value="Error: Top level complexType has no name - declaration ignored"/>
    <string id="XMLValidator/TopLevelNoNameAttribute" value="Globally-declared attribute must have a name - attribute declaration ignored"/>
    <string id="XMLValidator/NoNameRefAttribute" value="Attribute must have a name or a ref - attribute declaration ignored"/>
    <string id="XMLValidator/GlobalNoNameElement" value="Globally-declared element must have a name - element declaration ignored"/>
    <string id="XMLValidator/NoNameRefElement" value="Element must have a name or a ref attribute - element ignored"/>
    <string id="XMLValidator/NoNameRefGroup" value="&lt;group&gt; must have a name or a ref attribute - declaration ignored"/>
    <string id="XMLValidator/NoNameRefAttGroup" value="&lt;attributeGroup&gt; must have a name or a ref attribute - declaration ignored"/>
    <string id="XMLValidator/AnonComplexTypeWithName" value="Anonymous complexType in element {0} has a name attribute"/>
    <string id="XMLValidator/AnonSimpleTypeWithName" value="Anonymous simpleType in element {0} has a name attribute"/>
    <string id="XMLValidator/InvalidElementContent" value="The content of an element information item does not match (annotation?, (simpleType | complexType)?, (unique | key | keyref)*)"/>
    <string id="XMLValidator/UntypedElement" value="Untyped element: {0}"/>
    <string id="XMLValidator/SimpleTypeContentError" value="Error in content of simpleType"/>
    <string id="XMLValidator/ExpectedSimpleTypeInList" value="Expected simpleType in 'list' declaration for {0}"/>
    <string id="XMLValidator/ListUnionRestrictionError" value="List | Union | Restriction content is invalid for type {0}"/>
    <string id="XMLValidator/SimpleTypeDerivationByListError" value="Error in content of derivation by list for {0}"/>
    <string id="XMLValidator/ExpectedSimpleTypeInRestriction" value="Expected simpleType in 'restriction' declaration for {0}"/>
    <string id="XMLValidator/DuplicateFacet" value="Facet {0} already defined - ignoring"/>
    <string id="XMLValidator/ExpectedSimpleTypeInUnion" value="Expected simpleType in 'union' declaration for {0}"/>
    <string id="XMLValidator/EmptySimpleTypeContent" value="SimpleType content is empty"/>
    <string id="XMLValidator/InvalidSimpleContent" value="The content of the simpleContent element is invalid. The content must be RESTRICTION or EXTENSION"/>
    <string id="XMLValidator/UnspecifiedBase" value="The BASE attribute must be specified for the RESTRICTION or EXTENSION element"/>
    <string id="XMLValidator/InvalidComplexContent" value="The content of the complexContent element is invalid. The content must be RESTRICTION or EXTENSION"/>
    <string id="XMLValidator/SchemaElementContentError" value="Error in content of &lt;schema&gt; element information item"/>
    <string id="XMLValidator/ContentError" value="Content (annotation?,..) is incorrect for type {0}"/>
    <string id="XMLValidator/UnknownSimpleType" value="Unknown simpleType: {0}"/>
    <string id="XMLValidator/UnknownComplexType" value="Unknown complexType: {0}"/>
    <string id="XMLValidator/UnresolvedPrefix" value="Prefix: '{0}' can not be resolved to a URI"/>
    <string id="XMLValidator/RefElementNotFound" value="Ref element {0} not found in the Schema"/>
    <string id="XMLValidator/TypeNotFound" value="Type not found in {0}:{1}"/>
    <string id="XMLValidator/TopLevelAttributeNotFound" value="Could not find top level attribute: {0}"/>
    <string id="XMLValidator/InvalidChildInComplexType" value="Invalid child '{0}' in the complex type"/>
    <string id="XMLValidator/BaseTypeNotFound" value="Base type could not be found: {0}"/>
    <string id="XMLValidator/NoAttributeInSchema" value="No attribute '{0}' was defined in schema: {1}"/>
    <string id="XMLValidator/DatatypeValidatorCreationError" value="Error creating datatype validator: {0}"/>
    <string id="XMLValidator/InvalidChildFollowingSimpleContent" value="Invalid child following the simpleContent child in the complexType"/>
    <string id="XMLValidator/InvalidChildFollowingConplexContent" value="Invalid child following the complexContent child in the complexType"/>
    <string id="XMLValidator/InvalidComplexTypeBlockValue" value="The 'block' attribute values of a complexType must be #all | list(restriction,extension); {0} was found"/>
    <string id="XMLValidator/InvalidComplexTypeFinalValue" value="The 'final' attribute values of a complexType must be #all | list(restriction,extension); {0} was found"/>
    <string id="XMLValidator/AttributeDefaultFixedValue" value="An attribute cannot have both 'fixed' and 'default' present at the same time - default used"/>
    <string id="XMLValidator/NotOptionalDefaultAttValue" value="If default and use are both present, use must have the value 'optional'."/>
    <string id="XMLValidator/LocalAttributeWithNameRef" value="Local attribute:{0} has also a ref defined - name ignored"/>
    <string id="XMLValidator/GlobalAttributeWithNameRef" value="Global attribute:'{0}' cannot have a ref defined"/>
    <string id="XMLValidator/DuplicateAttribute" value="Error: Attribute '{0}' declared more than once in the same scope- ignoring"/>
    <string id="XMLValidator/AttributeWithTypeAndSimpleType" value="Attribute declarations may not contain both a type and a simpleType declaration"/>
    <string id="XMLValidator/AttributeSimpleTypeNotFound" value="SimpleType ({0}:{1}) for attribute: {2} not found"/>
    <string id="XMLValidator/ElementWithFixedAndDefault" value="An element cannot have both 'fixed' and 'default' present at the same time"/>
    <string id="XMLValidator/DeclarationWithNameRef" value="{0}:'{1}' has also a ref defined - name ignored"/>
    <string id="XMLValidator/BadAttWithRef" value="ref cannot appear with any of type, abstract, block, final, nillable, default or fixed"/>
    <string id="XMLValidator/InvalidDeclarationName" value="Invalid {0} name:'{1}' - declaration ignored"/>
    <string id="XMLValidator/GlobalElementWithRef" value="Globally-declared element {0} cannot have a ref attribute - ref ignored"/>
    <string id="XMLValidator/ElementWithTypeAndAnonType" value="Element '{0}' cannot have both a type attribute and a simpleType/complexType type child"/>
    <string id="XMLValidator/NotSimpleOrMixedElement" value="Element {0} has a fixed or default value and must have a mixed simple or simple content model"/>
    <string id="XMLValidator/DisallowedSimpleTypeExtension" value="The simpleType {0} that {1} uses has a value of 'final' which does not permit extension"/>
    <string id="XMLValidator/InvalidSimpleContentBase" value="The type '{0}' specified as the base in the simpleContent element must not have complexContent"/>
    <string id="XMLValidator/InvalidComplexTypeBase" value="The type '{0}' is a simple type. It cannot be used in a derivation by RESTRICTION for a complexType"/>
    <string id="XMLValidator/InvalidChildInSimpleContent" value="Invalid child following the RESTRICTION or EXTENSION element in the simpleContent definition"/>
    <string id="XMLValidator/InvalidChildInComplexContent" value="Invalid child following the RESTRICTION or EXTENSION element in the complexContent definition"/>
    <string id="XMLValidator/AnnotationError" value="Annotation can only appear once: type {0}"/>
    <string id="XMLValidator/DisallowedBaseDerivation" value="The base type {0} does not allow itself to be used as the base for a restriction and/or as a type in a list and/or union"/>
    <string id="XMLValidator/SubstitutionRepeated" value="The value 'substitution' already in the list"/>
    <string id="XMLValidator/UnionRepeated" value="The value 'union' is already in the list"/>
    <string id="XMLValidator/ExtensionRepeated" value="The value 'extension' is already in the list"/>
    <string id="XMLValidator/ListRepeated" value="The value 'list' is already in the list"/>
    <string id="XMLValidator/RestrictionRepeated" value="The value 'restriction' is already in the list"/>
    <string id="XMLValidator/InvalidBlockValue" value="Invalid block value: {0}"/>
    <string id="XMLValidator/InvalidFinalValue" value="Invalid final value: {0}"/>
    <string id="XMLValidator/InvalidSubstitutionGroupElement" value="Element {0} cannot be part of the substitution group headed by {1}"/>
    <string id="XMLValidator/SubstitutionGroupTypeMismatch" value="Element {0} has a type which does not derive from the type of the element at the head of the substitution group"/>
    <string id="XMLValidator/DuplicateElementDeclaration" value="Duplicate element decl in the same scope: {0}"/>
    <string id="XMLValidator/InvalidElementBlockValue" value="The 'block' attribute values of an element must be #all | list(substitution,restriction,extension); {0} was found"/>
    <string id="XMLValidator/InvalidElementFinalValue" value="The 'final' attribute values of an element must be #all | list(restriction,extension); {0} was found"/>
    <string id="XMLValidator/InvalidAttValue" value="Invalid value '{0}' for attribute: '{1}'."/>
    <string id="XMLValidator/AttributeRefContentError" value="Ref is present, and simpleType/form/type found"/>
    <string id="XMLValidator/DuplicateRefAttribute" value="Duplicate reference attribute {0}:{1} in complexType"/>
    <string id="XMLValidator/ForbiddenDerivationByRestriction" value="Derivation by restriction is forbidden by either the base type '{0}' or the schema"/>
    <string id="XMLValidator/ForbiddenDerivationByExtension" value="Derivation by extension is forbidden by either the base type '{0}' or the schema"/>
    <string id="XMLValidator/BaseNotComplexType" value="The base type specified in the complexContent element must be a complexType"/>
    <string id="XMLValidator/ImportNamespaceDifference" value="Imported schema '{0}' has a different targetNameSpace '{1}' from what's declared '{2}'"/>
    <string id="XMLValidator/ImportRootError" value="Could not get the doc root for imported Schema: {0}"/>
    <string id="XMLValidator/DeclarationNoSchemaLocation" value="A schemaLocation attribute must be specified on '{0}' element."/>
    <string id="XMLValidator/IncludeNamespaceDifference" value="Included schema '{0}' has a different targetNameSpace '{1}'"/>
    <string id="XMLValidator/OnlyAnnotationExpected" value="At most one &lt;annotation&gt; element is expected in the content."/>
    <string id="XMLValidator/InvalidAttributeContent" value="The content must be (annotation?, simpleType?) for attribute '{0}={1}'"/>
    <string id="XMLValidator/AttributeRequired" value="Attribute '{0}' must appear in {1} {2} declarations"/>
    <string id="XMLValidator/AttributeDisallowed" value="Attribute '{0}' cannot appear in {1} {2} declarations"/>
    <string id="XMLValidator/InvalidMin2MaxOccurs" value="Value of minOccurs '{0}' must not be greater than value of maxOccurs '{1}'"/>
    <string id="XMLValidator/AnyAttributeContentError" value="'anyAttribute' elements can contain at most one 'annotation' element in their children"/>
    <string id="XMLValidator/NoNameGlobalElement" value="Global &lt;{0}&gt; must have a name - declaration ignored"/>
    <string id="XMLValidator/NoCircularDefinition" value="No circular definitions are allowed: '{0}'"/>
    <string id="XMLValidator/DuplicateGlobalType" value="Global {0}:'{1}' declared more than once or also declared as {2}"/>
    <string id="XMLValidator/DuplicateGlobalDeclaration" value="Global {0}:'{1}' declared more than once"/>
    <string id="XMLValidator/WS_CollapseExpected" value="Invalid value '{0}' for facet 'whiteSpace'. Value should be 'collapse'."/>
    <string id="XMLValidator/Import_1_1" value="The namespace of an &lt;import&gt; element must be different from the targetNamespace of the &lt;import&gt;ing schema"/>
    <string id="XMLValidator/Import_1_2" value="If the namespace on an &lt;import&gt; element is not present, the &lt;import&gt;ing schema must have a targetNamespace"/>
    <string id="XMLValidator/ElemIDValueConstraint" value="Element '{0}' must not have a value constraint:'{1}' as its type is derived from ID"/>
    <string id="XMLValidator/NoNotationType" value="It is an error for NOTATION to be used directly in a schema in element/attribute '{0}'"/>
    <string id="XMLValidator/EmptiableMixedContent" value="For element '{0}', the {content type} is mixed, then the {content type}'s particle must be emptiable"/>
    <string id="XMLValidator/EmptyComplexRestrictionDerivation" value="The content of complexType is EMPTY, but base is not empty or does not have emptiable particle."/>
    <string id="XMLValidator/MixedOrElementOnly" value="The content type of the base type:'{0}' and derived type:'{1}' must both be mixed or element-only."/>
    <string id="XMLValidator/InvalidContentRestriction" value="The content type is not a valid restriction of the content type of the base."/>
    <string id="XMLValidator/ForbiddenDerivation" value="Derivation by extension or restriction is forbidden by either the base type '{0}' or the schema"/>
    <string id="XMLValidator/AtomicItemType" value="The {item type definition} must have {variety} of atomic or union (where all member types must be atomic)"/>
    <string id="XMLValidator/MemberTypeNoUnion" value="The {member type definitions} must all have {variety} of atomic or list"/>
    <string id="XMLValidator/GroupContentError" value="The group:'0' must contain (all | choice | sequence)"/>
    <string id="XMLValidator/AttGroupContentError" value="The attributeGroup:'0' must match (annotation?. ((attribute | attributeGroup)*, anyAttribute?))"/>
    <string id="XMLValidator/MinMaxOnGroupChild" value="The child of a model group definition must not specify either the minOccurs or maxOccurs attribute."/>
    <string id="XMLValidator/DeclarationNotFound" value="The {0} -'{1}:{2}'- not found in the schema"/>
    <string id="XMLValidator/AllContentLimited" value="A group whose content is 'all' must only appear as the content type of a complex type definition."/>
    <string id="XMLValidator/BadMinMaxAllCT" value="When a model group has {compositor} 'all' which constitutes the {content type} of a complex type, minOccurs=maxOccurs=1"/>
    <string id="XMLValidator/BadMinMaxAllElem" value="In an 'all' schema component, the value of minOccurs/maxOccurs of an element must be '0' or '1'."/>
    <string id="XMLValidator/NoCircularAttGroup" value="Circular attributeGroup reference -{0}- is disallowed outside &lt;redefine&gt;"/>
    <string id="XMLValidator/DuplicateAttInDerivation" value="Attribute '{0}' already defined in base and should not appear in derivation by extension."/>
    <string id="XMLValidator/NotExpressibleWildCardIntersection" value="The intensional intersection of {attributes wildcard}s must be expressible"/>
    <string id="XMLValidator/BadAttDerivation_1" value="Base type definition does not have any attributes"/>
    <string id="XMLValidator/BadAttDerivation_2" value="Attribute '{0}' has an inconsistent REQUIRED setting with that of the base"/>
    <string id="XMLValidator/BadAttDerivation_3" value="Type of attribute '{0}' must be validly derived from type of attribute in base"/>
    <string id="XMLValidator/BadAttDerivation_4" value="Attribute '{0}' is either not fixed, or has a different value from that of the base"/>
    <string id="XMLValidator/BadAttDerivation_5" value="Attribute '{0}' has invalid target namespace with respect to a base wildcard constraint or, base has no wildcard"/>
    <string id="XMLValidator/BadAttDerivation_6" value="An attribute wildcard is present in the derived type, but not in the base"/>
    <string id="XMLValidator/BadAttDerivation_7" value="The attribute wildcard in the derived type is not a valid subset of that in the base"/>
    <string id="XMLValidator/BadAttDerivation_8" value="Attribute '{0}' cannot modify the 'use' attribute in a derived type, if base attribute use is prohibited"/>
    <string id="XMLValidator/AllContentError" value="Content of &lt;all&gt; is restricted to elements only. '{0}' encountered and ignored."/>
    <string id="XMLValidator/RedefineNamespaceDifference" value="Redefined schema '{0}' has a different targetNameSpace '{1}'."/>
    <string id="XMLValidator/Redefine_InvalidSimpleType" value="A simpleType child of a &lt;redefine&gt; must have a restriction element as a child"/>
    <string id="XMLValidator/Redefine_InvalidSimpleTypeBase" value="The base attribute of the restriction child of a simpleType, must be the same as the redefine simpleType's name attribute"/>
    <string id="XMLValidator/Redefine_InvalidComplexType" value="A complexType child of a &lt;redefine&gt; must have a restriction or extension element as a grandchild"/>
    <string id="XMLValidator/Redefine_InvalidComplexTypeBase" value="The base attribute of a restriction/extension must be the same as the complexType's name attribute in &lt;redefine&gt;"/>
    <string id="XMLValidator/Redefine_InvalidGroupMinMax" value="The group '{0}' which contains a reference to a group being redefined must have minOccurs = maxOccurs = 1"/>
    <string id="XMLValidator/Redefine_DeclarationNotFound" value="Could not find a declaration in the schema to be redefined corresponding to '{0}'"/>
    <string id="XMLValidator/Redefine_GroupRefCount" value="If a group child of a &lt;redefine&gt; element contains a group ref'ing itself, it must have exactly 1 reference."/>
    <string id="XMLValidator/Redefine_AttGroupRefCount" value="If an attributeGroup of a &lt;redefine&gt; element contains a reference to itself, such reference must be exactly 1"/>
    <string id="XMLValidator/Notation_InvalidDecl" value="The declaration for notation '{0}' is invalid"/>
    <string id="XMLValidator/Notation_DeclNotFound" value="The notation declaration '{0}:{1}' is not found"/>
    <string id="XMLValidator/IC_DuplicateDecl" value="More than one identity constraint named '{0}'."/>
    <string id="XMLValidator/IC_BadContent" value="The content of an identity constraint must match (annotation?, selector, field+)"/>
    <string id="XMLValidator/IC_KeyRefReferNotFound" value="Key reference declaration '{0}' refers to unknown key with name '{1}'."/>
    <string id="XMLValidator/IC_KeyRefCardinality" value="Cardinality of fields for keyref '{0}' and key '{1}' must match."/>
    <string id="XMLValidator/IC_XPathExprMissing" value="Xpath expression is either missing or empty"/>
    <string id="XMLValidator/PD_EmptyBase" value="The complexType has content, while base is empty"/>
    <string id="XMLValidator/AttUseCorrect" value="The {value constraint} of an attribute ref is not fixed or different from the fixed {value constraint} of '{0}'"/>
    <string id="XMLValidator/AttDeclPropCorrect3" value="The {type definition} for attribute '{0}={1}' is or is derived from ID, and must not have {value constraint}"/>
    <string id="XMLValidator/AttDeclPropCorrect5" value="More than one attribute derived from type ID cannot appear in the same complex type - '{0}' ignored"/>
    <string id="XMLValidator/AttGrpPropCorrect3" value="More than one attribute derived from type ID cannot appear in the same attribute group - '{0}' ignored"/>
    <string id="XMLValidator/InvalidTargetNSValue" value="'' is not a legal value for the targetNamespace attribute; the attribute must be absent or contain a nonempty value"/>
    <string id="XMLValidator/DisplayErrorMessage" value="{0}"/>
    <string id="XMLValidator/XMLException_Error" value="An exception occurred! Type:{0}, Message:{1}"/>
    

    <string id="XMLValidator/ElementNotDefined" value="Unknown element '{0}'"/>
    <string id="XMLValidator/AttNotDefined" value="Attribute '{0}' not defined"/>
    <string id="XMLValidator/NotationNotDeclared" value="Notation '{0}' was referenced but never declared"/>
    <string id="XMLValidator/RootElemNotLikeDocType" value="Root element different from DOCTYPE"/>
    <string id="XMLValidator/RequiredAttrNotProvided" value="Required attribute '{0}' was not provided"/>
    <string id="XMLValidator/ElementNotValidForContent" value="Element '{0}' is not valid for content model: '{1}'"/>
    <string id="XMLValidator/BadIDAttrDefType" value="ID attributes must be #IMPLIED or #REQUIRED"/>
    <string id="XMLValidator/InvalidEmptyAttValue" value="This type of attribute cannot have an empty value"/>
    <string id="XMLValidator/ElementAlreadyExists" value="Element '{0}' has already been declared"/>
    <string id="XMLValidator/MultipleIdAttrs" value="Element '{0}' has more than one ID attribute"/>
    <string id="XMLValidator/ReusedIDValue" value="ID '{0}' has already been used"/>
    <string id="XMLValidator/IDNotDeclared" value="ID attribute '{0}' was referenced but never declared"/>
    <string id="XMLValidator/UnknownNotRefAttr" value="Attribute '{0}' refers to an unknown notation '{1}'"/>
    <string id="XMLValidator/UndeclaredElemInDocType" value="Element '{0}' was used in the DOCTYPE but never declared"/>
    <string id="XMLValidator/EmptyNotValidForContent" value="Empty content not valid for content model: '{0}'"/>
    <string id="XMLValidator/AttNotDefinedForElement" value="Attribute '{0}' is not declared for element '{1}'"/>
    <string id="XMLValidator/BadEntityRefAttr" value="Attributes of type ENTITY/ENTITIES must refer to an external, unparsed entity"/>
    <string id="XMLValidator/UnknownEntityRefAttr" value="Attribute '{0}' refers to an unknown entity '{1}'"/>
    <string id="XMLValidator/NotEnoughElemsForCM" value="Not enough elements to match content model : '{0}'"/>
    <string id="XMLValidator/NoCharDataInCM" value="No character data is allowed by content model"/>
    <string id="XMLValidator/DoesNotMatchEnumList" value="Attribute '{0}' does not match its defined enumeration or notation list"/>
    <string id="XMLValidator/AttrValNotName" value="The values for attribute '{0}' must be names or name tokens"/>
    <string id="XMLValidator/NoMultipleValues" value="Attribute '{0}' does not support multiple values"/>
    <string id="XMLValidator/NotSameAsFixedValue" value="Attribute '{0}' has a value, '{1}', that does not match its #FIXED value, '{2}'"/>
    <string id="XMLValidator/RepElemInMixed" value="Element types cannot be duplicated in Mixed content models"/>
    <string id="XMLValidator/NoValidatorFor" value="No validator for datatype {0}"/>
    <string id="XMLValidator/IncorrectDatatype" value="Incorrect datatype: {0}"/>
    <string id="XMLValidator/NotADatatype" value="{0} is not a datatype."/>
    <string id="XMLValidator/TextOnlyContentWithType" value="The content attribute must be 'textOnly' if you specify a type attribute."/>
    <string id="XMLValidator/NestedOnlyInElemOnly" value="Nested Element decls only allowed in elementOnly content"/>
    <string id="XMLValidator/EltRefOnlyInMixedElemOnly" value="Element references only allowed in mixed or elementOnly content"/>
    <string id="XMLValidator/OnlyInEltContent" value="{0} only allowed in elementOnly content."/>
    <string id="XMLValidator/OrderIsAll" value="{0} not allowed if the order is all."/>
    <string id="XMLValidator/DatatypeWithType" value="Datatype qualifiers can only be used if you specify a type attribute."/>
    <string id="XMLValidator/DatatypeQualUnsupported" value="The datatype qualifier {0} is not supported."/>
    <string id="XMLValidator/GroupContentRestricted" value="Error: {0} content must be one of element, group, modelGroupRef. Saw {1}"/>
    <string id="XMLValidator/UnknownBaseDatatype" value="Unknown base type {0} for type {1}."/>
    <string id="XMLValidator/OneOfTypeRefArchRef" value="Can only have one of type and ref attributes."/>
    <string id="XMLValidator/NoContentForRef" value="A &lt;{0}&gt; declaration that has a ref attribute, cannot have child content."/>
    <string id="XMLValidator/IncorrectDefaultType" value="Incorrect type for {0}'s default value: {1}"/>
    <string id="XMLValidator/IllegalAttContent" value="Illegal content {0} in attribute group"/>
    <string id="XMLValidator/ValueNotInteger" value="Value of {0} is not an integer."/>
    <string id="XMLValidator/DatatypeError" value="Datatype error: Type:{0}, Message:{1}."/>
    <string id="XMLValidator/SchemaError" value="Schema error: Type:{0}, Message:{1}"/>
    <string id="XMLValidator/TypeAlreadySet" value="The type of the element has already been declared."/>
    <string id="XMLValidator/ProhibitedAttributePresent" value="Prohibited Attribute is found."/>
    <string id="XMLValidator/IllegalXMLSpace" value="Illegal xml:space declaration."/>
    <string id="XMLValidator/NotBoolean" value="{0} is not a boolean."/>
    <string id="XMLValidator/NotDecimal" value="{0} is not a decimal."/>
    <string id="XMLValidator/FacetsInconsistent" value="Facets are inconsistent with base type."/>
    <string id="XMLValidator/IllegalFacetValue" value="Illegal value {0} for facet {1}."/>
    <string id="XMLValidator/IllegalDecimalFacet" value="Illegal Facet for decimal type."/>
    <string id="XMLValidator/UnknownFacet" value="Unknown Facet: {0}."/>
    <string id="XMLValidator/InvalidEnumValue" value="Invalid value for Enum constant: {0}."/>
    <string id="XMLValidator/OutOfBounds" value="{0} is out of bounds:[ {1} {3} X  {4} {2} ]."/>
    <string id="XMLValidator/NotAnEnumValue" value="{0} is not one of the specified enum values."/>
    <string id="XMLValidator/NotInteger" value="{0} is not an integer."/>
    <string id="XMLValidator/IllegalIntegerFacet" value="Illegal Facet for Integer type."/>
    <string id="XMLValidator/NotReal" value="{0} is not a double."/>
    <string id="XMLValidator/IllegalRealFacet" value="Illegal Facet for Real type."/>
    <string id="XMLValidator/ScaleLargerThanPrecision" value="Scale Facet must be less than or equal to Precision Facet"/>
    <string id="XMLValidator/PrecisionExceeded" value="{0} has exceeded the precision Facet {1}"/>
    <string id="XMLValidator/ScaleExceeded" value="{0} has exceeded the scale Facet {1}"/>
    <string id="XMLValidator/NotFloat" value="{0} is not a float."/>
    <string id="XMLValidator/SchemaRootError" value="Can't get back Schema document's root element {0}."/>
    <string id="XMLValidator/WrongTargetNamespace" value="Schema in {0} has a different target namespace from the one specified in the instance document {1}."/>
    <string id="XMLValidator/SimpleTypeHasChild" value="In element {0}: Can not have element children within a simple type content."/>
    <string id="XMLValidator/NoDatatypeValidatorForSimpleType" value="This element {0} has a simpletype but no datatype validator was found."/>
    <string id="XMLValidator/GrammarNotFound" value="There is no Grammar for uri: {0}."/>
    <string id="XMLValidator/NillNotAllowed" value="xsi:nil must not be specified for the element {0} with nillable equals false"/>
    <string id="XMLValidator/NilAttrNotEmpty" value="Element {0} with attribute xsi:nil=true must be empty"/>
    <string id="XMLValidator/FixedDifferentFromActual" value="Content of element '{0}' is different from the fixed attribute value in the element's schema declaration."/>
    <string id="XMLValidator/NoDatatypeValidatorForAttribute" value="No datatype validator was found for this attribute {0}."/>
    <string id="XMLValidator/GenericError" value="Schema error during parsing"/>
    <string id="XMLValidator/ElementNotQualified" value="Element '{0}' should be qualified"/>
    <string id="XMLValidator/ElementNotUnQualified" value="Element '{0}' should be un-qualified"/>
    <string id="XMLValidator/IllegalRefInStandalone" value="Reference to external entity declaration '{0}' is not allowed in a standalone document."/>
    <string id="XMLValidator/NoDefAttForStandalone" value="Attribute '{0}' for element '{1}' has a default value and must be specified in a standalone document."/>
    <string id="XMLValidator/NoAttNormForStandalone" value="Attribute '{0}' must not be changed by normalization in a standalone document."/>
    <string id="XMLValidator/NoWSForStandalone" value="White space must not occur between externally declared elements with element content in a standalone document."/>
    <string id="XMLValidator/VC_EntityNotFound" value="Entity '{0}' was not found"/>
    <string id="XMLValidator/PartialMarkupInPE" value="Partial markup in parameter entity replacement text."/>
    <string id="XMLValidator/DatatypeValidationFailure" value="Failed to validate '{0}'"/>
    <string id="XMLValidator/UniqueParticleAttributionFail" value="'{0}' and '{1}' violate the Unique Particle Attribution rule"/>
    <string id="XMLValidator/NoAbstractInXsiType" value="Abstract type '{0}' should not be used in xsi:type"/>
    <string id="XMLValidator/NoDirectUseAbstractElement" value="A member of abstract element {0} substitution group must be specified"/>
    <string id="XMLValidator/NoUseAbstractType" value="Element {0} is declared with a type that is abstract.  Use xsi:type to specify a non-abstract type"/>
    <string id="XMLValidator/BadXsiType" value="Unresolved type '{0}' found in xsi:type handling"/>
    <string id="XMLValidator/NonDerivedXsiType" value="Type '{0}' that is used in xsi:type is not derived from the type of element '{1}'"/>
    <string id="XMLValidator/NoSubforBlock" value="Element '{0}' has blocking constraint and does not permit substitution"/>
    <string id="XMLValidator/AttributeNotQualified" value="Attribute '{0}' should be qualified"/>
    <string id="XMLValidator/AttributeNotUnQualified" value="Attribute '{0}' should be un-qualified"/>
    <string id="XMLValidator/IC_FieldMultipleMatch" value="Field matches more than one value within the scope of its selector; fields must match unique values"/>
    <string id="XMLValidator/IC_UnknownField" value="Internal identity constraint error; unknown field."/>
    <string id="XMLValidator/IC_AbsentKeyValue" value="Identity-constraint 4.2.1: element '{0}' has a key with no value."/>
    <string id="XMLValidator/IC_UniqueNotEnoughValues" value="Not enough values specified for &lt;unique&gt; identity constraint for element '{0}'."/>
    <string id="XMLValidator/IC_KeyNotEnoughValues" value="Not enough values specified for &lt;key name={1}&gt; identity constraint for element '{0}'."/>
    <string id="XMLValidator/IC_KeyRefNotEnoughValues" value="Not enough values specified for &lt;keyref name={1}&gt; identity constraint for element '{0}'."/>
    <string id="XMLValidator/IC_KeyMatchesNillable" value="Identity-constraint 4.2.3: element '{0}' has a key that matches an element that has nillable set to true."/>
    <string id="XMLValidator/IC_DuplicateUnique" value="Duplicate unique value declared for identity constraint of element '{0}'."/>
    <string id="XMLValidator/IC_DuplicateKey" value="Duplicate key value declared for identity constraint of element '{0}'."/>
    <string id="XMLValidator/IC_KeyRefOutOfScope" value="The keyref '{0}' refers to a key/unique that is out of scope."/>
    <string id="XMLValidator/IC_KeyNotFound" value="The key for identity constraint of element '{0}' is not found."/>


    <!-- Fatal Error -->
    
    <string id="XMLValidator/ExpectedCommentOrCDATA" value="Expected comment or CDATA"/>
    <string id="XMLValidator/ExpectedAttrName" value="Expected an attribute name"/>
    <string id="XMLValidator/ExpectedNotationName" value="Expected a notation name"/>
    <string id="XMLValidator/NoRepInMixed" value="Repetition of individual elements is not legal for mixed content models"/>
    <string id="XMLValidator/BadDefAttrDecl" value="Bad default attribute declaration"/>
    <string id="XMLValidator/ExpectedDefAttrDecl" value="Expected default attribute declaration, assuming #IMPLIED "/>
    <string id="XMLValidator/AttListSyntaxError" value="Attribute list syntax error"/>
    <string id="XMLValidator/ExpectedEqSign" value="Expected equal sign"/>
    <string id="XMLValidator/DupAttrName" value="Duplication attribute name"/>
    <string id="XMLValidator/BadIdForXMLLangAttr" value="Bad ID, '{0}', for xml:lang attribute"/>
    <string id="XMLValidator/ExpectedElementName" value="Expected an element name"/>
    <string id="XMLValidator/MustStartWithXMLDecl" value="Must start with an XMLDecl"/>
    <string id="XMLValidator/CommentsMustStartWith" value="Comments must start with &lt;!--"/>
    <string id="XMLValidator/InvalidDocumentStructure" value="Invalid document structure"/>
    <string id="XMLValidator/ExpectedDeclString" value="Expected a 'version=', 'encoding=', or 'standalone='"/>
    <string id="XMLValidator/BadXMLVersion" value="Bad XML version string"/>
    <string id="XMLValidator/UnsupportedXMLVersion" value="Unsupported XML version, '{0}'"/>
    <string id="XMLValidator/UnterminatedXMLDecl" value="Unterminated XML decl"/>
    <string id="XMLValidator/BadXMLEncoding" value="Bad XML encoding declaration, '{0}'"/>
    <string id="XMLValidator/BadStandalone" value="Bad standalone declaration"/>
    <string id="XMLValidator/UnterminatedComment" value="Unterminated comment"/>
    <string id="XMLValidator/PINameExpected" value="Processing instruction name expected"/>
    <string id="XMLValidator/UnterminatedPI" value="Unterminated processing instruction"/>
    <string id="XMLValidator/InvalidCharacter" value="Invalid character (Unicode: 0x{0})"/>
    <string id="XMLValidator/UnexpectedTextBeforeRoot" value="Unexpected text before root element"/>
    <string id="XMLValidator/UnterminatedStartTag" value="Unterminated start tag, '{0}'"/>
    <string id="XMLValidator/ExpectedAttrValue" value="Expected an attribute value"/>
    <string id="XMLValidator/UnterminatedEndTag" value="Unterminated end tag"/>
    <string id="XMLValidator/ExpectedAttributeType" value="Expected type (CDATA, ID, NMTOKEN, ..), for attribute '{0}' of element '{1}'"/>
    <string id="XMLValidator/ExpectedEndOfTagX" value="Expected end of tag '{0}'"/>
    <string id="XMLValidator/ExpectedMarkup" value="Expected tag name, comment, PI, or other markup"/>
    <string id="XMLValidator/NotValidAfterContent" value="Not valid after content"/>
    <string id="XMLValidator/ExpectedComment" value="Expected comment"/>
    <string id="XMLValidator/ExpectedCommentOrPI" value="Expected comment or processing instruction"/>
    <string id="XMLValidator/ExpectedWhitespace" value="Expected whitespace"/>
    <string id="XMLValidator/NoRootElemInDOCTYPE" value="No root element in DOCTYPE"/>
    <string id="XMLValidator/ExpectedQuotedString" value="Expected quoted string"/>
    <string id="XMLValidator/ExpectedPublicId" value="Expected public id"/>
    <string id="XMLValidator/InvalidPublicIdChar" value="Invalid character in public id (Unicode: 0x{0})"/>
    <string id="XMLValidator/UnterminatedDOCTYPE" value="Unterminated DOCTYPE declaration"/>
    <string id="XMLValidator/InvalidCharacterInIntSubset" value="Invalid character in internal subset (Unicode: 0x{0})"/>
    <string id="XMLValidator/ExpectedCDATA" value="Expected CDATA section"/>
    <string id="XMLValidator/InvalidInitialNameChar" value="Invalid initial name character"/>
    <string id="XMLValidator/InvalidNameChar" value="Invalid name character"/>
    <string id="XMLValidator/UnexpectedWhitespace" value="Unexpected whitespace"/>
    <string id="XMLValidator/InvalidCharacterInAttrValue" value="Invalid character in attribute value (Unicode: 0x{0})"/>
    <string id="XMLValidator/ExpectedMarkupDecl" value="Expected a markup declaration"/>
    <string id="XMLValidator/TextDeclNotLegalHere" value="Text declaration not legal here"/>
    <string id="XMLValidator/ConditionalSectInIntSubset" value="Conditional section in internal subset"/>
    <string id="XMLValidator/ExpectedPEName" value="Expected parameter entity name"/>
    <string id="XMLValidator/UnterminatedEntityDecl" value="Unterminated entity declaration, '{0}'"/>
    <string id="XMLValidator/InvalidCharacterRef" value="Invalid character reference"/>
    <string id="XMLValidator/UnterminatedCharRef" value="Unterminated character reference"/>
    <string id="XMLValidator/ExpectedEntityRefName" value="Expected entity name for reference"/>
    <string id="XMLValidator/EntityNotFound" value="Entity '{0}' was not found"/>
    <string id="XMLValidator/NoUnparsedEntityRefs" value="Unparsed entity references, '{0}', not valid here"/>
    <string id="XMLValidator/UnterminatedEntityRef" value="Unterminated entity reference"/>
    <string id="XMLValidator/RecursiveEntity" value="Recursive entity expansion"/>
    <string id="XMLValidator/PartialMarkupInEntity" value="Partial markup in entity value"/>
    <string id="XMLValidator/UnterminatedElementDecl" value="Unterminated element declaration, '{0}'"/>
    <string id="XMLValidator/ExpectedContentSpecExpr" value="Expected content specification expression for element '{0}'"/>
    <string id="XMLValidator/ExpectedAsterisk" value="Expected asterisk"/>
    <string id="XMLValidator/UnterminatedContentModel" value="Unterminated Content model"/>
    <string id="XMLValidator/ExpectedSystemId" value="Expected system id"/>
    <string id="XMLValidator/ExpectedSystemOrPublicId" value="Expected system or public id"/>
    <string id="XMLValidator/UnterminatedNotationDecl" value="Unterminated notation declaration"/>
    <string id="XMLValidator/ExpectedSeqChoiceLeaf" value="Expected ',', '|', or ')' characters"/>
    <string id="XMLValidator/ExpectedChoiceOrCloseParen" value="Expected '|' or ')' characters"/>
    <string id="XMLValidator/ExpectedSeqOrCloseParen" value="Expected ',' or ')' characters or close parenthesis in content model of element '{0}'"/>
    <string id="XMLValidator/ExpectedEnumValue" value="Expected enumeration value for attribute '{0}'"/>
    <string id="XMLValidator/ExpectedEnumSepOrParen" value="Expected | enumeration separator, or closing paren"/>
    <string id="XMLValidator/UnterminatedEntityLiteral" value="Unterminated entity literal"/>
    <string id="XMLValidator/MoreEndThanStartTags" value="There are more end tags than start tags"/>
    <string id="XMLValidator/ExpectedOpenParen" value="Expected an open parenthesis"/>
    <string id="XMLValidator/AttrAlreadyUsedInSTag" value="The attribute '{0}' is already used in element '{1}'"/>
    <string id="XMLValidator/BracketInAttrValue" value="A '&lt;' character cannot be used in attribute '{0}', except through &amp;lt;"/>
    <string id="XMLValidator/Expected2ndSurrogateChar" value="A leading surrogate character was not followed by a legal second character"/>
    <string id="XMLValidator/ExpectedEndOfConditional" value="Expected ']]>' to end a conditional section"/>
    <string id="XMLValidator/ExpectedIncOrIgn" value="Expected INCLUDE or IGNORE here"/>
    <string id="XMLValidator/ExpectedINCLUDEBracket" value="Expected [ to follow INCLUDE or IGNORE"/>
    <string id="XMLValidator/ExpectedTextDecl" value="Expected a TextDecl here: &lt;?xml ...."/>
    <string id="XMLValidator/ExpectedXMLDecl" value="Expected a XMLDecl here: &lt;?xml ...."/>
    <string id="XMLValidator/UnexpectedEOE" value="Unexpected end of entity {0}"/>
    <string id="XMLValidator/PEPropogated" value="A PE propagated out of the int/ext subset, discarding extra text"/>
    <string id="XMLValidator/ExtraCloseSquare" value="An extra ] character was found an ignored"/>
    <string id="XMLValidator/PERefInMarkupInIntSubset" value="PE refs are not allowed inside markup in the internal subset"/>
    <string id="XMLValidator/EntityPropogated" value="An entity propagated out of the content section into Miscellaneous"/>
    <string id="XMLValidator/ExpectedNumericalCharRef" value="Expected &amp;# to be followed by a numeric character value"/>
    <string id="XMLValidator/ExpectedOpenSquareBracket" value="Expected an open bracket ('[') here"/>
    <string id="XMLValidator/BadSequenceInCharData" value="The sequence ']]>' is not allowed in character data"/>
    <string id="XMLValidator/IllegalSequenceInComment" value="Illegal sequence '--' in comment"/>
    <string id="XMLValidator/UnterminatedCDATASection" value="Unterminated CDATA section"/>
    <string id="XMLValidator/ExpectedNDATA" value="Expected NDATA"/>
    <string id="XMLValidator/NDATANotValidForPE" value="NDATA is not legal for parameter entities"/>
    <string id="XMLValidator/HexRadixMustBeLowerCase" value="Hex radix character refs must use 'x', not 'X'"/>
    <string id="XMLValidator/DeclStringRep" value="'{0}' has already been set. Ignoring redundant setting"/>
    <string id="XMLValidator/DeclStringsInWrongOrder" value="The XMLDecl strings must be in the order: version, encoding, standalone"/>
    <string id="XMLValidator/NoExtRefsInAttValue" value="External entities cannot be referred to from attribute values"/>
    <string id="XMLValidator/XMLDeclMustBeLowerCase" value="The XML or Text decl must start with '&lt;?xml ', not '&lt;?XML '"/>
    <string id="XMLValidator/ExpectedEntityValue" value="Expected a literal entity value or PUBLIC/SYSTEM id"/>
    <string id="XMLValidator/BadDigitForRadix" value="'{0}' is not a valid digit for the indicated radix"/>
    <string id="XMLValidator/EndedWithTagsOnStack" value="The input ended before all started tags were ended. Last tag started was '{0}'"/>
    <string id="XMLValidator/AmbiguousContentModel" value="The content model for element '{0}' is ambiguous"/>
    <string id="XMLValidator/NestedCDATA" value="Nested CDATA sections are not allowed"/>
    <string id="XMLValidator/UnknownPrefix" value="The prefix '{0}' has not been mapped to any URI"/>
    <string id="XMLValidator/PartialTagMarkupError" value="The start and the end tag were in the different entities"/>
    <string id="XMLValidator/EmptyMainEntity" value="The main XML document cannot be empty"/>
    <string id="XMLValidator/CDATAOutsideOfContent" value="CDATA is not allowed outside the root element"/>
    <string id="XMLValidator/OnlyCharRefsAllowedHere" value="Only numeric character entities or special character entities are legal here"/>
    <string id="XMLValidator/Unexpected2ndSurrogateChar" value="Got an unexpected trailing surrogate character"/>
    <string id="XMLValidator/NoPIStartsWithXML" value="No processing instruction starts with 'xml'"/>
    <string id="XMLValidator/XMLDeclMustBeFirst" value="The XML or Text declaration must start at line/column 1/1"/>
    <string id="XMLValidator/XMLVersionRequired" value="The 'version=' string is required in an XMLDecl"/>
    <string id="XMLValidator/StandaloneNotLegal" value="The 'standalone=' string is only allowed in the main XML entity"/>
    <string id="XMLValidator/EncodingRequired" value="The 'encoding=' string is required in an Text Decl"/>
    <string id="XMLValidator/TooManyColonsInName" value="When namespaces are enabled, a name can have only one colon character"/>
    <string id="XMLValidator/InvalidColonPos" value="When namespaces are enabled, the colon cannot be the first or last character"/>
    <string id="XMLValidator/ColonNotLegalWithNS" value="Colons are not allowed in this name when namespaces are enabled"/>
    <string id="XMLValidator/SysException" value="A system exception occurred during processing"/>
    <string id="XMLValidator/XMLException_Fatal" value="An exception occurred! Type:{0}, Message:{1}"/>
    <string id="XMLValidator/UnexpectedEOF" value="Unexpected end of file exception. Message: {0}"/>
    <string id="XMLValidator/UnexpectedError" value="UnexpectedError"/>
    <string id="XMLValidator/BadSchemaLocation" value="The schemaLocation attribute does not contain pairs of values."/>
    <string id="XMLValidator/NoGrammarResolver" value="Internal error: don't have a GrammarResolver for TraverseSchema"/>
    <string id="XMLValidator/SchemaScanFatalError" value="Fatal error encountered during schema scan"/>    

    
    <string id="XMLValidator/Array_BadIndex" value="The index is beyond the array bounds "/>
    <string id="XMLValidator/Array_BadNewSize" value="The new size is less than the old one"/>
    <string id="XMLValidator/AttrList_BadIndex" value="The index given was beyond the max attribute index"/>
    <string id="XMLValidator/AttDef_BadAttType" value="The passed AttTypes value is not known"/>
    <string id="XMLValidator/AttDef_BadDefAttType" value="The passed DefAttTypes value is not known"/>
    <string id="XMLValidator/Bitset_BadIndex" value="The bit index was beyond the set size"/>
    <string id="XMLValidator/Bitset_NotEqualSize" value="The bit sets are not of the same size"/>
    <string id="XMLValidator/BufMgr_NoMoreBuffers" value="The buffer manager cannot provide any more buffers"/>
    <string id="XMLValidator/BufMgr_BufferNotInPool" value="The passed buffer was not found in this manager's pool"/>
    <string id="XMLValidator/CPtr_PointerIsZero" value="The pointer has not been set"/>
    <string id="XMLValidator/CM_BinOpHadUnaryType" value="The binary operation node had a unary node type"/>
    <string id="XMLValidator/CM_MustBeMixedOrChildren" value="The content type must be mixed or children"/>
    <string id="XMLValidator/CM_NoPCDATAHere" value="PCDATA nodes are not valid here"/>
    <string id="XMLValidator/CM_NotValidForSpecType" value="The {0} operation is invalid for the spec type"/>
    <string id="XMLValidator/CM_UnaryOpHadBinType" value="The unary operation node had a binary node type"/>
    <string id="XMLValidator/CM_UnknownCMType" value="Unknown content model type"/>
    <string id="XMLValidator/CM_UnknownCMSpecType" value="Unknown content spec type"/>
    <string id="XMLValidator/CM_NoParentCSN" value="The parent element has no content spec node"/>
    <string id="XMLValidator/CM_NotValidSpecTypeForNode" value="The spec type is not valid for {0}"/>
    <string id="XMLValidator/DTD_UnknownCreateReason" value="The creation reason enum has an unknown value"/>
    <string id="XMLValidator/ElemStack_EmptyStack" value="The element stack is empty"/>
    <string id="XMLValidator/ElemStack_BadIndex" value="The element stack index given was beyond the stack top"/>
    <string id="XMLValidator/ElemStack_StackUnderflow" value="The element stack was already empty when a pop request occurred"/>
    <string id="XMLValidator/ElemStack_NoParentPushed" value="A parent operation was requested, but only one element is on the stack"/>
    <string id="XMLValidator/Enum_NoMoreElements" value="The enumerator contains no more elements"/>
    <string id="XMLValidator/File_CouldNotOpenFile" value="Could not open file: {0}"/>
    <string id="XMLValidator/File_CouldNotGetCurPos" value="Could not query the current file position"/>
    <string id="XMLValidator/File_CouldNotCloseFile" value="Could not close the file"/>
    <string id="XMLValidator/File_CouldNotSeekToEnd" value="Could not seek to end of file"/>
    <string id="XMLValidator/File_CouldNotSeekToPos" value="Could not seek to required position in file"/>
    <string id="XMLValidator/File_CouldNotDupHandle" value="Could not duplicate the handle"/>
    <string id="XMLValidator/File_CouldNotReadFromFile" value="Could not read data from file"/>
    <string id="XMLValidator/File_CouldNotResetFile" value="Could not reset file to beginning"/>
    <string id="XMLValidator/File_CouldNotGetSize" value="Could not ascertain the file size"/>
    <string id="XMLValidator/File_CouldNotGetBasePathName" value="Could not determine base pathname of the file"/>
    <string id="XMLValidator/File_BasePathUnderflow" value="The base path had too few levels to weave in relative part"/>
    <string id="XMLValidator/Gen_ParseInProgress" value="Parse may not be called while parsing"/>
    <string id="XMLValidator/Gen_NoDTDValidator" value="A DOCTYPE was seen but the installed validator does not understand DTDs"/>
    <string id="XMLValidator/Gen_CouldNotOpenDTD" value="Could not open DTD file '{0}'"/>
    <string id="XMLValidator/Gen_CouldNotOpenExtEntity" value="Could not open external entity '{0}'"/>
    <string id="XMLValidator/Gen_UnexpectedEOF" value="The end of input was not expected"/>
    <string id="XMLValidator/HshTbl_ZeroModulus" value="The hash modulus cannot be zero"/>
    <string id="XMLValidator/HshTbl_BadHashFromKey" value="Hashing the key returned an invalid bad hash value"/>
    <string id="XMLValidator/HshTbl_NoSuchKeyExists" value="The key '{0}' could not be found in the hash table"/>
    <string id="XMLValidator/Mutex_CouldNotCreate" value="Could not create mutex"/>
    <string id="XMLValidator/Mutex_CouldNotClose" value="Could not close mutex"/>
    <string id="XMLValidator/Mutex_CouldNotLock" value="Could not lock mutex"/>
    <string id="XMLValidator/Mutex_CouldNotUnlock" value="Could not unlock mutex"/>
    <string id="XMLValidator/Mutex_CouldNotDestroy" value="Could not destroy mutex"/>
    <string id="XMLValidator/NetAcc_InternalError" value="Error on {0} NetAccessor. Msg: {1}"/>
    <string id="XMLValidator/NetAcc_InitFailed" value="The NetAccessor could not be initialized. Error={0}"/>
    <string id="XMLValidator/NetAcc_TargetResolution" value="The host/address '(0}' could not be resolved"/>
    <string id="XMLValidator/NetAcc_CreateSocket" value="Could not create the socket for URL '{0}'. Error={1}"/>
    <string id="XMLValidator/NetAcc_ConnSocket" value="Could not connect to the socket for URL '{0}'. Error={1}"/>
    <string id="XMLValidator/NetAcc_WriteSocket" value="Could not write to the socket. Error={0}"/>
    <string id="XMLValidator/NetAcc_ReadSocket" value="Could not read from the socket. Error={0}"/>
    <string id="XMLValidator/Pool_ElemAlreadyExists" value="The element {0} already exists"/>
    <string id="XMLValidator/Pool_BadHashFromKey" value="Hashing the key returned an invalid bad hash value"/>
    <string id="XMLValidator/Pool_InvalidId" value="The passed id is not valid for this pool"/>
    <string id="XMLValidator/Pool_ZeroModulus" value="The modulus value cannot be zero"/>
    <string id="XMLValidator/RdrMgr_ReaderIdNotFound" value="The indicated reader id was never found"/>
    <string id="XMLValidator/Reader_BadAutoEncoding" value="The auto encoding enum has an unknown value"/>
    <string id="XMLValidator/Reader_CouldNotDecodeFirstLine" value="Could not decode first line of entity: {0}"/>
    <string id="XMLValidator/Reader_EOIInMultiSeq" value="End of input was hit in the middle of a multibyte sequence"/>
    <string id="XMLValidator/Reader_SrcOfsNotSupported" value="The current transcoding service does not support source offset information"/>
    <string id="XMLValidator/Reader_EncodingStrRequired" value="EBCDIC files must provide an encoding= string"/>
    <string id="XMLValidator/Scan_CouldNotOpenSource" value="The primary document entity could not be opened. Id={0}"/>
    <string id="XMLValidator/Scan_UnbalancedStartEnd" value="Unbalanced start/end tags found, cannot continue"/>
    <string id="XMLValidator/Scan_BadPScanToken" value="The call to scanNext() is illegal at this time"/>
    <string id="XMLValidator/Stack_BadIndex" value="The index is past the top of stack"/>
    <string id="XMLValidator/Stack_EmptyStack" value="The stack is empty, cannot access members"/>
    <string id="XMLValidator/Str_ZeroSizedTargetBuf" value="The target buffer cannot have a max size of zero"/>
    <string id="XMLValidator/Str_UnknownRadix" value="The given radix is not supported. Use 2, 8, 10, or 16"/>
    <string id="XMLValidator/Str_TargetBufTooSmall" value="The target buffer is too small to accept the results"/>
    <string id="XMLValidator/Str_StartIndexPastEnd" value="The start index is past the end of the string"/>
    <string id="XMLValidator/Str_ConvertOverflow" value="The represented value overflowed the output binary result"/>
    <string id="XMLValidator/Strm_StdErrWriteFailure" value="Could not write to standard err"/>
    <string id="XMLValidator/Strm_StdOutWriteFailure" value="Could not write to standard out"/>
    <string id="XMLValidator/Strm_ConWriteFailure" value="Could not write to console"/>
    <string id="XMLValidator/StrPool_IllegalId" value="String pool id was not legal"/>
    <string id="XMLValidator/Trans_CouldNotCreateDefCvtr" value="Could not create a default transcoder"/>
    <string id="XMLValidator/Trans_InvalidSizeReq" value="The maximum size to xlat is larger than the declared block size"/>
    <string id="XMLValidator/Trans_Unrepresentable" value="Unicode char 0x{0} is not representable in encoding {1}"/>
    <string id="XMLValidator/Trans_NotValidForEncoding" value="Character {0} is not valid for encoding {1}"/>
    <string id="XMLValidator/Trans_BadBlockSize" value="The requested block size is not equal to the size set during construction"/>
    <string id="XMLValidator/Trans_BadSrcSeq" value="An invalid multi-byte source text sequence was encountered"/>
    <string id="XMLValidator/Trans_BadSrcCP" value="{0} is not a valid value for encoding {1}"/>
    <string id="XMLValidator/Trans_BadTrailingSurrogate" value="Leading surrogate was not followed by trailing"/>
    <string id="XMLValidator/Trans_CantCreateCvtrFor" value="Could not create a converter for encoding: {0}"/>
    <string id="XMLValidator/URL_MalformedURL" value="The URL was not correctly formed"/>
    <string id="XMLValidator/URL_UnsupportedProto" value="The URL used an unsupported protocol"/>
    <string id="XMLValidator/URL_UnsupportedProto1" value="Unsupported URL protocol: '{0}'"/>
    <string id="XMLValidator/URL_OnlyLocalHost" value="Only localhost is supported at this time"/>
    <string id="XMLValidator/URL_NoProtocolPresent" value="No protocol prefix present"/>
    <string id="XMLValidator/URL_ExpectingTwoSlashes" value="Expected // after protocol"/>
    <string id="XMLValidator/URL_IncorrectEscapedCharRef" value="% must be followed by two hex digits"/>
    <string id="XMLValidator/URL_UnterminatedHostComponent" value="Unterminated host component"/>
    <string id="XMLValidator/URL_RelativeBaseURL" value="The base part of the URL cannot be relative"/>
    <string id="XMLValidator/URL_BaseUnderflow" value="The base part has too few levels to weave in relative part"/>
    <string id="XMLValidator/URL_BadPortField" value="The port field must be a 16 bit decimal number"/>
    <string id="XMLValidator/Vector_BadIndex" value="The passed index is past the end of the vector"/>
    <string id="XMLValidator/Val_InvalidElemId" value="The element id was invalid"/>
    <string id="XMLValidator/Val_CantHaveIntSS" value="When reusing the Grammar, no internal subset is allowed"/>
    <string id="XMLValidator/XMLRec_UnknownEncoding" value="The passed recognizer encoding was not known"/>
    <string id="XMLValidator/Parser_Parse1" value="Wrong character"/>
    <string id="XMLValidator/Parser_Parse2" value="Invalid reference number"/>
    <string id="XMLValidator/Parser_Next1" value="A character is required after \"/>
    <string id="XMLValidator/Parser_Next2" value="'?' is not expected.  '(?:' or '(?=' or '(?!' or '(?&lt;' or '(?#' or '(?&gt;'?"/>
    <string id="XMLValidator/Parser_Next3" value="'(?&lt;=' or '(?&lt;!' is expected"/>
    <string id="XMLValidator/Parser_Next4" value="A comment is not terminated"/>
    <string id="XMLValidator/Parser_Factor1" value="')' is expected"/>
    <string id="XMLValidator/Parser_Factor2" value="Unexpected end of the pattern in a modifier group"/>
    <string id="XMLValidator/Parser_Factor3" value="':' is expected"/>
    <string id="XMLValidator/Parser_Factor4" value="Unexpected end of the pattern in a conditional group"/>
    <string id="XMLValidator/Parser_Factor5" value="A back reference or an anchor or a lookahead or a lookbehind is expected in a conditional pattern"/>
    <string id="XMLValidator/Parser_Factor6" value="There are more than three choices in a conditional group"/>
    <string id="XMLValidator/Parser_Atom1" value="A character in U+0040-U+005f must follow \c"/>
    <string id="XMLValidator/Parser_Atom2" value="A Category character or '{' is required"/>
    <string id="XMLValidator/Parser_Atom3" value="A property name is not closed by '}'"/>
    <string id="XMLValidator/Parser_Atom4" value="Unexpected meta character"/>
    <string id="XMLValidator/Parser_Atom5" value="Unknown property"/>
    <string id="XMLValidator/Parser_CC1" value="A POSIX character class must be closed by ':]'"/>
    <string id="XMLValidator/Parser_CC2" value="Unexpected end of the pattern in a character class"/>
    <string id="XMLValidator/Parser_CC3" value="Unknown name for a POSIX character class"/>
    <string id="XMLValidator/Parser_CC4" value="'-' is invalid here"/>
    <string id="XMLValidator/Parser_CC5" value="']' is expected"/>
    <string id="XMLValidator/Parser_CC6" value="'[' is invalid in a character class.  Write '\['"/>
    <string id="XMLValidator/Parser_CC7" value="']' is invalid in a character class.  Write '\]'"/>
    <string id="XMLValidator/Parser_Ope1" value="='[' is expected"/>
    <string id="XMLValidator/Parser_Ope2" value="')' or '-[' or '+[' or '&amp;[' is expected"/>
    <string id="XMLValidator/Parser_Ope3" value="The range end code point '{0}' is less than the start code point '{1}'"/>
    <string id="XMLValidator/Parser_Descape1" value="Invalid Unicode hex notation"/>
    <string id="XMLValidator/Parser_Descape2" value="Overflow in a hex notation"/>
    <string id="XMLValidator/Parser_Descape3" value="'\x{' must be closed by '}'"/>
    <string id="XMLValidator/Parser_Descape4" value="Invalid Unicode code point"/>
    <string id="XMLValidator/Parser_Descape5" value="An anchor must not be here"/>
    <string id="XMLValidator/Parser_Process1" value="This expression is not supported in the current option setting"/>
    <string id="XMLValidator/Parser_Process2" value="Regular expression: unrecognized character '{0}' in charRange"/>
    <string id="XMLValidator/Gen_NoSchemaValidator" value="A schema was seen but the installed validator does not understand schema"/>
    <string id="XMLValidator/XUTIL_UnCopyableNodeType" value="The {0} node type is not valid for copy"/>
    <string id="XMLValidator/SubGrpComparator_NGR" value="SubstitutionGroupComparator has no grammar resolver"/>
    <string id="XMLValidator/FACET_Invalid_Len" value="Length Value '{0}' is invalid"/>
    <string id="XMLValidator/FACET_Invalid_maxLen" value="maxLength Value '{0}' is invalid"/>
    <string id="XMLValidator/FACET_Invalid_minLen" value="minLength Value '{0}' is invalid"/>
    <string id="XMLValidator/FACET_NonNeg_Len" value="Length Value '{0}' must be a nonNegativeInteger"/>
    <string id="XMLValidator/FACET_NonNeg_maxLen" value="maxLength Value '{0}' must be a nonNegativeInteger"/>
    <string id="XMLValidator/FACET_NonNeg_minLen" value="minLength Value '{0}' must be a nonNegativeInteger"/>
    <string id="XMLValidator/FACET_Len_maxLen" value="It is an error for both length and maxLength to be members of facets"/>
    <string id="XMLValidator/FACET_Len_minLen" value="It is an error for both length and minLength to be members of facets"/>
    <string id="XMLValidator/FACET_maxLen_minLen" value="Value of maxLength '{0}' must be greater than the value of minLength '{1}'"/>
    <string id="XMLValidator/FACET_bool_Pattern" value="Only constraining facet in boolean datatype is PATTERN"/>
    <string id="XMLValidator/FACET_Invalid_Tag" value="Invalid Facet Tag '{0}'"/>
    <string id="XMLValidator/FACET_Len_baseLen" value="Value of Length '{0}' must be equal to the base Length '{1}'"/>
    <string id="XMLValidator/FACET_minLen_baseminLen" value="Value of minLength '{0}' must be greater than or equal to the base minLength '{1}'"/>
    <string id="XMLValidator/FACET_minLen_basemaxLen" value="Value of minLength '{0}' must be less than or equal to the base maxLength '{1}'"/>
    <string id="XMLValidator/FACET_maxLen_basemaxLen" value="Value of maxLength '{0}' must be less than or equal to the base maxLength '{1}'"/>
    <string id="XMLValidator/FACET_maxLen_baseminLen" value="Value of maxLength '{0}' must be greater than or equal to the base minLength '{1}'"/>
    <string id="XMLValidator/FACET_enum_base" value="Value of enumeration = '{0}' must be from the value space of base"/>
    <string id="XMLValidator/FACET_Invalid_WS" value="Value of whitespace '{0}' must be one of 'preserve', 'replace', 'collapse'"/>
    <string id="XMLValidator/FACET_WS_collapse" value="It is an error if whiteSpace = 'preserve' or 'replace' and base.whiteSpace = 'collapse'."/>
    <string id="XMLValidator/FACET_WS_replace" value="It is an error if whiteSpace = 'preserve' and base.whiteSpace = 'replace'."/>
    <string id="XMLValidator/FACET_Invalid_MaxIncl" value="MaxInclusive '{0}' is invalid"/>
    <string id="XMLValidator/FACET_Invalid_MaxExcl" value="MaxExclusive '{0}' is invalid"/>
    <string id="XMLValidator/FACET_Invalid_MinIncl" value="MinInclusive '{0}' is invalid"/>
    <string id="XMLValidator/FACET_Invalid_MinExcl" value="MinExclusive '{0}' is invalid"/>
    <string id="XMLValidator/FACET_Invalid_TotalDigit" value="TotalDigit Value '{0}' is invalid"/>
    <string id="XMLValidator/FACET_Invalid_FractDigit" value="FractionDigit Value '{0}' is invalid"/>
    <string id="XMLValidator/FACET_NonNeg_TotalDigit" value="TotalDigit Value '{0}' must be a nonNegativeInteger"/>
    <string id="XMLValidator/FACET_NonNeg_FractDigit" value="FractionDigit Value '{0}' must be a nonNegativeInteger"/>
    <string id="XMLValidator/FACET_max_Incl_Excl" value="It is an error for both maxInclusive and maxExclusive to be specified for the same datatype"/>
    <string id="XMLValidator/FACET_min_Incl_Excl" value="It is an error for both minInclusive and minExclusive to be specified for the same datatype"/>
    <string id="XMLValidator/FACET_maxExcl_minExcl" value="maxExclusive value '{0}' must be greater than minExclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxExcl_minIncl" value="maxExclusive value '{0}' must be greater than minInclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxIncl_minExcl" value="maxInclusive value '{0}' must be greater than minExclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxIncl_minIncl" value="maxInclusive value '{0}' must be greater than minInclusive value '{1}'"/>
    <string id="XMLValidator/FACET_TotDigit_FractDigit" value="TotalDigit value '{0}' must be greater than FractionDigit value '{1}'"/>
    <string id="XMLValidator/FACET_maxIncl_base_maxExcl" value="maxInclusive value '{0}' must be less than base's maxExclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxIncl_base_maxIncl" value="maxInclusive value '{0}' must be less than or equal to base's maxInclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxIncl_base_minIncl" value="maxInclusive value '{0}' must be greater than or equal to base's minInclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxIncl_base_minExcl" value="maxInclusive value '{0}' must be greater than base's minExclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxExcl_base_maxExcl" value="maxExclusive value '{0}' must be less than or equal to base's maxExclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxExcl_base_maxIncl" value="maxExclusive value '{0}' must be less than or equal to base's maxInclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxExcl_base_minIncl" value="maxExclusive value '{0}' must be greater than base's minInclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxExcl_base_minExcl" value="maxExclusive value '{0}' must be greater than base's minExclusive value '{1}'"/>			
    <string id="XMLValidator/FACET_minExcl_base_maxExcl" value="minExclusive value '{0}' must be less than base's maxExclusive value '{1}'"/>
    <string id="XMLValidator/FACET_minExcl_base_maxIncl" value="minExclusive value '{0}' must be less than or equal to base's maxInclusive value '{1}'"/>
    <string id="XMLValidator/FACET_minExcl_base_minIncl" value="minExclusive value '{0}' must be greater than base's minInclusive value '{1}'"/>
    <string id="XMLValidator/FACET_minExcl_base_minExcl" value="minExclusive value '{0}' must be greater than base's minExclusive value '{1}'"/>
    <string id="XMLValidator/FACET_minIncl_base_maxExcl" value="minInclusive value '{0}' must be less than base's maxExclusive value '{1}'"/>
    <string id="XMLValidator/FACET_minIncl_base_maxIncl" value="minInclusive value '{0}' must be less than or equal to base's maxInclusive value '{1}'"/>
    <string id="XMLValidator/FACET_minIncl_base_minIncl" value="minInclusive value '{0}' must be greater than or equal to base's minInclusive value '{1}'"/>
    <string id="XMLValidator/FACET_minIncl_base_minExcl" value="minInclusive value '{0}' must be greater than base's minExclusive value '{1}'"/>
    <string id="XMLValidator/FACET_maxIncl_notFromBase" value="maxInclusive value '{0}' must be from the base's value space"/>
    <string id="XMLValidator/FACET_maxExcl_notFromBase" value="maxExclusive value '{0}' must be from the base's value space"/>
    <string id="XMLValidator/FACET_minIncl_notFromBase" value="minInclusive value '{0}' must be from the base's value space"/>
    <string id="XMLValidator/FACET_minExcl_notFromBase" value="minExclusive value '{0}' must be from the base's value space"/>
    <string id="XMLValidator/FACET_totalDigit_base_totalDigit" value="totalDigit value '{0}' must be less than or equal to base's totalDigit value '{1}'"/>
    <string id="XMLValidator/FACET_fractDigit_base_totalDigit" value="fractDigit value '{0}' must be less than or equal to base's totalDigit value '{1}'"/>
    <string id="XMLValidator/FACET_fractDigit_base_fractDigit" value="fractDigit value '{0}' must be less than or equal to base's fractDigit value '{1}'"/>
    <string id="XMLValidator/FACET_maxIncl_base_fixed" value="maxInclusive '{0}' must be equal to base's maxInclusive '{1}' , fixed"/>
    <string id="XMLValidator/FACET_maxExcl_base_fixed" value="maxExclusive '{0}' must be equal to base's maxExclusive '{1}' , fixed"/>
    <string id="XMLValidator/FACET_minIncl_base_fixed" value="minInclusive '{0}' must be equal to base's minInclusive '{1}' , fixed"/>
    <string id="XMLValidator/FACET_minExcl_base_fixed" value="minExclusive '{0}' must be equal to base's minExclusive '{1}' , fixed"/>
    <string id="XMLValidator/FACET_totalDigit_base_fixed" value="totalDigit '{0}' must be equal to base's totalDigit '{1}'  , fixed"/>
    <string id="XMLValidator/FACET_fractDigit_base_fixed" value="fractDigit '{0}' must be equal to base's fractDigit '{1}' , fixed"/>
    <string id="XMLValidator/FACET_maxLen_base_fixed" value="maxLen '{0}' must be equal to base's maxLen '{1}' , fixed"/>
    <string id="XMLValidator/FACET_minLen_base_fixed" value="minLen '{0}' must be equal to base's minLen '{1}' , fixed"/>
    <string id="XMLValidator/FACET_len_base_fixed" value="len '{0}' must be equal to base's len '{1}' , fixed"/>
    <string id="XMLValidator/FACET_whitespace_base_fixed" value="whitespace '{0}' must be equal to base's whitespace '{1}' , fixed"/>
    <string id="XMLValidator/FACET_internalError_fixed" value="internal Error: fixed"/>		
    <string id="XMLValidator/FACET_List_Null_baseValidator" value="Null base validator in List "/>
    <string id="XMLValidator/FACET_Union_Null_memberTypeValidators" value="Null member type validators in Union "/>
    <string id="XMLValidator/FACET_Union_Null_baseValidator" value="Null base validator in Union"/>
    <string id="XMLValidator/FACET_Union_invalid_baseValidatorType" value="Union's base validator's type '{0}' must be union too "/>
    <string id="XMLValidator/VALUE_NotMatch_Pattern" value="Value '{0}' does not match regular expression facet '{1}'"/>
    <string id="XMLValidator/VALUE_Not_Base64" value="Value '{0}' is not encoded in Base64 "/>
    <string id="XMLValidator/VALUE_Not_HexBin" value="Value '{0}' is not encoded in HexBin "/>
    <string id="XMLValidator/VALUE_GT_maxLen" value="Value '{0}' with length '{1}' exceeds maximum length facet of '{2}' "/>
    <string id="XMLValidator/VALUE_LT_minLen" value="Value '{0}' with length '{1}' is less than minimum length facet of '{2}' "/>
    <string id="XMLValidator/VALUE_NE_Len" value="Value '{0}' with length '{1}' is not equal to length facet of '{2}' "/>
    <string id="XMLValidator/VALUE_NotIn_Enumeration" value="Value '{0}' is not in enumeration "/>
    <string id="XMLValidator/VALUE_exceed_totalDigit" value="Value '{0}' with total digits '{1}' exceeds total digit facet of '{2}' "/>
    <string id="XMLValidator/VALUE_exceed_fractDigit" value="Value '{0}' with fraction digits '{1}' exceeds fraction digit facet of '{2}' "/>
    <string id="XMLValidator/VALUE_exceed_maxIncl" value="Value '{0}' must be less than or equal to MaxInclusive '{1}' "/>
    <string id="XMLValidator/VALUE_exceed_maxExcl" value="Value '{0}' must be less than MaxExclusive '{1}' "/>
    <string id="XMLValidator/VALUE_exceed_minIncl" value="Value '{0}' must be greater than or equal to MinInclusive '{1}' "/>
    <string id="XMLValidator/VALUE_exceed_minExcl" value="Value '{0}' must be greater than MinExclusive '{1}' "/>
    <string id="XMLValidator/VALUE_WS_replaced" value="Value '{0}' is not whitespace replaced "/>
    <string id="XMLValidator/VALUE_WS_collapsed" value="Value '{0}' is not a whitespace collapsed "/>
    <string id="XMLValidator/VALUE_Invalid_NCName" value="Value '{0}' is not valid NCName "/>
    <string id="XMLValidator/VALUE_Invalid_Name" value="Value '{0}' is not valid Name "/>
    <string id="XMLValidator/VALUE_ID_Not_Unique" value="ID '{0}' is not unique "/>
    <string id="XMLValidator/VALUE_ENTITY_Invalid" value="Value '{0}' is not valid ENTITY "/>
    <string id="XMLValidator/VALUE_QName_Invalid" value="Value '{0}' is not valid QName "/>
    <string id="XMLValidator/VALUE_NOTATION_Invalid" value="NOTATION '{0}' must be a valid QName "/>
    <string id="XMLValidator/VALUE_no_match_memberType" value="Value '{0}' does not match any member types (of the union) "/>
    <string id="XMLValidator/VALUE_URI_Malformed" value="Value '{0}' is NOT a valid URI "/>
    <string id="XMLValidator/XMLNUM_emptyString" value=" Empty string encountered."/>
    <string id="XMLValidator/XMLNUM_WSString" value=" String contains whitespaces only."/>
    <string id="XMLValidator/XMLNUM_2ManyDecPoint" value=" More than one decimal points encountered."/>
    <string id="XMLValidator/XMLNUM_Inv_chars" value=" Invalid chars encountered."/>
    <string id="XMLValidator/XMLNUM_null_ptr" value=" Null pointer encountered."/>
    <string id="XMLValidator/XMLNUM_URI_Component_Empty" value=" Cannot construct URI with null/empty '{0}' "/>
    <string id="XMLValidator/XMLNUM_URI_Component_for_GenURI_Only" value=" '{0}', '{1}' can only be set for a generic URI! "/>
    <string id="XMLValidator/XMLNUM_URI_Component_Invalid_EscapeSequence" value=" '{0}' contains invalid escape sequence '{1}'"/>
    <string id="XMLValidator/XMLNUM_URI_Component_Invalid_Char" value=" '{0}' contains invalid char '{1}'"/>
    <string id="XMLValidator/XMLNUM_URI_Component_Set_Null" value=" '{0}' can not be set to null "/>
    <string id="XMLValidator/XMLNUM_URI_Component_Not_Conformant" value=" '{0}' is NOT conformance '{1}' "/>
    <string id="XMLValidator/XMLNUM_URI_No_Scheme" value=" No scheme found in URI"/>
    <string id="XMLValidator/XMLNUM_URI_NullHost" value=" '{0}', '{1}' may not be specified if host is not specified "/>
    <string id="XMLValidator/XMLNUM_URI_NullPath" value=" '{0}', '{1}' may not be specified if path is not specified "/>
    <string id="XMLValidator/XMLNUM_URI_Component_inPath" value=" '{0}', '{1}' cannot be specified in path"/>
    <string id="XMLValidator/XMLNUM_URI_PortNo_Invalid" value=" Port no '{0}' shall be in (0, 65535) "/>
    <string id="XMLValidator/XMLNUM_DBL_FLT_maxNeg" value=" Value '{0}' shall be greater than the max Negative value '{1}' "/>
    <string id="XMLValidator/XMLNUM_DBL_FLT_maxPos" value=" Value '{0}' shall be less than the max Negative value '{1}' "/>
    <string id="XMLValidator/XMLNUM_DBL_FLT_minNegPos" value=" Value '{0}' shall be in the range of '{1}', '{2}' "/>
    <string id="XMLValidator/XMLNUM_DBL_FLT_InvalidType" value=" Type '{0}' is invalid: internal error "/>
    <string id="XMLValidator/XMLNUM_DBL_FLT_No_Exponent" value=" Value '{0}' shall have exponent. "/>
    <string id="XMLValidator/Regex_Result_Not_Set" value="A result is not set."/>
    <string id="XMLValidator/Regex_CompactRangesError" value="CompactRanges - Internal Error"/>
    <string id="XMLValidator/Regex_MergeRangesTypeMismatch" value="Merge Ranges - Mismatched type"/>
    <string id="XMLValidator/Regex_SubtractRangesError" value="SubtractRanges - Internal Error"/>
    <string id="XMLValidator/Regex_IntersectRangesError" value="IntersectRanges - Internal Error"/>
    <string id="XMLValidator/Regex_ComplementRangesInvalidArg" value="ComplementRanges - Argument must be a RangeToken"/>
    <string id="XMLValidator/Regex_InvalidCategoryName" value="Invalid category name: {0}"/>
    <string id="XMLValidator/Regex_KeywordNotFound" value="Keyword '{0}' not found"/>
    <string id="XMLValidator/Regex_BadRefNo" value="Reference no must be more than zero"/>
    <string id="XMLValidator/Regex_UnknownOption" value="Unknown option: {0}"/>
    <string id="XMLValidator/Regex_UnknownTokenType" value="Unknown token type"/>
    <string id="XMLValidator/Regex_RangeTokenGetError" value="Failed to get RangeToken for: {0}"/>
    <string id="XMLValidator/Regex_NotSupported" value="Not supported"/>
    <string id="XMLValidator/Regex_InvalidChildIndex" value="Invalid child index"/>
    <string id="XMLValidator/Regex_InvalidQuantifier" value="Invalid quantifier in '{0}'"/>
    <string id="XMLValidator/NEL_RepeatedCalls" value="Enabling the NEL option can only be called once per process."/>
    <string id="XMLValidator/RethrowError" value="{0}"/>
    <string id="XMLValidator/Out_Of_Memory" value="operator new fails.  Possibly running Of memory"/>
    <string id="XMLValidator/DV_InvalidOperation" value="Operation is not allowed"/>
    <string id="XMLValidator/XPath_NoAttrSelector" value="Selectors cannot select attributes"/>
    <string id="XMLValidator/XPath_NoUnionAtStart" value="Not allowed to have '|' at the beginning of an xpath value"/>
    <string id="XMLValidator/XPath_NoMultipleUnion" value="Not allowed to have '||' in an xpath value"/>
    <string id="XMLValidator/XPath_MissingAttr" value="Missing attribute name in xpath"/>
    <string id="XMLValidator/XPath_ExpectedToken1" value="Expected xpath token 'NAMETEST_QNAME' or 'NAMETEST_ANY' or 'NAMETEST_NAMESPACE'"/>
    <string id="XMLValidator/XPath_PrefixNoURI" value="Prefix '{0}' not bound to namespace URI in an xpath value"/>
    <string id="XMLValidator/XPath_NoDoubleColon" value="Not allowed to have double colon in the xpath expression"/>
    <string id="XMLValidator/XPath_ExpectedStep1" value="Expected step following token 'AXISNAME_CHILD::'"/>
    <string id="XMLValidator/XPath_ExpectedStep2" value="Expected step following '//' in xpath"/>
    <string id="XMLValidator/XPath_ExpectedStep3" value="Expected step following '/' in xpath"/>
    <string id="XMLValidator/XPath_NoForwardSlash" value="'/' not allowed after '//' in xpath"/>
    <string id="XMLValidator/XPath_NoDoubleForwardSlash" value="'//' only allowed after '.' at the beginning of an xpath"/>
    <string id="XMLValidator/XPath_NoForwardSlashAtStart" value="Not allowed to have '/' at the beginning of an xpath value"/>
    <string id="XMLValidator/XPath_NoSelectionOfRoot" value="Not allowed to select the root of an xpath"/>
    <string id="XMLValidator/XPath_EmptyExpr" value="Empty xpath expression"/>
    <string id="XMLValidator/XPath_NoUnionAtEnd" value="The xpath expression cannot end with '|'"/>
    <string id="XMLValidator/XPath_InvalidChar" value="Invalid character following '.' in xpath"/>
    <string id="XMLValidator/XPath_TokenNotSupported" value="XPath token not supported"/>
    <string id="XMLValidator/XPath_FindSolution" value="Find a solution!"/>
    <string id="XMLValidator/DateTime_Assert_Buffer_Fail" value="buffer not initialized yet!"/>
    <string id="XMLValidator/DateTime_dt_missingT"        value="'T' is missing! '{0}' "/>
    <string id="XMLValidator/DateTime_gDay_invalid"       value="invalid gDay! '{0}' "/>
    <string id="XMLValidator/DateTime_gMth_invalid"      value="invalid gMonth! '{0}' "/>
    <string id="XMLValidator/DateTime_gMthDay_invalid"   value="invalid gMonthDay! '{0}' "/>
    <string id="XMLValidator/DateTime_dur_Start_dashP"    value="Duration shall start with '-' or 'P'! '{0}' "/>
    <string id="XMLValidator/DateTime_dur_noP"            value="Duration shall always have 'P'! '{0}' "/>
    <string id="XMLValidator/DateTime_dur_DashNotFirst"   value="'-' can only appear at first! '{0}' "/>
    <string id="XMLValidator/DateTime_dur_inv_b4T"        value="Duration has invalid stuff before 'T'! '{0}' "/>
    <string id="XMLValidator/DateTime_dur_NoTimeAfterT"   value="Duration has no time elements after 'T'! '{0}' "/>
    <string id="XMLValidator/DateTime_dur_NoElementAtAll" value="Duration shall have at least element ! '{0}' "/>
    <string id="XMLValidator/DateTime_date_incomplete"    value="Incomplete Date ! '{0}' "/>
    <string id="XMLValidator/DateTime_date_invalid"       value="Invalid Date ! '{0}' "/>
    <string id="XMLValidator/DateTime_time_incomplete"    value="Incomplete Time ! '{0}' "/>
    <string id="XMLValidator/DateTime_time_invalid"       value="Invalid Time ! '{0}' "/>
    <string id="XMLValidator/DateTime_ms_noDigit"         value="ms shall be present once '.' is present ! '{0}' "/>
    <string id="XMLValidator/DateTime_ym_incomplete"      value="Incomplete YearMonth! '{0}' "/>
    <string id="XMLValidator/DateTime_ym_invalid"         value="Year separator is missing or misplaced ! '{0}' "/>
    <string id="XMLValidator/DateTime_year_tooShort"      value="Year must have 'CCYY' format ! '{0}' "/>
    <string id="XMLValidator/DateTime_year_leadingZero"   value="Invalid leading zero in year! '{0}' "/>
    <string id="XMLValidator/DateTime_ym_noMonth"         value="no month in YearMonth ! '{0}' "/>
    <string id="XMLValidator/DateTime_tz_noUTCsign"       value="TimeZone is expected ! '{0}' "/>
    <string id="XMLValidator/DateTime_tz_stuffAfterZ"     value="Expecting nothing after 'Z'! '{0}' "/>
    <string id="XMLValidator/DateTime_tz_invalid"         value="Invalid TimeZone! '{0}' "/>
    <string id="XMLValidator/DateTime_year_zero"          value="The year (0000) is an illegal year value! '{0}' "/>
    <string id="XMLValidator/DateTime_mth_invalid"        value="The month must have values 1 to 12! '{0}' "/>
    <string id="XMLValidator/DateTime_day_invalid"        value="The day must have values 1 to 31! '{0}' "/>
    <string id="XMLValidator/DateTime_hour_invalid"       value="Hour must have values 0-23! '{0}' "/>
    <string id="XMLValidator/DateTime_min_invalid"        value="Minute must have values 0-59! '{0}' "/>
    <string id="XMLValidator/DateTime_second_invalid"     value="Second must have values 0-60! '{0}' "/>
    <string id="XMLValidator/DateTime_tz_hh_invalid"      value="Minute must have values 0-59! '{0}' "/>
    <string id="XMLValidator/PD_NSCompat1" value="NSCompat: The namespace of '{0}' is not allowed by wildcard in base"/>
    <string id="XMLValidator/PD_OccurRangeE" value="The occurrence range of '{0}' is not a valid restriction of base element's range"/>
    <string id="XMLValidator/PD_NameTypeOK1" value="NameAndTypeOK: The Element name/uri in restriction does not match that of corresponding base element"/>
    <string id="XMLValidator/PD_NameTypeOK2" value="NameAndTypeOK: Element '{0}' is nillable in the restriction, while it's not in the base"/>
    <string id="XMLValidator/PD_NameTypeOK3" value="NameAndTypeOK: Element '{0}' is either not fixed, or is not fixed with the same value as in the base"/>
    <string id="XMLValidator/PD_NameTypeOK4" value="NameAndTypeOK: The disallowed substitutions, for element '{0}', are not a superset of those of the base element"/>
    <string id="XMLValidator/PD_NameTypeOK5" value="NameAndTypeOK: Element '{0}' has a type that does not derive from that of the base"/>
    <string id="XMLValidator/PD_NameTypeOK6" value="NameAndTypeOK: Derived element '{0}' has fewer Identity Constraints than base element '{1}'"/>
    <string id="XMLValidator/PD_NameTypeOK7" value="NameAndTypeOK: Derived element '{0}' has an Identity Constraint that does not appear on base element '{1}'"/>
    <string id="XMLValidator/PD_RecurseAsIfGroup" value="RecurseAsIfGroup: Element '{0}' belongs to a group of a variety different from that of the base"/>
    <string id="XMLValidator/PD_Recurse1" value="Occurrence range of group is not a valid restriction of occurrence range of base group"/>
    <string id="XMLValidator/PD_Recurse2" value="Recurse: There is not a complete functional mapping between the particles"/>
    <string id="XMLValidator/PD_ForbiddenRes1" value="Forbidden restriction of 'any': Choice,Seq,All,Elt"/>
    <string id="XMLValidator/PD_ForbiddenRes2" value="Forbidden restriction of 'all': Choice,Seq,Elt"/>
    <string id="XMLValidator/PD_ForbiddenRes3" value="Forbidden restriction of 'choice': All,Seq,Leaf"/>
    <string id="XMLValidator/PD_ForbiddenRes4" value="Forbidden restriction of 'sequence': Elt"/>
    <string id="XMLValidator/PD_NSSubset1" value="Wildcard's occurrence range not a restriction of base wildcard's range"/>
    <string id="XMLValidator/PD_NSSubset2" value="Wildcard is not a subset of corresponding wildcard in base"/>
    <string id="XMLValidator/PD_NSRecurseCheckCardinality1" value="Group's occurrence range not a restriction of base wildcard's range"/>
    <string id="XMLValidator/PD_RecurseUnordered" value="RecurseUnordered: There is not a complete functional mapping between the particles"/>
    <string id="XMLValidator/PD_MapAndSum" value="MapAndSum: There is not a complete functional mapping between the particles"/>
    <string id="XMLValidator/PD_InvalidContentType" value="Particle derivation: Invalid content spec node type"/>

    <string id="XMLValidator/BadMajorCode" value="The majorCode parameter to createMessage was out of bounds"/>
    <string id="XMLValidator/MessageFormatFailure" value="An internal error occurred while formatting the following message:"/>
    <string id="XMLValidator/UnterminatedPEReference" value="The parameter entity reference must end with the ';' delimiter."/>
    <string id="XMLValidator/ExternalIDRequired" value="The external entity declaration must begin with either SYSTEM or PUBLIC"/>
    <string id="XMLValidator/RecursiveReference" value="Recursive reference {0} (Reference path: '{1}')"/>
    <string id="XMLValidator/ImproperDeclarationNesting" value="The replacement text of parameter entity `(0)'' must be properly nested"/>
    <string id="XMLValidator/ErrorMessageAvailable" value="There is a message available for this error."/>
    <string id="XMLValidator/IncompleteContent" value="The content is not complete for element '{0}'"/>
    <string id="XMLValidator/UnterminatedSystemID" value="Expected a termination character for the system id."/>
    <string id="XMLValidator/UnterminatedPublicID" value="Expected a termination character for the public id."/>
    <string id="XMLValidator/UnterminatedEnumeration" value="Expected a termination character for the enumeration."/>
    <string id="XMLValidator/CDEndInContent" value="Expected a CD end in the content section."/>
    <string id="XMLValidator/TwoColonsInQName" value="Expected two colons, '::', in the Q Name."/>
    <string id="XMLValidator/MarkupNotRecognized" value="Markup tags are not recognized."/>
    <string id="XMLValidator/URIFragmentInSystemId" value="URI Fragment found in System Id"/>
    <string id="XMLValidator/ElementTypeReqInElementDecl" value="Expected a element type in the element declaration."/>
    <string id="XMLValidator/UnterminatedAttributeValue" value="Expected a termination character for the attribute value."/>
    <string id="XMLValidator/MaximumCodeReached" value="The maximum size for code has been reached."/>


</strings>
