source: NonGTP/Xerces/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml @ 188

Revision 188, 90.0 KB checked in by mattausch, 19 years ago (diff)

added xercesc to support

Line 
1<?xml version='1.0' encoding='utf-8' ?>
2<!DOCTYPE MsgFile SYSTEM "../XMLErrList.dtd">
3
4<!--  =====================================================
5 A Message file is designed for a particular locale, which is
6 indicated in the locale attribute.
7 =======================================================  -->
8<MsgFile Locale="EN_US">
9    <MsgDomain Domain="http://apache.org/xml/messages/XMLErrors">
10        <Warning>
11            <Message Id="NotationAlreadyExists" Text="Notation '{0}' has already been declared"/>
12            <Message Id="AttListAlreadyExists" Text="Attribute '{0}' has already been declared for element '{1}'"/>
13            <Message Id="ContradictoryEncoding" Text="Encoding ({0}, from XMLDecl or manually set) contradicts the auto-sensed encoding, ignoring it"/>
14            <Message Id="UndeclaredElemInCM" Text="Element '{0}' was referenced in a content model but never declared"/>
15            <Message Id="UndeclaredElemInAttList" Text="Element '{0}' was referenced in an attlist but never declared"/>
16            <Message Id="XMLException_Warning" Text="An exception occurred! Type:{0}, Message:{1}"/>
17        </Warning>
18        <Error>
19            <Message Id="FeatureUnsupported" Text="{0} is unsupported"/>
20            <Message Id="TopLevelNoNameComplexType" Text="Error: Top level complexType has no name - declaration ignored"/>
21            <Message Id="TopLevelNoNameAttribute" Text="Globally-declared attribute must have a name - attribute declaration ignored"/>
22            <Message Id="NoNameRefAttribute" Text="Attribute must have a name or a ref - attribute declaration ignored"/>
23            <Message Id="GlobalNoNameElement" Text="Globally-declared element must have a name - element declaration ignored"/>
24            <Message Id="NoNameRefElement" Text="Element must have a name or a ref attribute - element ignored"/>
25            <Message Id="NoNameRefGroup" Text="&lt;group&gt; must have a name or a ref attribute - declaration ignored"/>
26            <Message Id="NoNameRefAttGroup" Text="&lt;attributeGroup&gt; must have a name or a ref attribute - declaration ignored"/>
27            <Message Id="AnonComplexTypeWithName" Text="Anonymous complexType in element {0} has a name attribute"/>
28            <Message Id="AnonSimpleTypeWithName" Text="Anonymous simpleType in element {0} has a name attribute"/>
29            <Message Id="InvalidElementContent" Text="The content of an element information item does not match (annotation?, (simpleType | complexType)?, (unique | key | keyref)*)"/>
30            <Message Id="UntypedElement" Text="Untyped element: {0}"/>
31            <Message Id="SimpleTypeContentError" Text="Error in content of simpleType"/>
32            <Message Id="ExpectedSimpleTypeInList" Text="Expected simpleType in 'list' declaration for {0}"/>
33            <Message Id="ListUnionRestrictionError" Text="List | Union | Restriction content is invalid for type {0}"/>
34            <Message Id="SimpleTypeDerivationByListError" Text="Error in content of derivation by list for {0}"/>
35            <Message Id="ExpectedSimpleTypeInRestriction" Text="Expected simpleType in 'restriction' declaration for {0}"/>
36            <Message Id="DuplicateFacet" Text="Facet {0} already defined - ignoring"/>
37            <Message Id="ExpectedSimpleTypeInUnion" Text="Expected simpleType in 'union' declaration for {0}"/>
38            <Message Id="EmptySimpleTypeContent" Text="SimpleType content is empty"/>
39            <Message Id="InvalidSimpleContent" Text="The content of the simpleContent element is invalid. The content must be RESTRICTION or EXTENSION"/>
40            <Message Id="UnspecifiedBase" Text="The BASE attribute must be specified for the RESTRICTION or EXTENSION element"/>
41            <Message Id="InvalidComplexContent" Text="The content of the complexContent element is invalid. The content must be RESTRICTION or EXTENSION"/>
42            <Message Id="SchemaElementContentError" Text="Error in content of &lt;schema&gt; element information item"/>
43            <Message Id="ContentError" Text="Content (annotation?,..) is incorrect for type {0}"/>
44            <Message Id="UnknownSimpleType" Text="Unknown simpleType: {0}"/>
45            <Message Id="UnknownComplexType" Text="Unknown complexType: {0}"/>
46            <Message Id="UnresolvedPrefix" Text="Prefix: '{0}' can not be resolved to a URI"/>
47            <Message Id="RefElementNotFound" Text="Ref element {0} not found in the Schema"/>
48            <Message Id="TypeNotFound" Text="Type not found in {0}:{1}"/>
49            <Message Id="TopLevelAttributeNotFound" Text="Could not find top level attribute: {0}"/>
50            <Message Id="InvalidChildInComplexType" Text="Invalid child '{0}' in the complex type"/>
51            <Message Id="BaseTypeNotFound" Text="Base type could not be found: {0}"/>
52            <Message Id="NoAttributeInSchema" Text="No attribute '{0}' was defined in schema: {1}"/>
53            <Message Id="DatatypeValidatorCreationError" Text="Error creating datatype validator: {0}"/>
54            <Message Id="InvalidChildFollowingSimpleContent" Text="Invalid child following the simpleContent child in the complexType"/>
55            <Message Id="InvalidChildFollowingConplexContent" Text="Invalid child following the complexContent child in the complexType"/>
56            <Message Id="InvalidComplexTypeBlockValue" Text="The 'block' attribute values of a complexType must be #all | list(restriction,extension); {0} was found"/>
57            <Message Id="InvalidComplexTypeFinalValue" Text="The 'final' attribute values of a complexType must be #all | list(restriction,extension); {0} was found"/>
58            <Message Id="AttributeDefaultFixedValue" Text="An attribute cannot have both 'fixed' and 'default' present at the same time - default used"/>
59            <Message Id="NotOptionalDefaultAttValue" Text="If default and use are both present, use must have the value 'optional'."/>
60            <Message Id="LocalAttributeWithNameRef" Text="Local attribute:{0} has also a ref defined - name ignored"/>
61            <Message Id="GlobalAttributeWithNameRef" Text="Global attribute:'{0}' cannot have a ref defined"/>
62            <Message Id="DuplicateAttribute" Text="Error: Attribute '{0}' declared more than once in the same scope- ignoring"/>
63            <Message Id="AttributeWithTypeAndSimpleType" Text="Attribute declarations may not contain both a type and a simpleType declaration"/>
64            <Message Id="AttributeSimpleTypeNotFound" Text="SimpleType ({0}:{1}) for attribute: {2} not found"/>
65            <Message Id="ElementWithFixedAndDefault" Text="An element cannot have both 'fixed' and 'default' present at the same time"/>
66            <Message Id="DeclarationWithNameRef" Text="{0}:'{1}' has also a ref defined - name ignored"/>
67            <Message Id="BadAttWithRef" Text="ref cannot appear with any of type, abstract, block, final, nillable, default or fixed"/>
68            <Message Id="InvalidDeclarationName" Text="Invalid {0} name:'{1}' - declaration ignored"/>
69            <Message Id="GlobalElementWithRef" Text="Globally-declared element {0} cannot have a ref attribute - ref ignored"/>
70            <Message Id="ElementWithTypeAndAnonType" Text="Element '{0}' cannot have both a type attribute and a simpleType/complexType type child"/>
71            <Message Id="NotSimpleOrMixedElement" Text="Element {0} has a fixed or default value and must have a mixed simple or simple content model"/>
72            <Message Id="DisallowedSimpleTypeExtension" Text="The simpleType {0} that {1} uses has a value of 'final' which does not permit extension"/>
73            <Message Id="InvalidSimpleContentBase" Text="The type '{0}' specified as the base in the simpleContent element must not have complexContent"/>
74            <Message Id="InvalidComplexTypeBase" Text="The type '{0}' is a simple type. It cannot be used in a derivation by RESTRICTION for a complexType"/>
75            <Message Id="InvalidChildInSimpleContent" Text="Invalid child following the RESTRICTION or EXTENSION element in the simpleContent definition"/>
76            <Message Id="InvalidChildInComplexContent" Text="Invalid child following the RESTRICTION or EXTENSION element in the complexContent definition"/>
77            <Message Id="AnnotationError" Text="Annotation can only appear once: type {0}"/>
78            <Message Id="DisallowedBaseDerivation" Text="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"/>
79            <Message Id="SubstitutionRepeated" Text="The value 'substitution' already in the list"/>
80            <Message Id="UnionRepeated" Text="The value 'union' is already in the list"/>
81            <Message Id="ExtensionRepeated" Text="The value 'extension' is already in the list"/>
82            <Message Id="ListRepeated" Text="The value 'list' is already in the list"/>
83            <Message Id="RestrictionRepeated" Text="The value 'restriction' is already in the list"/>
84            <Message Id="InvalidBlockValue" Text="Invalid block value: {0}"/>
85            <Message Id="InvalidFinalValue" Text="Invalid final value: {0}"/>
86            <Message Id="InvalidSubstitutionGroupElement" Text="Element {0} cannot be part of the substitution group headed by {1}"/>
87            <Message Id="SubstitutionGroupTypeMismatch" Text="Element {0} has a type which does not derive from the type of the element at the head of the substitution group"/>
88            <Message Id="DuplicateElementDeclaration" Text="Duplicate element decl in the same scope: {0}"/>
89            <Message Id="InvalidElementBlockValue" Text="The 'block' attribute values of an element must be #all | list(substitution,restriction,extension); {0} was found"/>
90            <Message Id="InvalidElementFinalValue" Text="The 'final' attribute values of an element must be #all | list(restriction,extension); {0} was found"/>
91            <Message Id="InvalidAttValue" Text="Invalid value '{0}' for attribute: '{1}'."/>
92            <Message Id="AttributeRefContentError" Text="Ref is present, and simpleType/form/type found"/>
93            <Message Id="DuplicateRefAttribute" Text="Duplicate reference attribute {0}:{1} in complexType"/>
94            <Message Id="ForbiddenDerivationByRestriction" Text="Derivation by restriction is forbidden by either the base type '{0}' or the schema"/>
95            <Message Id="ForbiddenDerivationByExtension" Text="Derivation by extension is forbidden by either the base type '{0}' or the schema"/>
96            <Message Id="BaseNotComplexType" Text="The base type specified in the complexContent element must be a complexType"/>
97            <Message Id="ImportNamespaceDifference" Text="Imported schema '{0}' has a different targetNameSpace '{1}' from what's declared '{2}'"/>
98            <Message Id="ImportRootError" Text="Could not get the doc root for imported Schema: {0}"/>
99            <Message Id="DeclarationNoSchemaLocation" Text="A schemaLocation attribute must be specified on '{0}' element."/>
100            <Message Id="IncludeNamespaceDifference" Text="Included schema '{0}' has a different targetNameSpace '{1}'"/>
101            <Message Id="OnlyAnnotationExpected" Text="At most one &lt;annotation&gt; element is expected in the content."/>
102            <Message Id="InvalidAttributeContent" Text="The content must be (annotation?, simpleType?) for attribute '{0}={1}'"/>
103            <Message Id="AttributeRequired" Text="Attribute '{0}' must appear in {1} {2} declarations"/>
104            <Message Id="AttributeDisallowed" Text="Attribute '{0}' cannot appear in {1} {2} declarations"/>
105            <Message Id="InvalidMin2MaxOccurs" Text="Value of minOccurs '{0}' must not be greater than value of maxOccurs '{1}'"/>
106            <Message Id="AnyAttributeContentError" Text="'anyAttribute' elements can contain at most one 'annotation' element in their children"/>
107            <Message Id="NoNameGlobalElement" Text="Global &lt;{0}&gt; must have a name - declaration ignored"/>
108            <Message Id="NoCircularDefinition" Text="No circular definitions are allowed: '{0}'"/>
109            <Message Id="DuplicateGlobalType" Text="Global {0}:'{1}' declared more than once or also declared as {2}"/>
110            <Message Id="DuplicateGlobalDeclaration" Text="Global {0}:'{1}' declared more than once"/>
111            <Message Id="WS_CollapseExpected" Text="Invalid value '{0}' for facet 'whiteSpace'. Value should be 'collapse'."/>
112            <Message Id="Import_1_1" Text="The namespace of an &lt;import&gt; element must be different from the targetNamespace of the &lt;import&gt;ing schema"/>
113            <Message Id="Import_1_2" Text="If the namespace on an &lt;import&gt; element is not present, the &lt;import&gt;ing schema must have a targetNamespace"/>
114            <Message Id="ElemIDValueConstraint" Text="Element '{0}' must not have a value constraint:'{1}' as its type is derived from ID"/>
115            <Message Id="NoNotationType" Text="It is an error for NOTATION to be used directly in a schema in element/attribute '{0}'"/>
116            <Message Id="EmptiableMixedContent" Text="For element '{0}', the {content type} is mixed, then the {content type}'s particle must be emptiable"/>
117            <Message Id="EmptyComplexRestrictionDerivation" Text="The content of complexType is EMPTY, but base is not empty or does not have emptiable particle."/>
118            <Message Id="MixedOrElementOnly" Text="The content type of the base type:'{0}' and derived type:'{1}' must both be mixed or element-only."/>
119            <Message Id="InvalidContentRestriction" Text="The content type is not a valid restriction of the content type of the base."/>
120            <Message Id="ForbiddenDerivation" Text="Derivation by extension or restriction is forbidden by either the base type '{0}' or the schema"/>
121            <Message Id="AtomicItemType" Text="The {item type definition} must have {variety} of atomic or union (where all member types must be atomic)"/>
122            <Message Id="MemberTypeNoUnion" Text="The {member type definitions} must all have {variety} of atomic or list"/>
123            <Message Id="GroupContentError" Text="The group:'0' must contain (all | choice | sequence)"/>
124            <Message Id="AttGroupContentError" Text="The attributeGroup:'0' must match (annotation?. ((attribute | attributeGroup)*, anyAttribute?))"/>
125            <Message Id="MinMaxOnGroupChild" Text="The child of a model group definition must not specify either the minOccurs or maxOccurs attribute."/>
126            <Message Id="DeclarationNotFound" Text="The {0} -'{1}:{2}'- not found in the schema"/>
127            <Message Id="AllContentLimited" Text="A group whose content is 'all' must only appear as the content type of a complex type definition."/>
128            <Message Id="BadMinMaxAllCT" Text="When a model group has {compositor} 'all' which constitutes the {content type} of a complex type, minOccurs=maxOccurs=1"/>
129            <Message Id="BadMinMaxAllElem" Text="In an 'all' schema component, the value of minOccurs/maxOccurs of an element must be '0' or '1'."/>
130            <Message Id="NoCircularAttGroup" Text="Circular attributeGroup reference -{0}- is disallowed outside &lt;redefine&gt;"/>
131            <Message Id="DuplicateAttInDerivation" Text="Attribute '{0}' already defined in base and should not appear in derivation by extension."/>
132            <Message Id="NotExpressibleWildCardIntersection" Text="The intensional intersection of {attributes wildcard}s must be expressible"/>
133            <Message Id="BadAttDerivation_1" Text="Base type definition does not have any attributes"/>
134            <Message Id="BadAttDerivation_2" Text="Attribute '{0}' has an inconsistent REQUIRED setting with that of the base"/>
135            <Message Id="BadAttDerivation_3" Text="Type of attribute '{0}' must be validly derived from type of attribute in base"/>
136            <Message Id="BadAttDerivation_4" Text="Attribute '{0}' is either not fixed, or has a different value from that of the base"/>
137            <Message Id="BadAttDerivation_5" Text="Attribute '{0}' has invalid target namespace with respect to a base wildcard constraint or, base has no wildcard"/>
138            <Message Id="BadAttDerivation_6" Text="An attribute wildcard is present in the derived type, but not in the base"/>
139            <Message Id="BadAttDerivation_7" Text="The attribute wildcard in the derived type is not a valid subset of that in the base"/>
140            <Message Id="BadAttDerivation_8" Text="Attribute '{0}' cannot modify the 'use' attribute in a derived type, if base attribute use is prohibited"/>
141            <Message Id="BadAttDerivation_9" Text="The wildcard attribute in the derived type must be identical to or stronger than the one in the base."/>
142            <Message Id="AllContentError" Text="Content of &lt;all&gt; is restricted to elements only. '{0}' encountered and ignored."/>
143            <Message Id="RedefineNamespaceDifference" Text="Redefined schema '{0}' has a different targetNameSpace '{1}'."/>
144            <Message Id="Redefine_InvalidSimpleType" Text="A simpleType child of a &lt;redefine&gt; must have a restriction element as a child"/>
145            <Message Id="Redefine_InvalidSimpleTypeBase" Text="The base attribute of the restriction child of a simpleType, must be the same as the redefine simpleType's name attribute"/>
146            <Message Id="Redefine_InvalidComplexType" Text="A complexType child of a &lt;redefine&gt; must have a restriction or extension element as a grandchild"/>
147            <Message Id="Redefine_InvalidComplexTypeBase" Text="The base attribute of a restriction/extension must be the same as the complexType's name attribute in &lt;redefine&gt;"/>
148            <Message Id="Redefine_InvalidGroupMinMax" Text="The group '{0}' which contains a reference to a group being redefined must have minOccurs = maxOccurs = 1"/>
149            <Message Id="Redefine_DeclarationNotFound" Text="Could not find a declaration in the schema to be redefined corresponding to '{0}'"/>
150            <Message Id="Redefine_GroupRefCount" Text="If a group child of a &lt;redefine&gt; element contains a group ref'ing itself, it must have exactly 1 reference."/>
151            <Message Id="Redefine_AttGroupRefCount" Text="If an attributeGroup of a &lt;redefine&gt; element contains a reference to itself, such reference must be exactly 1"/>
152            <Message Id="Redefine_InvalidChild" Text="A &lt;redefine&gt; element cannot contain a child of type '{0}'"/>
153            <Message Id="Notation_InvalidDecl" Text="The declaration for notation '{0}' is invalid"/>
154            <Message Id="Notation_DeclNotFound" Text="The notation declaration '{0}:{1}' is not found"/>
155            <Message Id="IC_DuplicateDecl" Text="More than one identity constraint named '{0}'."/>
156            <Message Id="IC_BadContent" Text="The content of an identity constraint must match (annotation?, selector, field+)"/>
157            <Message Id="IC_KeyRefReferNotFound" Text="Key reference declaration '{0}' refers to unknown key with name '{1}'."/>
158            <Message Id="IC_KeyRefCardinality" Text="Cardinality of fields for keyref '{0}' and key '{1}' must match."/>
159            <Message Id="IC_XPathExprMissing" Text="Xpath expression is either missing or empty"/>
160            <Message Id="AttUseCorrect" Text="The {value constraint} of an attribute ref is not fixed or different from the fixed {value constraint} of '{0}'"/>
161            <Message Id="AttDeclPropCorrect3" Text="The {type definition} for attribute '{0}={1}' is or is derived from ID, and must not have {value constraint}"/>
162            <Message Id="AttDeclPropCorrect5" Text="More than one attribute derived from type ID cannot appear in the same complex type - '{0}' ignored"/>
163            <Message Id="AttGrpPropCorrect3" Text="More than one attribute derived from type ID cannot appear in the same attribute group - '{0}' ignored"/>
164            <Message Id="InvalidTargetNSValue" Text="'' is not a legal value for the targetNamespace attribute; the attribute must be absent or contain a nonempty value"/>
165            <Message Id="DisplayErrorMessage" Text="{0}"/>
166            <Message Id="XMLException_Error" Text="An exception occurred! Type:{0}, Message:{1}"/>
167            <Message Id="InvalidRedefine" Text="Invalid Redefine: '{0}' has already been included or redefined"/>
168            <Message Id="InvalidNSReference" Text="Schema Representation Constraint: Namespace '{0}' is referenced without &lt;import&gt; declaration"/>
169            <Message Id="NotAllContent" Text="An 'all' model group that's part of a complex type definition must constitute the entire content type of the definition"/>
170            <Message Id="InvalidAnnotationContent" Text="An &lt;annotation&gt; can only contain &lt;appinfo&gt; and &lt;documentation&gt; elements"/>
171            <Message Id="InvalidFacetName" Text="Invalid facet name: {0}"/>
172            <Message Id="InvalidXMLSchemaRoot" Text="The root element name of an XML Schema should be 'schema'."/>
173            <Message Id="CircularSubsGroup" Text="Circular substitution groups are disallowed for element '{0}'."/>
174            <Message Id="SubsGroupMemberAbstract" Text="For '{0}' to be a member of the substitution group set of '{1}', its {abstract} must be false."/>
175            <Message Id="ELTSchemaNS" Text="The namespace of element '{0}' must be from the schema namespace."/>
176            <Message Id="InvalidAttTNS" Text="The {target namespace} of '{0}' must not match 'http://www.w3.org/2001/XMLSchema-instance'."/>
177            <Message Id="NSDeclInvalid" Text="The namespace declaration is invalid." />
178            <Message Id="DOMLevel1Node" Text="Namespace fixup cannot be performed on a DOM Level 1 Node." />
179        </Error>
180        <FatalError>
181            <Message Id="EntityExpansionLimitExceeded" Text= "The parser has encountered more than '{0}' entity expansions in this document; this is the limit imposed by the application."/>
182            <Message Id="ExpectedCommentOrCDATA" Text="Expected comment or CDATA"/>
183            <Message Id="ExpectedAttrName" Text="Expected an attribute name"/>
184            <Message Id="ExpectedNotationName" Text="Expected a notation name"/>
185            <Message Id="NoRepInMixed" Text="Repetition of individual elements is not legal for mixed content models"/>
186            <Message Id="BadDefAttrDecl" Text="Bad default attribute declaration"/>
187            <Message Id="ExpectedDefAttrDecl" Text="Expected default attribute declaration, assuming #IMPLIED "/>
188            <Message Id="AttListSyntaxError" Text="Attribute list syntax error"/>
189            <Message Id="ExpectedEqSign" Text="Expected equal sign"/>
190            <Message Id="DupAttrName" Text="Duplication attribute name"/>
191            <Message Id="BadIdForXMLLangAttr" Text="Bad ID, '{0}', for xml:lang attribute"/>
192            <Message Id="ExpectedElementName" Text="Expected an element name"/>
193            <Message Id="MustStartWithXMLDecl" Text="Must start with an XMLDecl"/>
194            <Message Id="CommentsMustStartWith" Text="Comments must start with &lt;!--"/>
195            <Message Id="InvalidDocumentStructure" Text="Invalid document structure"/>
196            <Message Id="ExpectedDeclString" Text="Expected a 'version=', 'encoding=', or 'standalone='"/>
197            <Message Id="BadXMLVersion" Text="Bad XML version string"/>
198            <Message Id="UnsupportedXMLVersion" Text="Unsupported XML version, '{0}'"/>
199            <Message Id="UnterminatedXMLDecl" Text="Unterminated XML decl"/>
200            <Message Id="BadXMLEncoding" Text="Bad XML encoding declaration, '{0}'"/>
201            <Message Id="BadStandalone" Text="Bad standalone declaration"/>
202            <Message Id="UnterminatedComment" Text="Unterminated comment"/>
203            <Message Id="PINameExpected" Text="Processing instruction name expected"/>
204            <Message Id="UnterminatedPI" Text="Unterminated processing instruction"/>
205            <Message Id="InvalidCharacter" Text="Invalid character (Unicode: 0x{0})"/>
206            <Message Id="UnexpectedTextBeforeRoot" Text="Unexpected text before root element"/>
207            <Message Id="UnterminatedStartTag" Text="Unterminated start tag, '{0}'"/>
208            <Message Id="ExpectedAttrValue" Text="Expected an attribute value"/>
209            <Message Id="UnterminatedEndTag" Text="Unterminated end tag"/>
210            <Message Id="ExpectedAttributeType" Text="Expected type (CDATA, ID, NMTOKEN, ..), for attribute '{0}' of element '{1}'"/>
211            <Message Id="ExpectedEndOfTagX" Text="Expected end of tag '{0}'"/>
212            <Message Id="ExpectedMarkup" Text="Expected tag name, comment, PI, or other markup"/>
213            <Message Id="NotValidAfterContent" Text="Not valid after content"/>
214            <Message Id="ExpectedComment" Text="Expected comment"/>
215            <Message Id="ExpectedCommentOrPI" Text="Expected comment or processing instruction"/>
216            <Message Id="ExpectedWhitespace" Text="Expected whitespace"/>
217            <Message Id="NoRootElemInDOCTYPE" Text="No root element in DOCTYPE"/>
218            <Message Id="ExpectedQuotedString" Text="Expected quoted string"/>
219            <Message Id="ExpectedPublicId" Text="Expected public id"/>
220            <Message Id="InvalidPublicIdChar" Text="Invalid character in public id (Unicode: 0x{0})"/>
221            <Message Id="UnterminatedDOCTYPE" Text="Unterminated DOCTYPE declaration"/>
222            <Message Id="InvalidCharacterInIntSubset" Text="Invalid character in internal subset (Unicode: 0x{0})"/>
223            <Message Id="ExpectedCDATA" Text="Expected CDATA section"/>
224            <Message Id="InvalidInitialNameChar" Text="Invalid initial name character"/>
225            <Message Id="InvalidNameChar" Text="Invalid name character"/>
226            <Message Id="UnexpectedWhitespace" Text="Unexpected whitespace"/>
227            <Message Id="InvalidCharacterInAttrValue" Text="Invalid character in attribute value {0} (Unicode: 0x{1})"/>
228            <Message Id="ExpectedMarkupDecl" Text="Expected a markup declaration"/>
229            <Message Id="TextDeclNotLegalHere" Text="Text declaration not legal here"/>
230            <Message Id="ConditionalSectInIntSubset" Text="Conditional section in internal subset"/>
231            <Message Id="ExpectedPEName" Text="Expected parameter entity name"/>
232            <Message Id="UnterminatedEntityDecl" Text="Unterminated entity declaration, '{0}'"/>
233            <Message Id="InvalidCharacterRef" Text="Invalid character reference"/>
234            <Message Id="UnterminatedCharRef" Text="Unterminated character reference"/>
235            <Message Id="ExpectedEntityRefName" Text="Expected entity name for reference"/>
236            <Message Id="EntityNotFound" Text="Entity '{0}' was not found"/>
237            <Message Id="NoUnparsedEntityRefs" Text="Unparsed entity references, '{0}', not valid here"/>
238            <Message Id="UnterminatedEntityRef" Text="Unterminated entity reference"/>
239            <Message Id="RecursiveEntity" Text="Recursive entity expansion"/>
240            <Message Id="PartialMarkupInEntity" Text="Partial markup in entity value"/>
241            <Message Id="UnterminatedElementDecl" Text="Unterminated element declaration, '{0}'"/>
242            <Message Id="ExpectedContentSpecExpr" Text="Expected content specification expression for element '{0}'"/>
243            <Message Id="ExpectedAsterisk" Text="Expected asterisk"/>
244            <Message Id="UnterminatedContentModel" Text="Unterminated Content model"/>
245            <Message Id="ExpectedSystemId" Text="Expected system id"/>
246            <Message Id="ExpectedSystemOrPublicId" Text="Expected system or public id"/>
247            <Message Id="UnterminatedNotationDecl" Text="Unterminated notation declaration"/>
248            <Message Id="ExpectedSeqChoiceLeaf" Text="Expected ',', '|', or ')' characters"/>
249            <Message Id="ExpectedChoiceOrCloseParen" Text="Expected '|' or ')' characters"/>
250            <Message Id="ExpectedSeqOrCloseParen" Text="Expected ',' or ')' characters or close parenthesis in content model of element '{0}'"/>
251            <Message Id="ExpectedEnumValue" Text="Expected enumeration value for attribute '{0}'"/>
252            <Message Id="ExpectedEnumSepOrParen" Text="Expected | enumeration separator, or closing paren"/>
253            <Message Id="UnterminatedEntityLiteral" Text="Unterminated entity literal"/>
254            <Message Id="MoreEndThanStartTags" Text="There are more end tags than start tags"/>
255            <Message Id="ExpectedOpenParen" Text="Expected an open parenthesis"/>
256            <Message Id="AttrAlreadyUsedInSTag" Text="The attribute '{0}' is already used in element '{1}'"/>
257            <Message Id="BracketInAttrValue" Text="A '&lt;' character cannot be used in attribute '{0}', except through &amp;lt;"/>
258            <Message Id="Expected2ndSurrogateChar" Text="A leading surrogate character was not followed by a legal second character"/>
259            <Message Id="ExpectedEndOfConditional" Text="Expected ']]>' to end a conditional section"/>
260            <Message Id="ExpectedIncOrIgn" Text="Expected INCLUDE or IGNORE here"/>
261            <Message Id="ExpectedINCLUDEBracket" Text="Expected [ to follow INCLUDE or IGNORE"/>
262            <Message Id="ExpectedTextDecl" Text="Expected a TextDecl here: &lt;?xml ...."/>
263            <Message Id="ExpectedXMLDecl" Text="Expected a XMLDecl here: &lt;?xml ...."/>
264            <Message Id="UnexpectedEOE" Text="Unexpected end of entity {0}"/>
265            <Message Id="PEPropogated" Text="A PE propagated out of the int/ext subset, discarding extra text"/>
266            <Message Id="ExtraCloseSquare" Text="An extra ] character was found an ignored"/>
267            <Message Id="PERefInMarkupInIntSubset" Text="PE refs are not allowed inside markup in the internal subset"/>
268            <Message Id="EntityPropogated" Text="An entity propagated out of the content section into Miscellaneous"/>
269            <Message Id="ExpectedNumericalCharRef" Text="Expected &amp;# to be followed by a numeric character value"/>
270            <Message Id="ExpectedOpenSquareBracket" Text="Expected an open bracket ('[') here"/>
271            <Message Id="BadSequenceInCharData" Text="The sequence ']]>' is not allowed in character data"/>
272            <Message Id="IllegalSequenceInComment" Text="Illegal sequence '--' in comment"/>
273            <Message Id="UnterminatedCDATASection" Text="Unterminated CDATA section"/>
274            <Message Id="ExpectedNDATA" Text="Expected NDATA"/>
275            <Message Id="NDATANotValidForPE" Text="NDATA is not legal for parameter entities"/>
276            <Message Id="HexRadixMustBeLowerCase" Text="Hex radix character refs must use 'x', not 'X'"/>
277            <Message Id="DeclStringRep" Text="'{0}' has already been set. Ignoring redundant setting"/>
278            <Message Id="DeclStringsInWrongOrder" Text="The XMLDecl strings must be in the order: version, encoding, standalone"/>
279            <Message Id="NoExtRefsInAttValue" Text="External entities cannot be referred to from attribute values"/>
280            <Message Id="XMLDeclMustBeLowerCase" Text="The XML or Text decl must start with '&lt;?xml ', not '&lt;?XML '"/>
281            <Message Id="ExpectedEntityValue" Text="Expected a literal entity value or PUBLIC/SYSTEM id"/>
282            <Message Id="BadDigitForRadix" Text="'{0}' is not a valid digit for the indicated radix"/>
283            <Message Id="EndedWithTagsOnStack" Text="The input ended before all started tags were ended. Last tag started was '{0}'"/>
284            <Message Id="AmbiguousContentModel" Text="The content model for element '{0}' is ambiguous"/>
285            <Message Id="NestedCDATA" Text="Nested CDATA sections are not allowed"/>
286            <Message Id="UnknownPrefix" Text="The prefix '{0}' has not been mapped to any URI"/>
287            <Message Id="PartialTagMarkupError" Text="The start and the end tag were in the different entities"/>
288            <Message Id="EmptyMainEntity" Text="The main XML document cannot be empty"/>
289            <Message Id="CDATAOutsideOfContent" Text="CDATA is not allowed outside the root element"/>
290            <Message Id="OnlyCharRefsAllowedHere" Text="Only numeric character entities or special character entities are legal here"/>
291            <Message Id="Unexpected2ndSurrogateChar" Text="Got an unexpected trailing surrogate character"/>
292            <Message Id="NoPIStartsWithXML" Text="No processing instruction starts with 'xml'"/>
293            <Message Id="XMLDeclMustBeFirst" Text="The XML or Text declaration must start at line/column 1/1"/>
294            <Message Id="XMLVersionRequired" Text="The 'version=' string is required in an XMLDecl"/>
295            <Message Id="StandaloneNotLegal" Text="The 'standalone=' string is only allowed in the main XML entity"/>
296            <Message Id="EncodingRequired" Text="The 'encoding=' string is required in an Text Decl"/>
297            <Message Id="TooManyColonsInName" Text="When namespaces are enabled, a name can have only one colon character"/>
298            <Message Id="InvalidColonPos" Text="When namespaces are enabled, the colon cannot be the first or last character"/>
299            <Message Id="ColonNotLegalWithNS" Text="Colons are not allowed in this name when namespaces are enabled"/>
300            <Message Id="SysException" Text="A system exception occurred during processing"/>
301            <Message Id="XMLException_Fatal" Text="An exception occurred! Type:{0}, Message:{1}"/>
302            <Message Id="UnexpectedEOF" Text="Unexpected end of file exception. Message: {0}"/>
303            <Message Id="UnexpectedError" Text="UnexpectedError"/>
304            <Message Id="BadSchemaLocation" Text="The schemaLocation attribute does not contain pairs of values."/>
305            <Message Id="NoGrammarResolver" Text="Internal error: don't have a GrammarResolver for TraverseSchema"/>
306            <Message Id="SchemaScanFatalError" Text="Fatal error encountered during schema scan"/>
307            <Message Id="IllegalRefInStandalone" Text="Reference to external entity declaration '{0}' is not allowed in a standalone document."/>
308            <Message Id="PEBetweenDecl" Text="Partial markup in parameter entity replacement text in a complete declaration."/>
309            <Message Id="NoEmptyStrNamespace" Text="The value of the attribute '{0}' is invalid. Prefixed namespace bindings may not be empty."/>
310            <Message Id="NoUseOfxmlnsAsPrefix" Text="The prefix 'xmlns' cannot be bound to any namespace explicitly."/>
311            <Message Id="NoUseOfxmlnsURI" Text="The namespace for 'xmlns' cannot be bound to any prefix explicitly."/>
312            <Message Id="PrefixXMLNotMatchXMLURI" Text="The prefix 'xml' cannot be bound to any namespace other than its usual namespace."/>
313            <Message Id="XMLURINotMatchXMLPrefix" Text="The namespace for 'xml' cannot be bound to any prefix other than 'xml'."/>
314            <Message Id="NoXMLNSAsElementPrefix" Text="Element '{0}' cannot have 'xmlns' as its prefix."/>
315            <Message Id="CT_SimpleTypeChildRequired" Text="Complex Type Definition Representation OK - 2.2: &lt;restriction&gt; must have a &lt;simpleType&gt; child."/>
316        </FatalError>
317    </MsgDomain>
318    <MsgDomain Domain="http://apache.org/xml/messages/XMLValidity">
319        <Error>
320            <Message Id="ElementNotDefined" Text="Unknown element '{0}'"/>
321            <Message Id="AttNotDefined" Text="Attribute '{0}' not defined"/>
322            <Message Id="NotationNotDeclared" Text="Notation '{0}' was referenced but never declared"/>
323            <Message Id="RootElemNotLikeDocType" Text="Root element different from DOCTYPE"/>
324            <Message Id="RequiredAttrNotProvided" Text="Required attribute '{0}' was not provided"/>
325            <Message Id="ElementNotValidForContent" Text="Element '{0}' is not valid for content model: '{1}'"/>
326            <Message Id="BadIDAttrDefType" Text="ID attributes must be #IMPLIED or #REQUIRED"/>
327            <Message Id="InvalidEmptyAttValue" Text="This type of attribute cannot have an empty value"/>
328            <Message Id="ElementAlreadyExists" Text="Element '{0}' has already been declared"/>
329            <Message Id="MultipleIdAttrs" Text="Element '{0}' has more than one ID attribute"/>
330            <Message Id="ReusedIDValue" Text="ID '{0}' has already been used"/>
331            <Message Id="IDNotDeclared" Text="ID attribute '{0}' was referenced but never declared"/>
332            <Message Id="UnknownNotRefAttr" Text="Attribute '{0}' refers to an unknown notation '{1}'"/>
333            <Message Id="UndeclaredElemInDocType" Text="Element '{0}' was used in the DOCTYPE but never declared"/>
334            <Message Id="EmptyNotValidForContent" Text="Empty content not valid for content model: '{0}'"/>
335            <Message Id="AttNotDefinedForElement" Text="Attribute '{0}' is not declared for element '{1}'"/>
336            <Message Id="BadEntityRefAttr" Text="Attributes of type ENTITY/ENTITIES must refer to an external, unparsed entity"/>
337            <Message Id="UnknownEntityRefAttr" Text="Attribute '{0}' refers to an unknown entity '{1}'"/>
338            <Message Id="ColonNotValidWithNS" Text="If namespaces are enabled, it's invalid for an attribute of type ID/IDREF/IDREFS/ENTITY/ENTITIES/NOTATION to contain a colon."/>
339            <Message Id="NotEnoughElemsForCM" Text="Not enough elements to match content model : '{0}'"/>
340            <Message Id="NoCharDataInCM" Text="No character data is allowed by content model"/>
341            <Message Id="DoesNotMatchEnumList" Text="Attribute '{0}' does not match its defined enumeration or notation list"/>
342            <Message Id="AttrValNotName" Text="The values for attribute '{0}' must be names or name tokens"/>
343            <Message Id="NoMultipleValues" Text="Attribute '{0}' does not support multiple values"/>
344            <Message Id="NotSameAsFixedValue" Text="Attribute '{0}' has a value, '{1}', that does not match its #FIXED value, '{2}'"/>
345            <Message Id="RepElemInMixed" Text="Element types cannot be duplicated in Mixed content models"/>
346            <Message Id="NoValidatorFor" Text="No validator for datatype {0}"/>
347            <Message Id="IncorrectDatatype" Text="Incorrect datatype: {0}"/>
348            <Message Id="NotADatatype" Text="{0} is not a datatype."/>
349            <Message Id="TextOnlyContentWithType" Text="The content attribute must be 'textOnly' if you specify a type attribute."/>
350            <Message Id="FeatureUnsupported" Text="{0} is unsupported"/>
351            <Message Id="NestedOnlyInElemOnly" Text="Nested Element decls only allowed in elementOnly content"/>
352            <Message Id="EltRefOnlyInMixedElemOnly" Text="Element references only allowed in mixed or elementOnly content"/>
353            <Message Id="OnlyInEltContent" Text="{0} only allowed in elementOnly content."/>
354            <Message Id="OrderIsAll" Text="{0} not allowed if the order is all."/>
355            <Message Id="DatatypeWithType" Text="Datatype qualifiers can only be used if you specify a type attribute."/>
356            <Message Id="DatatypeQualUnsupported" Text="The datatype qualifier {0} is not supported."/>
357            <Message Id="GroupContentRestricted" Text="Error: {0} content must be one of element, group, modelGroupRef. Saw {1}"/>
358            <Message Id="UnknownBaseDatatype" Text="Unknown base type {0} for type {1}."/>
359            <Message Id="OneOfTypeRefArchRef" Text="Can only have one of type and ref attributes."/>
360            <Message Id="NoContentForRef" Text="A &lt;{0}&gt; declaration that has a ref attribute, cannot have child content."/>
361            <Message Id="IncorrectDefaultType" Text="Incorrect type for {0}'s default value: {1}"/>
362            <Message Id="IllegalAttContent" Text="Illegal content {0} in attribute group"/>
363            <Message Id="ValueNotInteger" Text="Value of {0} is not an integer."/>
364            <Message Id="DatatypeError" Text="Datatype error: Type:{0}, Message:{1}."/>
365            <Message Id="SchemaError" Text="Schema error: Type:{0}, Message:{1}"/>
366            <Message Id="TypeAlreadySet" Text="The type of the element has already been declared."/>
367            <Message Id="ProhibitedAttributePresent" Text="Prohibited Attribute is found."/>
368            <Message Id="IllegalXMLSpace" Text="Illegal xml:space declaration."/>
369            <Message Id="NotBoolean" Text="{0} is not a boolean."/>
370            <Message Id="NotDecimal" Text="{0} is not a decimal."/>
371            <Message Id="FacetsInconsistent" Text="Facets are inconsistent with base type."/>
372            <Message Id="IllegalFacetValue" Text="Illegal value {0} for facet {1}."/>
373            <Message Id="IllegalDecimalFacet" Text="Illegal Facet for decimal type."/>
374            <Message Id="UnknownFacet" Text="Unknown Facet: {0}."/>
375            <Message Id="InvalidEnumValue" Text="Invalid value for Enum constant: {0}."/>
376            <Message Id="OutOfBounds" Text="{0} is out of bounds:[ {1} {3} X  {4} {2} ]."/>
377            <Message Id="NotAnEnumValue" Text="{0} is not one of the specified enum values."/>
378            <Message Id="NotInteger" Text="{0} is not an integer."/>
379            <Message Id="IllegalIntegerFacet" Text="Illegal Facet for Integer type."/>
380            <Message Id="NotReal" Text="{0} is not a double."/>
381            <Message Id="IllegalRealFacet" Text="Illegal Facet for Real type."/>
382            <Message Id="ScaleLargerThanPrecision" Text="Scale Facet must be less than or equal to Precision Facet"/>
383            <Message Id="PrecisionExceeded" Text="{0} has exceeded the precision Facet {1}"/>
384            <Message Id="ScaleExceeded" Text="{0} has exceeded the scale Facet {1}"/>
385            <Message Id="NotFloat" Text="{0} is not a float."/>
386            <Message Id="SchemaRootError" Text="Can't get back Schema document's root element {0}."/>
387            <Message Id="WrongTargetNamespace" Text="Schema in {0} has a different target namespace from the one specified in the instance document {1}."/>
388            <Message Id="SimpleTypeHasChild" Text="In element {0}: Can not have element children within a simple type content."/>
389            <Message Id="NoDatatypeValidatorForSimpleType" Text="This element {0} has a simpletype but no datatype validator was found."/>
390            <Message Id="GrammarNotFound" Text="There is no Grammar for uri: {0}."/>
391            <Message Id="DisplayErrorMessage" Text="{0}"/>
392            <Message Id="NillNotAllowed" Text="xsi:nil must not be specified for the element {0} with nillable equals false"/>
393            <Message Id="NilAttrNotEmpty" Text="Element {0} with attribute xsi:nil=true must be empty"/>
394            <Message Id="FixedDifferentFromActual" Text="Content of element '{0}' is different from the fixed attribute value in the element's schema declaration."/>
395            <Message Id="NoDatatypeValidatorForAttribute" Text="No datatype validator was found for this attribute {0}."/>
396            <Message Id="GenericError" Text="Schema error during parsing"/>
397            <Message Id="ElementNotQualified" Text="Element '{0}' should be qualified"/>
398            <Message Id="ElementNotUnQualified" Text="Element '{0}' should be un-qualified"/>
399            <Message Id="VC_IllegalRefInStandalone" Text="Reference to external entity declaration '{0}' is not allowed in a standalone document."/>
400            <Message Id="NoDefAttForStandalone" Text="Attribute '{0}' for element '{1}' has a default value and must be specified in a standalone document."/>
401            <Message Id="NoAttNormForStandalone" Text="Attribute '{0}' must not be changed by normalization in a standalone document."/>
402            <Message Id="NoWSForStandalone" Text="White space must not occur between externally declared elements with element content in a standalone document."/>
403            <Message Id="VC_EntityNotFound" Text="Entity '{0}' was not found"/>
404            <Message Id="PartialMarkupInPE" Text="Partial markup in parameter entity replacement text."/>
405            <Message Id="DatatypeValidationFailure" Text="Failed to validate '{0}'"/>
406            <Message Id="UniqueParticleAttributionFail" Text="'{0}' and '{1}' violate the Unique Particle Attribution rule"/>
407            <Message Id="NoAbstractInXsiType" Text="Abstract type '{0}' should not be used in xsi:type"/>
408            <Message Id="NoDirectUseAbstractElement" Text="A member of abstract element {0} substitution group must be specified"/>
409            <Message Id="NoUseAbstractType" Text="Element {0} is declared with a type that is abstract.  Use xsi:type to specify a non-abstract type"/>
410            <Message Id="BadXsiType" Text="Unresolved type '{0}' found in xsi:type handling"/>
411            <Message Id="NonDerivedXsiType" Text="Type '{0}' that is used in xsi:type is not derived from the type of element '{1}'"/>
412            <Message Id="NoSubforBlock" Text="Element '{0}' has blocking constraint and does not permit substitution"/>
413            <Message Id="AttributeNotQualified" Text="Attribute '{0}' should be qualified"/>
414            <Message Id="AttributeNotUnQualified" Text="Attribute '{0}' should be un-qualified"/>
415            <Message Id="IC_FieldMultipleMatch" Text="Field matches more than one value within the scope of its selector; fields must match unique values"/>
416            <Message Id="IC_UnknownField" Text="Internal identity constraint error; unknown field."/>
417            <Message Id="IC_AbsentKeyValue" Text="Identity-constraint 4.2.1: element '{0}' has a key with no value."/>
418            <Message Id="IC_UniqueNotEnoughValues" Text="Not enough values specified for &lt;unique&gt; identity constraint for element '{0}'."/>
419            <Message Id="IC_KeyNotEnoughValues" Text="Not enough values specified for &lt;key name={1}&gt; identity constraint for element '{0}'."/>
420            <Message Id="IC_KeyRefNotEnoughValues" Text="Not enough values specified for &lt;keyref name={1}&gt; identity constraint for element '{0}'."/>
421            <Message Id="IC_KeyMatchesNillable" Text="Identity-constraint 4.2.3: element '{0}' has a key that matches an element that has nillable set to true."/>
422            <Message Id="IC_DuplicateUnique" Text="Duplicate unique value declared for identity constraint of element '{0}'."/>
423            <Message Id="IC_DuplicateKey" Text="Duplicate key value declared for identity constraint of element '{0}'."/>
424            <Message Id="IC_KeyRefOutOfScope" Text="The keyref '{0}' refers to a key/unique that is out of scope."/>
425            <Message Id="IC_KeyNotFound" Text="The key for identity constraint of element '{0}' is not found."/>
426            <Message Id="NonWSContent" Text="Non-whitespace characters are not allowed in schema elements other than 'appinfo' and 'documentation'."/>
427        </Error>
428    </MsgDomain>
429    <MsgDomain Domain="http://apache.org/xml/messages/XML4CErrors">
430        <Warning>
431            <Message Id="Scan_CouldNotOpenSource_Warning" Text="Warning: The primary document entity could not be opened. Id={0}"/>
432            <Message Id="GC_ExistingGrammar" Text="Warning: No caching of grammar set, a grammar with same key found in the cache pool."/>
433        </Warning>
434        <FatalError>
435            <Message Id="Array_BadIndex" Text="The index is beyond the array bounds "/>
436            <Message Id="Array_BadNewSize" Text="The new size is less than the old one"/>
437            <Message Id="AttrList_BadIndex" Text="The index given was beyond the max attribute index"/>
438            <Message Id="AttDef_BadAttType" Text="The passed AttTypes value is not known"/>
439            <Message Id="AttDef_BadDefAttType" Text="The passed DefAttTypes value is not known"/>
440            <Message Id="Bitset_BadIndex" Text="The bit index was beyond the set size"/>
441            <Message Id="Bitset_NotEqualSize" Text="The bit sets are not of the same size"/>
442            <Message Id="BufMgr_NoMoreBuffers" Text="The buffer manager cannot provide any more buffers"/>
443            <Message Id="BufMgr_BufferNotInPool" Text="The passed buffer was not found in this manager's pool"/>
444            <Message Id="CPtr_PointerIsZero" Text="The pointer has not been set"/>
445            <Message Id="CM_BinOpHadUnaryType" Text="The binary operation node had a unary node type"/>
446            <Message Id="CM_MustBeMixedOrChildren" Text="The content type must be mixed or children"/>
447            <Message Id="CM_NoPCDATAHere" Text="PCDATA nodes are not valid here"/>
448            <Message Id="CM_NotValidForSpecType" Text="The {0} operation is invalid for the spec type"/>
449            <Message Id="CM_UnaryOpHadBinType" Text="The unary operation node had a binary node type"/>
450            <Message Id="CM_UnknownCMType" Text="Unknown content model type"/>
451            <Message Id="CM_UnknownCMSpecType" Text="Unknown content spec type"/>
452            <Message Id="CM_NoParentCSN" Text="The parent element has no content spec node"/>
453            <Message Id="CM_NotValidSpecTypeForNode" Text="The spec type is not valid for {0}"/>
454            <Message Id="DTD_UnknownCreateReason" Text="The creation reason enum has an unknown value"/>
455            <Message Id="ElemStack_EmptyStack" Text="The element stack is empty"/>
456            <Message Id="ElemStack_BadIndex" Text="The element stack index given was beyond the stack top"/>
457            <Message Id="ElemStack_StackUnderflow" Text="The element stack was already empty when a pop request occurred"/>
458            <Message Id="ElemStack_NoParentPushed" Text="A parent operation was requested, but only one element is on the stack"/>
459            <Message Id="Enum_NoMoreElements" Text="The enumerator contains no more elements"/>
460            <Message Id="File_CouldNotOpenFile" Text="Could not open file: {0}"/>
461            <Message Id="File_CouldNotGetCurPos" Text="Could not query the current file position"/>
462            <Message Id="File_CouldNotCloseFile" Text="Could not close the file"/>
463            <Message Id="File_CouldNotSeekToEnd" Text="Could not seek to end of file"/>
464            <Message Id="File_CouldNotSeekToPos" Text="Could not seek to required position in file"/>
465            <Message Id="File_CouldNotDupHandle" Text="Could not duplicate the handle"/>
466            <Message Id="File_CouldNotReadFromFile" Text="Could not read data from file"/>
467            <Message Id="File_CouldNotWriteToFile"  Text="Could not write data to file"/>
468            <Message Id="File_CouldNotResetFile" Text="Could not reset file to beginning"/>
469            <Message Id="File_CouldNotGetSize" Text="Could not ascertain the file size"/>
470            <Message Id="File_CouldNotGetBasePathName" Text="Could not determine base pathname of the file"/>
471            <Message Id="File_BasePathUnderflow" Text="The base path had too few levels to weave in relative part"/>
472            <Message Id="Gen_ParseInProgress" Text="Parse may not be called while parsing"/>
473            <Message Id="Gen_NoDTDValidator" Text="A DOCTYPE was seen but the installed validator does not understand DTDs"/>
474            <Message Id="Gen_CouldNotOpenDTD" Text="Could not open DTD file '{0}'"/>
475            <Message Id="Gen_CouldNotOpenExtEntity" Text="Could not open external entity '{0}'"/>
476            <Message Id="Gen_UnexpectedEOF" Text="The end of input was not expected"/>
477            <Message Id="HshTbl_ZeroModulus" Text="The hash modulus cannot be zero"/>
478            <Message Id="HshTbl_BadHashFromKey" Text="Hashing the key returned an invalid bad hash value"/>
479            <Message Id="HshTbl_NoSuchKeyExists" Text="The key '{0}' could not be found in the hash table"/>
480            <Message Id="Mutex_CouldNotCreate" Text="Could not create mutex"/>
481            <Message Id="Mutex_CouldNotClose" Text="Could not close mutex"/>
482            <Message Id="Mutex_CouldNotLock" Text="Could not lock mutex"/>
483            <Message Id="Mutex_CouldNotUnlock" Text="Could not unlock mutex"/>
484            <Message Id="Mutex_CouldNotDestroy" Text="Could not destroy mutex"/>
485            <Message Id="NetAcc_InternalError" Text="Internal Error on NetAccessor"/>
486            <Message Id="NetAcc_LengthError" Text="Error on NetAccessor. Cannot determine length of remote file"/>
487            <Message Id="NetAcc_InitFailed" Text="The NetAccessor could not be initialized."/>
488            <Message Id="NetAcc_TargetResolution" Text="The host/address '{0}' could not be resolved"/>
489            <Message Id="NetAcc_CreateSocket" Text="Could not create the socket for URL '{0}'"/>
490            <Message Id="NetAcc_ConnSocket" Text="Could not connect to the socket for URL '{0}'"/>
491            <Message Id="NetAcc_WriteSocket" Text="Could not write to the socket for URL '{0}'"/>
492            <Message Id="NetAcc_ReadSocket" Text="Could not read from the socket for URL '{0}'"/>
493            <Message Id="Pool_ElemAlreadyExists" Text="The element {0} already exists"/>
494            <Message Id="Pool_BadHashFromKey" Text="Hashing the key returned an invalid bad hash value"/>
495            <Message Id="Pool_InvalidId" Text="The passed id is not valid for this pool"/>
496            <Message Id="Pool_ZeroModulus" Text="The modulus value cannot be zero"/>
497            <Message Id="RdrMgr_ReaderIdNotFound" Text="The indicated reader id was never found"/>
498            <Message Id="Reader_BadAutoEncoding" Text="The auto encoding enum has an unknown value"/>
499            <Message Id="Reader_CouldNotDecodeFirstLine" Text="Could not decode first line of entity: {0}"/>
500            <Message Id="Reader_EOIInMultiSeq" Text="End of input was hit in the middle of a multibyte sequence"/>
501            <Message Id="Reader_SrcOfsNotSupported" Text="The current transcoding service does not support source offset information"/>
502            <Message Id="Reader_EncodingStrRequired" Text="EBCDIC files must provide an encoding= string"/>
503            <Message Id="Scan_CouldNotOpenSource" Text="The primary document entity could not be opened. Id={0}"/>
504            <Message Id="Scan_UnbalancedStartEnd" Text="Unbalanced start/end tags found, cannot continue"/>
505            <Message Id="Scan_BadPScanToken" Text="The call to scanNext() is illegal at this time"/>
506            <Message Id="Stack_BadIndex" Text="The index is past the top of stack"/>
507            <Message Id="Stack_EmptyStack" Text="The stack is empty, cannot access members"/>
508            <Message Id="Str_ZeroSizedTargetBuf" Text="The target buffer cannot have a max size of zero"/>
509            <Message Id="Str_UnknownRadix" Text="The given radix is not supported. Use 2, 8, 10, or 16"/>
510            <Message Id="Str_TargetBufTooSmall" Text="The target buffer is too small to accept the results"/>
511            <Message Id="Str_StartIndexPastEnd" Text="The start index is past the end of the string"/>
512            <Message Id="Str_ConvertOverflow" Text="The represented value overflowed the output binary result"/>
513            <Message Id="Strm_StdErrWriteFailure" Text="Could not write to standard err"/>
514            <Message Id="Strm_StdOutWriteFailure" Text="Could not write to standard out"/>
515            <Message Id="Strm_ConWriteFailure" Text="Could not write to console"/>
516            <Message Id="StrPool_IllegalId" Text="String pool id was not legal"/>
517            <Message Id="Trans_CouldNotCreateDefCvtr" Text="Could not create a default transcoder"/>
518            <Message Id="Trans_InvalidSizeReq" Text="The maximum size to xlat is larger than the declared block size"/>
519            <Message Id="Trans_Unrepresentable" Text="Unicode char 0x{0} is not representable in encoding {1}"/>
520            <Message Id="Trans_NotValidForEncoding" Text="Character {0} is not valid for encoding {1}"/>
521            <Message Id="Trans_BadBlockSize" Text="The requested block size is not equal to the size set during construction"/>
522            <Message Id="Trans_BadSrcSeq" Text="An invalid multi-byte source text sequence was encountered"/>
523            <Message Id="Trans_BadSrcCP" Text="{0} is not a valid value for encoding {1}"/>
524            <Message Id="Trans_BadTrailingSurrogate" Text="Leading surrogate was not followed by trailing"/>
525            <Message Id="Trans_CantCreateCvtrFor" Text="Could not create a converter for encoding: {0}"/>
526            <Message Id="URL_MalformedURL" Text="The URL was not correctly formed"/>
527            <Message Id="URL_UnsupportedProto" Text="The URL used an unsupported protocol"/>
528            <Message Id="URL_UnsupportedProto1" Text="Unsupported URL protocol: '{0}'"/>
529            <Message Id="URL_OnlyLocalHost" Text="Only localhost is supported at this time"/>
530            <Message Id="URL_NoProtocolPresent" Text="No protocol prefix present"/>
531            <Message Id="URL_ExpectingTwoSlashes" Text="Expected // after protocol"/>
532            <Message Id="URL_IncorrectEscapedCharRef" Text="% must be followed by two hex digits"/>
533            <Message Id="URL_UnterminatedHostComponent" Text="Unterminated host component"/>
534            <Message Id="URL_RelativeBaseURL" Text="The base part of the URL cannot be relative"/>
535            <Message Id="URL_BaseUnderflow" Text="The base part has too few levels to weave in relative part"/>
536            <Message Id="URL_BadPortField" Text="The port field must be a 16 bit decimal number"/>
537            <Message Id="UTF8_FormatError" Text="invalid byte {0} ({1}) of a {2}-byte sequence."/>
538            <Message Id="Vector_BadIndex" Text="The passed index is past the end of the vector"/>
539            <Message Id="Val_InvalidElemId" Text="The element id was invalid"/>
540            <Message Id="Val_CantHaveIntSS" Text="When reusing the Grammar, no internal subset is allowed"/>
541            <Message Id="XMLRec_UnknownEncoding" Text="The passed recognizer encoding was not known"/>
542            <Message Id="Parser_Parse1" Text="Wrong character"/>
543            <Message Id="Parser_Parse2" Text="Invalid reference number"/>
544            <Message Id="Parser_Next1" Text="A character is required after \"/>
545            <Message Id="Parser_Next2" Text="'?' is not expected.  '(?:' or '(?=' or '(?!' or '(?&lt;' or '(?#' or '(?&gt;'?"/>
546            <Message Id="Parser_Next3" Text="'(?&lt;=' or '(?&lt;!' is expected"/>
547            <Message Id="Parser_Next4" Text="A comment is not terminated"/>
548            <Message Id="Parser_Factor1" Text="')' is expected"/>
549            <Message Id="Parser_Factor2" Text="Unexpected end of the pattern in a modifier group"/>
550            <Message Id="Parser_Factor3" Text="':' is expected"/>
551            <Message Id="Parser_Factor4" Text="Unexpected end of the pattern in a conditional group"/>
552            <Message Id="Parser_Factor5" Text="A back reference or an anchor or a lookahead or a lookbehind is expected in a conditional pattern"/>
553            <Message Id="Parser_Factor6" Text="There are more than three choices in a conditional group"/>
554            <Message Id="Parser_Atom1" Text="A character in U+0040-U+005f must follow \c"/>
555            <Message Id="Parser_Atom2" Text="A '{' is required before a category character."/>
556            <Message Id="Parser_Atom3" Text="A property name is not closed by '}'"/>
557            <Message Id="Parser_Atom4" Text="Unexpected meta character"/>
558            <Message Id="Parser_Atom5" Text="Unknown property"/>
559            <Message Id="Parser_CC1" Text="A POSIX character class must be closed by ':]'"/>
560            <Message Id="Parser_CC2" Text="Unexpected end of the pattern in a character class"/>
561            <Message Id="Parser_CC3" Text="Unknown name for a POSIX character class"/>
562            <Message Id="Parser_CC4" Text="'-' is invalid here"/>
563            <Message Id="Parser_CC5" Text="']' is expected"/>
564            <Message Id="Parser_CC6" Text="'{0}' is not a valid character range; use '\{1}' instead"/>
565            <Message Id="Parser_Ope1" Text="='[' is expected"/>
566            <Message Id="Parser_Ope2" Text="')' or '-[' or '+[' or '&amp;[' is expected"/>
567            <Message Id="Parser_Ope3" Text="The range end code point '{0}' is less than the start code point '{1}'"/>
568            <Message Id="Parser_Descape1" Text="Invalid Unicode hex notation"/>
569            <Message Id="Parser_Descape2" Text="Overflow in a hex notation"/>
570            <Message Id="Parser_Descape3" Text="'\ x{' must be closed by '}'"/>
571            <Message Id="Parser_Descape4" Text="Invalid Unicode code point"/>
572            <Message Id="Parser_Descape5" Text="An anchor must not be here"/>
573            <Message Id="Parser_Process1" Text="This expression is not supported in the current option setting"/>
574            <Message Id="Parser_Process2" Text="'{0}' is not a valid character escape"/>
575            <Message Id="Parser_Quantifier1" Text="Invalid quantifier in '{0}'. A digit is expected"/>
576            <Message Id="Parser_Quantifier2" Text="Invalid quantifier in '{0}'. Invalid quantity or a '}' is missing"/>
577            <Message Id="Parser_Quantifier3" Text="Invalid quantifier in '{0}'. A digit or '}' is expexted"/>
578            <Message Id="Parser_Quantifier4" Text="Invalid quantifier in '{0}'. A min quantity must be &lt;= a max quantity"/>
579            <Message Id="Parser_Quantifier5" Text="Invalid quantifier in '{0}'. A quantity value overflow"/>
580            <Message Id="Gen_NoSchemaValidator" Text="A schema was seen but the installed validator does not understand schema"/>
581            <Message Id="XUTIL_UnCopyableNodeType" Text="The {0} node type is not valid for copy"/>
582            <Message Id="SubGrpComparator_NGR" Text="SubstitutionGroupComparator has no grammar resolver"/>
583            <Message Id="FACET_Invalid_Len" Text="Length Value '{0}' is invalid"/>
584            <Message Id="FACET_Invalid_maxLen" Text="maxLength Value '{0}' is invalid"/>
585            <Message Id="FACET_Invalid_minLen" Text="minLength Value '{0}' is invalid"/>
586            <Message Id="FACET_NonNeg_Len" Text="Length Value '{0}' must be a nonNegativeInteger"/>
587            <Message Id="FACET_NonNeg_maxLen" Text="maxLength Value '{0}' must be a nonNegativeInteger"/>
588            <Message Id="FACET_NonNeg_minLen" Text="minLength Value '{0}' must be a nonNegativeInteger"/>
589            <Message Id="FACET_Len_maxLen" Text="It is an error for both length and maxLength to be members of facets"/>
590            <Message Id="FACET_Len_minLen" Text="It is an error for both length and minLength to be members of facets"/>
591            <Message Id="FACET_maxLen_minLen" Text="Value of maxLength '{0}' must be greater than the value of minLength '{1}'"/>
592            <Message Id="FACET_bool_Pattern" Text="Only constraining facet in boolean datatype is PATTERN"/>
593            <Message Id="FACET_Invalid_Tag" Text="Invalid Facet Tag '{0}'"/>
594            <Message Id="FACET_Len_baseLen" Text="Value of Length '{0}' must be equal to the base Length '{1}'"/>
595            <Message Id="FACET_minLen_baseminLen" Text="Value of minLength '{0}' must be greater than or equal to the base minLength '{1}'"/>
596            <Message Id="FACET_minLen_basemaxLen" Text="Value of minLength '{0}' must be less than or equal to the base maxLength '{1}'"/>
597            <Message Id="FACET_maxLen_basemaxLen" Text="Value of maxLength '{0}' must be less than or equal to the base maxLength '{1}'"/>
598            <Message Id="FACET_maxLen_baseminLen" Text="Value of maxLength '{0}' must be greater than or equal to the base minLength '{1}'"/>
599            <Message Id="FACET_Len_baseMinLen" Text="Value of Length '{0}' must be greater than or equal to the base minLength '{1}'"/>
600            <Message Id="FACET_Len_baseMaxLen" Text="Value of Length '{0}' must be less than or equal to the base maxLength '{1}'"/>
601            <Message Id="FACET_minLen_baseLen" Text="Value of minLength '{0}' must be less than or equal to the base Length '{1}'"/>
602            <Message Id="FACET_maxLen_baseLen" Text="Value of maxLength '{0}' must be greater than or equal to the base Length '{1}'"/>
603            <Message Id="FACET_enum_base" Text="Value of enumeration = '{0}' must be from the value space of base"/>
604            <Message Id="FACET_Invalid_WS" Text="Value of whitespace '{0}' must be one of 'preserve', 'replace', 'collapse'"/>
605            <Message Id="FACET_WS_collapse" Text="It is an error if whiteSpace = 'preserve' or 'replace' and base.whiteSpace = 'collapse'."/>
606            <Message Id="FACET_WS_replace" Text="It is an error if whiteSpace = 'preserve' and base.whiteSpace = 'replace'."/>
607            <Message Id="FACET_Invalid_MaxIncl" Text="MaxInclusive '{0}' is invalid"/>
608            <Message Id="FACET_Invalid_MaxExcl" Text="MaxExclusive '{0}' is invalid"/>
609            <Message Id="FACET_Invalid_MinIncl" Text="MinInclusive '{0}' is invalid"/>
610            <Message Id="FACET_Invalid_MinExcl" Text="MinExclusive '{0}' is invalid"/>
611            <Message Id="FACET_Invalid_TotalDigit" Text="TotalDigit Value '{0}' is invalid"/>
612            <Message Id="FACET_Invalid_FractDigit" Text="FractionDigit Value '{0}' is invalid"/>
613            <Message Id="FACET_PosInt_TotalDigit" Text="TotalDigit Value '{0}' must be a PositiveInteger"/>
614            <Message Id="FACET_NonNeg_FractDigit" Text="FractionDigit Value '{0}' must be a nonNegativeInteger"/>
615            <Message Id="FACET_max_Incl_Excl" Text="It is an error for both maxInclusive and maxExclusive to be specified for the same datatype"/>
616            <Message Id="FACET_min_Incl_Excl" Text="It is an error for both minInclusive and minExclusive to be specified for the same datatype"/>
617            <Message Id="FACET_maxExcl_minExcl" Text="maxExclusive value '{0}' must be greater than minExclusive value '{1}'"/>
618            <Message Id="FACET_maxExcl_minIncl" Text="maxExclusive value '{0}' must be greater than minInclusive value '{1}'"/>
619            <Message Id="FACET_maxIncl_minExcl" Text="maxInclusive value '{0}' must be greater than minExclusive value '{1}'"/>
620            <Message Id="FACET_maxIncl_minIncl" Text="maxInclusive value '{0}' must be greater than minInclusive value '{1}'"/>
621            <Message Id="FACET_TotDigit_FractDigit" Text="TotalDigit value '{0}' must be greater than FractionDigit value '{1}'"/>
622            <Message Id="FACET_maxIncl_base_maxExcl" Text="maxInclusive value '{0}' must be less than base's maxExclusive value '{1}'"/>
623            <Message Id="FACET_maxIncl_base_maxIncl" Text="maxInclusive value '{0}' must be less than or equal to base's maxInclusive value '{1}'"/>
624            <Message Id="FACET_maxIncl_base_minIncl" Text="maxInclusive value '{0}' must be greater than or equal to base's minInclusive value '{1}'"/>
625            <Message Id="FACET_maxIncl_base_minExcl" Text="maxInclusive value '{0}' must be greater than base's minExclusive value '{1}'"/>
626            <Message Id="FACET_maxExcl_base_maxExcl" Text="maxExclusive value '{0}' must be less than or equal to base's maxExclusive value '{1}'"/>
627            <Message Id="FACET_maxExcl_base_maxIncl" Text="maxExclusive value '{0}' must be less than or equal to base's maxInclusive value '{1}'"/>
628            <Message Id="FACET_maxExcl_base_minIncl" Text="maxExclusive value '{0}' must be greater than base's minInclusive value '{1}'"/>
629            <Message Id="FACET_maxExcl_base_minExcl" Text="maxExclusive value '{0}' must be greater than base's minExclusive value '{1}'"/>                     
630            <Message Id="FACET_minExcl_base_maxExcl" Text="minExclusive value '{0}' must be less than base's maxExclusive value '{1}'"/>
631            <Message Id="FACET_minExcl_base_maxIncl" Text="minExclusive value '{0}' must be less than or equal to base's maxInclusive value '{1}'"/>
632            <Message Id="FACET_minExcl_base_minIncl" Text="minExclusive value '{0}' must be greater than base's minInclusive value '{1}'"/>
633            <Message Id="FACET_minExcl_base_minExcl" Text="minExclusive value '{0}' must be greater than base's minExclusive value '{1}'"/>
634            <Message Id="FACET_minIncl_base_maxExcl" Text="minInclusive value '{0}' must be less than base's maxExclusive value '{1}'"/>
635            <Message Id="FACET_minIncl_base_maxIncl" Text="minInclusive value '{0}' must be less than or equal to base's maxInclusive value '{1}'"/>
636            <Message Id="FACET_minIncl_base_minIncl" Text="minInclusive value '{0}' must be greater than or equal to base's minInclusive value '{1}'"/>
637            <Message Id="FACET_minIncl_base_minExcl" Text="minInclusive value '{0}' must be greater than base's minExclusive value '{1}'"/>
638            <Message Id="FACET_maxIncl_notFromBase" Text="maxInclusive value '{0}' must be from the base's value space"/>
639            <Message Id="FACET_maxExcl_notFromBase" Text="maxExclusive value '{0}' must be from the base's value space"/>
640            <Message Id="FACET_minIncl_notFromBase" Text="minInclusive value '{0}' must be from the base's value space"/>
641            <Message Id="FACET_minExcl_notFromBase" Text="minExclusive value '{0}' must be from the base's value space"/>
642            <Message Id="FACET_totalDigit_base_totalDigit" Text="totalDigit value '{0}' must be less than or equal to base's totalDigit value '{1}'"/>
643            <Message Id="FACET_fractDigit_base_totalDigit" Text="fractDigit value '{0}' must be less than or equal to base's totalDigit value '{1}'"/>
644            <Message Id="FACET_fractDigit_base_fractDigit" Text="fractDigit value '{0}' must be less than or equal to base's fractDigit value '{1}'"/>
645            <Message Id="FACET_maxIncl_base_fixed" Text="maxInclusive '{0}' must be equal to base's maxInclusive '{1}' , fixed"/>
646            <Message Id="FACET_maxExcl_base_fixed" Text="maxExclusive '{0}' must be equal to base's maxExclusive '{1}' , fixed"/>
647            <Message Id="FACET_minIncl_base_fixed" Text="minInclusive '{0}' must be equal to base's minInclusive '{1}' , fixed"/>
648            <Message Id="FACET_minExcl_base_fixed" Text="minExclusive '{0}' must be equal to base's minExclusive '{1}' , fixed"/>
649            <Message Id="FACET_totalDigit_base_fixed" Text="totalDigit '{0}' must be equal to base's totalDigit '{1}'  , fixed"/>
650            <Message Id="FACET_fractDigit_base_fixed" Text="fractDigit '{0}' must be equal to base's fractDigit '{1}' , fixed"/>
651            <Message Id="FACET_maxLen_base_fixed" Text="maxLen '{0}' must be equal to base's maxLen '{1}' , fixed"/>
652            <Message Id="FACET_minLen_base_fixed" Text="minLen '{0}' must be equal to base's minLen '{1}' , fixed"/>
653            <Message Id="FACET_len_base_fixed" Text="len '{0}' must be equal to base's len '{1}' , fixed"/>
654            <Message Id="FACET_whitespace_base_fixed" Text="whitespace '{0}' must be equal to base's whitespace '{1}' , fixed"/>
655            <Message Id="FACET_internalError_fixed" Text="internal Error: fixed"/>             
656            <Message Id="FACET_List_Null_baseValidator" Text="Null base validator in List "/>
657            <Message Id="FACET_Union_Null_memberTypeValidators" Text="Null member type validators in Union "/>
658            <Message Id="FACET_Union_Null_baseValidator" Text="Null base validator in Union"/>
659            <Message Id="FACET_Union_invalid_baseValidatorType" Text="Union's base validator's type '{0}' must be union too "/>
660            <Message Id="VALUE_NotMatch_Pattern" Text="Value '{0}' does not match regular expression facet '{1}'"/>
661            <Message Id="VALUE_Not_Base64" Text="Value '{0}' is not encoded in Base64 "/>
662            <Message Id="VALUE_Not_HexBin" Text="Value '{0}' is not encoded in HexBin "/>
663            <Message Id="VALUE_GT_maxLen" Text="Value '{0}' with length '{1}' exceeds maximum length facet of '{2}' "/>
664            <Message Id="VALUE_LT_minLen" Text="Value '{0}' with length '{1}' is less than minimum length facet of '{2}' "/>
665            <Message Id="VALUE_NE_Len" Text="Value '{0}' with length '{1}' is not equal to length facet of '{2}' "/>
666            <Message Id="VALUE_NotIn_Enumeration" Text="Value '{0}' is not in enumeration "/>
667            <Message Id="VALUE_exceed_totalDigit" Text="Value '{0}' with total digits '{1}' exceeds total digit facet of '{2}' "/>
668            <Message Id="VALUE_exceed_fractDigit" Text="Value '{0}' with fraction digits '{1}' exceeds fraction digit facet of '{2}' "/>
669            <Message Id="VALUE_exceed_maxIncl" Text="Value '{0}' must be less than or equal to MaxInclusive '{1}' "/>
670            <Message Id="VALUE_exceed_maxExcl" Text="Value '{0}' must be less than MaxExclusive '{1}' "/>
671            <Message Id="VALUE_exceed_minIncl" Text="Value '{0}' must be greater than or equal to MinInclusive '{1}' "/>
672            <Message Id="VALUE_exceed_minExcl" Text="Value '{0}' must be greater than MinExclusive '{1}' "/>
673            <Message Id="VALUE_WS_replaced" Text="Value '{0}' is not whitespace replaced "/>
674            <Message Id="VALUE_WS_collapsed" Text="Value '{0}' is not a whitespace collapsed "/>
675            <Message Id="VALUE_Invalid_NCName" Text="Value '{0}' is not valid NCName "/>
676            <Message Id="VALUE_Invalid_Name" Text="Value '{0}' is not valid Name "/>
677            <Message Id="VALUE_ID_Not_Unique" Text="ID '{0}' is not unique "/>
678            <Message Id="VALUE_ENTITY_Invalid" Text="Value '{0}' is not valid ENTITY "/>
679            <Message Id="VALUE_QName_Invalid" Text="Value '{0}' is not valid QName "/>
680            <Message Id="VALUE_NOTATION_Invalid" Text="NOTATION '{0}' must be a valid QName "/>
681            <Message Id="VALUE_no_match_memberType" Text="Value '{0}' does not match any member types (of the union) "/>
682            <Message Id="VALUE_URI_Malformed" Text="Value '{0}' is NOT a valid URI "/>
683            <Message Id="XMLNUM_emptyString" Text=" Empty string encountered."/>
684            <Message Id="XMLNUM_WSString" Text=" String contains whitespaces only."/>
685            <Message Id="XMLNUM_2ManyDecPoint" Text=" More than one decimal points encountered."/>
686            <Message Id="XMLNUM_Inv_chars" Text=" Invalid chars encountered."/>
687            <Message Id="XMLNUM_null_ptr" Text=" Null pointer encountered."/>
688            <Message Id="XMLNUM_URI_Component_Empty" Text=" Cannot construct URI with null/empty '{0}' "/>
689            <Message Id="XMLNUM_URI_Component_for_GenURI_Only" Text=" '{0}', '{1}' can only be set for a generic URI! "/>
690            <Message Id="XMLNUM_URI_Component_Invalid_EscapeSequence" Text=" '{0}' contains invalid escape sequence '{1}'"/>
691            <Message Id="XMLNUM_URI_Component_Invalid_Char" Text=" '{0}' contains invalid char '{1}'"/>
692            <Message Id="XMLNUM_URI_Component_Set_Null" Text=" '{0}' can not be set to null "/>
693            <Message Id="XMLNUM_URI_Component_Not_Conformant" Text=" '{0}' is NOT conformance '{1}' "/>
694            <Message Id="XMLNUM_URI_No_Scheme" Text=" No scheme found in URI"/>
695            <Message Id="XMLNUM_URI_NullHost" Text=" '{0}', '{1}' may not be specified if host is not specified "/>
696            <Message Id="XMLNUM_URI_NullPath" Text=" '{0}', '{1}' may not be specified if path is not specified "/>
697            <Message Id="XMLNUM_URI_Component_inPath" Text=" '{0}', '{1}' cannot be specified in path"/>
698            <Message Id="XMLNUM_URI_PortNo_Invalid" Text=" Port no '{0}' shall be in (0, 65535) "/>
699            <Message Id="XMLNUM_DBL_FLT_maxNeg" Text=" Value '{0}' shall be greater than the max Negative value '{1}' "/>
700            <Message Id="XMLNUM_DBL_FLT_maxPos" Text=" Value '{0}' shall be less than the max Negative value '{1}' "/>
701            <Message Id="XMLNUM_DBL_FLT_minNegPos" Text=" Value '{0}' shall be in the range of '{1}', '{2}' "/>
702            <Message Id="XMLNUM_DBL_FLT_InvalidType" Text=" Type '{0}' is invalid: internal error "/>
703            <Message Id="XMLNUM_DBL_FLT_No_Exponent" Text=" Value '{0}' shall have exponent. "/>
704            <Message Id="Regex_Result_Not_Set" Text="A result is not set."/>
705            <Message Id="Regex_CompactRangesError" Text="CompactRanges - Internal Error"/>
706            <Message Id="Regex_MergeRangesTypeMismatch" Text="Merge Ranges - Mismatched type"/>
707            <Message Id="Regex_SubtractRangesError" Text="SubtractRanges - Internal Error"/>
708            <Message Id="Regex_IntersectRangesError" Text="IntersectRanges - Internal Error"/>
709            <Message Id="Regex_ComplementRangesInvalidArg" Text="ComplementRanges - Argument must be a RangeToken"/>
710            <Message Id="Regex_InvalidCategoryName" Text="Invalid category name: {0}"/>
711            <Message Id="Regex_KeywordNotFound" Text="Keyword '{0}' not found"/>
712            <Message Id="Regex_BadRefNo" Text="Reference no must be more than zero"/>
713            <Message Id="Regex_UnknownOption" Text="Unknown option: {0}"/>
714            <Message Id="Regex_UnknownTokenType" Text="Unknown token type"/>
715            <Message Id="Regex_RangeTokenGetError" Text="Failed to get RangeToken for: {0}"/>
716            <Message Id="Regex_NotSupported" Text="Not supported"/>
717            <Message Id="Regex_InvalidChildIndex" Text="Invalid child index"/>
718            <Message Id="Regex_RepPatMatchesZeroString" Text="Replace pattern cannot match zero length string"/>
719            <Message Id="Regex_InvalidRepPattern" Text="Invalid replace pattern"/>
720            <Message Id="NEL_RepeatedCalls" Text="Enabling the NEL option can only be called once per process."/>
721            <Message Id="RethrowError" Text="{0}"/>
722            <Message Id="Out_Of_Memory" Text="operator new fails.  Possibly running Of memory"/>
723            <Message Id="DV_InvalidOperation" Text="Operation is not allowed"/>
724            <Message Id="XPath_NoAttrSelector" Text="Selectors cannot select attributes"/>
725            <Message Id="XPath_NoUnionAtStart" Text="Not allowed to have '|' at the beginning of an xpath value"/>
726            <Message Id="XPath_NoMultipleUnion" Text="Not allowed to have '||' in an xpath value"/>
727            <Message Id="XPath_MissingAttr" Text="Missing attribute name in xpath"/>
728            <Message Id="XPath_ExpectedToken1" Text="Expected xpath token 'NAMETEST_QNAME' or 'NAMETEST_ANY' or 'NAMETEST_NAMESPACE'"/>
729            <Message Id="XPath_PrefixNoURI" Text="Prefix '{0}' not bound to namespace URI in an xpath value"/>
730            <Message Id="XPath_NoDoubleColon" Text="Not allowed to have double colon in the xpath expression"/>
731            <Message Id="XPath_ExpectedStep1" Text="Expected step following token 'AXISNAME_CHILD::'"/>
732            <Message Id="XPath_ExpectedStep2" Text="Expected step following '//' in xpath"/>
733            <Message Id="XPath_ExpectedStep3" Text="Expected step following '/' in xpath"/>
734            <Message Id="XPath_NoForwardSlash" Text="'/' not allowed after '//' in xpath"/>
735            <Message Id="XPath_NoDoubleForwardSlash" Text="'//' only allowed after '.' at the beginning of an xpath"/>
736            <Message Id="XPath_NoForwardSlashAtStart" Text="Not allowed to have '/' at the beginning of an xpath value"/>
737            <Message Id="XPath_NoSelectionOfRoot" Text="Not allowed to select the root of an xpath"/>
738            <Message Id="XPath_EmptyExpr" Text="Empty xpath expression"/>
739            <Message Id="XPath_NoUnionAtEnd" Text="The xpath expression cannot end with '|'"/>
740            <Message Id="XPath_InvalidChar" Text="Invalid character following '.' in xpath"/>
741            <Message Id="XPath_TokenNotSupported" Text="XPath token not supported"/>
742            <Message Id="XPath_FindSolution" Text="Find a solution!"/>
743            <Message Id="DateTime_Assert_Buffer_Fail" Text="buffer not initialized yet!"/>
744            <Message Id="DateTime_dt_missingT"        Text="'T' is missing! '{0}' "/>
745            <Message Id="DateTime_gDay_invalid"       Text="invalid gDay! '{0}' "/>
746            <Message Id="DateTime_gMth_invalid"      Text="invalid gMonth! '{0}' "/>
747            <Message Id="DateTime_gMthDay_invalid"   Text="invalid gMonthDay! '{0}' "/>
748            <Message Id="DateTime_dur_Start_dashP"    Text="Duration shall start with '-' or 'P'! '{0}' "/>
749            <Message Id="DateTime_dur_noP"            Text="Duration shall always have 'P'! '{0}' "/>
750            <Message Id="DateTime_dur_DashNotFirst"   Text="'-' can only appear at first! '{0}' "/>
751            <Message Id="DateTime_dur_inv_b4T"        Text="Duration has invalid stuff before 'T'! '{0}' "/>
752            <Message Id="DateTime_dur_NoTimeAfterT"   Text="Duration has no time elements after 'T'! '{0}' "/>
753            <Message Id="DateTime_dur_NoElementAtAll" Text="Duration shall have at least element ! '{0}' "/>
754            <Message Id="DateTime_dur_inv_seconds"    Text="Duration shall have at least one digit after the . ! '{0}' "/>
755            <Message Id="DateTime_date_incomplete"    Text="Incomplete Date ! '{0}' "/>
756            <Message Id="DateTime_date_invalid"       Text="Invalid Date ! '{0}' "/>
757            <Message Id="DateTime_time_incomplete"    Text="Incomplete Time ! '{0}' "/>
758            <Message Id="DateTime_time_invalid"       Text="Invalid Time ! '{0}' "/>
759            <Message Id="DateTime_ms_noDigit"         Text="ms shall be present once '.' is present ! '{0}' "/>
760            <Message Id="DateTime_ym_incomplete"      Text="Incomplete YearMonth! '{0}' "/>
761            <Message Id="DateTime_ym_invalid"         Text="Year separator is missing or misplaced ! '{0}' "/>
762            <Message Id="DateTime_year_tooShort"      Text="Year must have 'CCYY' format ! '{0}' "/>
763            <Message Id="DateTime_year_leadingZero"   Text="Invalid leading zero in year! '{0}' "/>
764            <Message Id="DateTime_ym_noMonth"         Text="no month in YearMonth ! '{0}' "/>
765            <Message Id="DateTime_tz_noUTCsign"       Text="TimeZone is expected ! '{0}' "/>
766            <Message Id="DateTime_tz_stuffAfterZ"     Text="Expecting nothing after 'Z'! '{0}' "/>
767            <Message Id="DateTime_tz_invalid"         Text="Invalid TimeZone! '{0}' "/>
768            <Message Id="DateTime_year_zero"          Text="The year (0000) is an illegal year value! '{0}' "/>
769            <Message Id="DateTime_mth_invalid"        Text="The month must have values 1 to 12! '{0}' "/>
770            <Message Id="DateTime_day_invalid"        Text="The day must have values 1 to 31! '{0}' "/>
771            <Message Id="DateTime_hour_invalid"       Text="Hour must have values 0-23! '{0}' "/>
772            <Message Id="DateTime_min_invalid"        Text="Minute must have values 0-59! '{0}' "/>
773            <Message Id="DateTime_second_invalid"     Text="Second must have values 0-60! '{0}' "/>
774            <Message Id="DateTime_tz_hh_invalid"      Text="Minute must have values 0-59! '{0}' "/>
775            <Message Id="PD_EmptyBase" Text="Particle Derivation Restriction: The derived complexType has content, while base is empty."/>
776            <Message Id="PD_NSCompat1" Text="NSCompat: The namespace of '{0}' is not allowed by wildcard in base"/>
777            <Message Id="PD_OccurRangeE" Text="The occurrence range of '{0}' is not a valid restriction of base element's range"/>
778            <Message Id="PD_NameTypeOK1" Text="NameAndTypeOK: The Element name/uri in restriction does not match that of corresponding base element"/>
779            <Message Id="PD_NameTypeOK2" Text="NameAndTypeOK: Element '{0}' is nillable in the restriction, while it's not in the base"/>
780            <Message Id="PD_NameTypeOK3" Text="NameAndTypeOK: Element '{0}' is either not fixed, or is not fixed with the same value as in the base"/>
781            <Message Id="PD_NameTypeOK4" Text="NameAndTypeOK: The disallowed substitutions, for element '{0}', are not a superset of those of the base element"/>
782            <Message Id="PD_NameTypeOK5" Text="NameAndTypeOK: Element '{0}' has a type that does not derive from that of the base"/>
783            <Message Id="PD_NameTypeOK6" Text="NameAndTypeOK: Derived element '{0}' has fewer Identity Constraints than base element '{1}'"/>
784            <Message Id="PD_NameTypeOK7" Text="NameAndTypeOK: Derived element '{0}' has an Identity Constraint that does not appear on base element '{1}'"/>
785            <Message Id="PD_RecurseAsIfGroup" Text="RecurseAsIfGroup: Element '{0}' belongs to a group of a variety different from that of the base"/>
786            <Message Id="PD_Recurse1" Text="Occurrence range of group is not a valid restriction of occurrence range of base group"/>
787            <Message Id="PD_Recurse2" Text="Recurse: There is not a complete functional mapping between the particles"/>
788            <Message Id="PD_ForbiddenRes1" Text="Forbidden restriction of 'any': Choice,Seq,All,Elt"/>
789            <Message Id="PD_ForbiddenRes2" Text="Forbidden restriction of 'all': Choice,Seq,Elt"/>
790            <Message Id="PD_ForbiddenRes3" Text="Forbidden restriction of 'choice': All,Seq,Leaf"/>
791            <Message Id="PD_ForbiddenRes4" Text="Forbidden restriction of 'sequence': Elt"/>
792            <Message Id="PD_NSSubset1" Text="Wildcard's occurrence range not a restriction of base wildcard's range"/>
793            <Message Id="PD_NSSubset2" Text="Wildcard is not a subset of corresponding wildcard in base"/>
794            <Message Id="PD_NSRecurseCheckCardinality1" Text="Group's occurrence range not a restriction of base wildcard's range"/>
795            <Message Id="PD_RecurseUnordered" Text="RecurseUnordered: There is not a complete functional mapping between the particles"/>
796            <Message Id="PD_MapAndSum" Text="MapAndSum: There is not a complete functional mapping between the particles"/>
797            <Message Id="PD_InvalidContentType" Text="Particle derivation: Invalid content spec node type"/>
798            <Message Id="NodeIDMap_GrowErr" Text="NodeIDMap overflows and exceeds the largest available size"/>
799            <Message Id="XSer_ProtoType_Null_ClassName"  Text="ProtoType has null class name"/>
800            <Message Id="XSer_ProtoType_NameLen_Dif"     Text="ProtoType name length diff '{0}' vs '{1}'"/>
801            <Message Id="XSer_ProtoType_Name_Dif"        Text="ProtoType name diff '{0}' vs '{1}'"/>           
802            <Message Id="XSer_InStream_Read_LT_Req"      Text="InputStream read '{0}' less than required '{1}'"/>
803            <Message Id="XSer_InStream_Read_OverFlow"    Text="InputStream read '{0}' beyond buffer available '{1}'"/>
804            <Message Id="XSer_Storing_Violation"         Text="Storing violation"/>
805            <Message Id="XSer_StoreBuffer_Violation"     Text="Store buffer violation '{0}', '{1}'"/>
806            <Message Id="XSer_LoadPool_UppBnd_Exceed"    Text="Object Tag '{0}' exceed load pool uppper Boundary '{1}'"/>
807            <Message Id="XSer_LoadPool_NoTally_ObjCnt"   Text="Load pool size '{0}' not tally with object count '{1}'"/>
808            <Message Id="XSer_Loading_Violation"         Text="Loading violation"/>
809            <Message Id="XSer_LoadBuffer_Violation"      Text="Load buffer violation '{0}', '{1}'"/>
810            <Message Id="XSer_Inv_ClassIndex"            Text="Invalid class index '{0}', '{1}'"/>
811            <Message Id="XSer_Inv_FillBuffer_Size"       Text="Invalid fillBuffer size '{0}', '{1}'"/>
812            <Message Id="XSer_Inv_checkFillBuffer_Size"  Text="Invalid checkFillBuffer size '{0}'"/>
813            <Message Id="XSer_Inv_checkFlushBuffer_Size" Text="Invalid checkFlushBuffer size '{0}'"/>
814            <Message Id="XSer_Inv_Null_Pointer"          Text="Invalid null pointer encountered '{0}'"/>
815            <Message Id="XSer_Inv_Buffer_Len"            Text="Invalid buffer length '{0}'"/>
816            <Message Id="XSer_CreateObject_Fail"         Text="CreateObject fails "/>
817            <Message Id="XSer_ObjCount_UppBnd_Exceed"    Text="Object count '{0}' exceed upper boundary '{1}'"/>
818            <Message Id="XSer_GrammarPool_Locked"        Text="Grammar Pool is locked by other party"/>
819            <Message Id="XSer_GrammarPool_Empty"         Text="Grammar Pool is empty"/>
820            <Message Id="XSer_GrammarPool_NotEmpty"      Text="Grammar Pool is NOT empty"/>           
821            <Message Id="XSer_StringPool_NotEmpty"       Text="String Pool is NOT empty"/>
822            <Message Id="XSer_BinaryData_Version_NotSupported" Text="Binary Data Version '{0}','{1}','{2}' not supported "/>           
823        </FatalError>
824    </MsgDomain>
825    <MsgDomain Domain="http://apache.org/xml/messages/XMLDOMMsg">
826        <FatalError>
827<!--The following are DOMException error text, same order as DOMException::ExceptionCode enum -->
828<!--DOMEXCEPTION_ERRX is not an error, it's just used to indicate the start of DOMExceptionCode enum -->
829            <Message Id="DOMEXCEPTION_ERRX" Text="Just an index"/>
830            <Message Id="INDEX_SIZE_ERR" Text="The index or size is negative, or greater than the allowed value"/>
831            <Message Id="DOMSTRING_SIZE_ERR" Text="The specified range of text does not fit into the String"/>
832            <Message Id="HIERARCHY_REQUEST_ERR" Text="An attempt was made to insert a node where it is not permitted"/>
833            <Message Id="WRONG_DOCUMENT_ERR" Text="A node is used in a different document than the one that created it"/>
834            <Message Id="INVALID_CHARACTER_ERR" Text="An invalid or illegal XML character is specified"/>
835            <Message Id="NO_DATA_ALLOWED_ERR" Text="Data is specified for a node which does not support data"/>
836            <Message Id="NO_MODIFICATION_ALLOWED_ERR" Text="An attempt is made to modify an object where modifications are not allowed"/>
837            <Message Id="NOT_FOUND_ERR" Text="An attempt is made to reference a node in a context where it does not exist"/>
838            <Message Id="NOT_SUPPORTED_ERR" Text="The implementation does not support the requested type of object or operation"/>
839            <Message Id="INUSE_ATTRIBUTE_ERR" Text="An attempt is made to add an attribute that is already in use elsewhere"/>
840            <Message Id="INVALID_STATE_ERR " Text="A parameter or an operation is not supported by the underlying object"/>
841            <Message Id="SYNTAX_ERR" Text="An invalid or illegal string is specified"/>
842            <Message Id="INVALID_MODIFICATION_ERR" Text="An attempt is made to modify the type of the underlying object"/>
843            <Message Id="NAMESPACE_ERR" Text="An attempt is made to create or change an object in a way which is incorrect with regard to namespaces"/>
844            <Message Id="INVALID_ACCESS_ERR" Text="An attempt is made to use an object that is not, or is no longer, usable"/>
845            <Message Id="VALIDATION_ERR" Text="A call to a method such as insertBefore or removeChild would make the Node invalid with respect to document grammar"/>
846<!--The following are DOMRangeException error text, same order as DOMRangeException::RangeExceptionCode enum -->
847<!--DOMRANGEEXCEPTION_ERRX is not an error, it's just used to indicate the start of DOMRangeExceptionCode enum -->
848            <Message Id="DOMRANGEEXCEPTION_ERRX" Text="Just an index"/>
849            <Message Id="BAD_BOUNDARYPOINTS_ERR" Text="The boundary-points of a Range do not meet specific requirements"/>
850            <Message Id="INVALID_NODE_TYPE_ERR" Text="The container of a Range's boundary-point is set to a node of an invalid type or to a node with an ancestor of an invalid type"/>
851<!--The following are other messages related to DOM -->
852<!--Messages used by DOMWriter -->
853            <Message Id="Writer_NestedCDATA" Text="Nested CDATA sections"/>
854            <Message Id="Writer_NotRepresentChar" Text="Unrepresentable character data"/>
855            <Message Id="Writer_NotRecognizedType" Text="Unrecognized Node Type"/>
856        </FatalError>
857    </MsgDomain>
858</MsgFile>
Note: See TracBrowser for help on using the repository browser.