Edit D:\app\Administrator\product\11.2.0\dbhome_1\jlib\oracle\xquery\mesg\XQMessages.properties
/ / $Header: xdk/src/java/oracle/xquery/mesg/XQMessages.properties /main/16 2009/04/29 17:21:39 morgiyan Exp $ / / XQMessages.txt / / Copyright (c) Oracle Corporation 2000. All Rights Reserved. / / NAME / XQMessages.properties / / DESCRIPTION / <short description of component this file declares/defines> / / NOTES / <other useful comments, qualifications, etc.> / / MODIFIED (MM/DD/YY) / morgiyan 04/10/08 - Add more XQJ exceptions / morgiyan 01/04/08 - Update / yinlu 10/05/07 - add mesg XQE-0260 / morgiyan 09/11/07 - Update / yifeng 08/17/07 - add mesg 675, 676, 677 / morgiyan 07/13/07 - Update / morgiyan 06/20/07 - Update / yinlu 06/20/07 - add update mesgs / yinlu 12/07/06 - add new error mesg for module / yinlu 10/04/06 - add new mesg / yinlu 09/22/06 - add new mesg / yinlu 06/29/06 - add new error message / yinlu 05/30/06 - add more XQuery messages / yinlu 02/21/06 - add static typing errors / yinlu 10/31/05 - add more messages / kmuthiah 09/29/05 - add XQJ null mesg / kmuthiah 08/25/05 - add ctx item type mesg / kmuthiah 07/27/05 - xqj v0.4 changes / yinlu 05/10/05 - add parser error message pieces / kmuthiah 04/20/05 - add XQST0079 / hxzhang 03/28/05 - / kmuthiah 02/14/05 - kmuthiah_mv-xq-to-xdk / kmuthiah 09/08/04 - add XQJ messages / yinlu 12/21/04 - update to the latest spec / kmuthiah 12/26/04 - change 234 / hxzhang 01/03/05 - add more messages / yinlu 12/29/04 - update error messages to latest spec / mkrishna 01/03/05 - change error mesg / mkrishna 07/07/04 - add default connection / kmuthiah 07/02/04 - add internal error messages / kmuthiah 06/28/04 - / yinlu 06/09/04 - add more message / yinlu 05/24/04 - complete XQuery error messages / yinlu 04/13/04 - add more error messages / yinlu 04/07/04 - add version / kmuthiah 06/11/04 - add $ in error message 209 / qyu 03/04/04 - add resolver error message / yinlu 02/26/04 - add error message for fn:doc() / kmuthiah 02/17/04 - XQLPlus error messages / kmuthiah 03/01/04 - unknown namespace mesg / kmuthiah 12/19/03 - variable messages, version message / hxzhang 11/03/03 - added message for null context item / hxzhang 11/03/03 - add message for null context item / hxzhang 10/31/03 - add set initinialctx / hxzhang 10/30/03 - add set initialctx / kmuthiah 10/14/03 - / kmuthiah 10/02/03 - add spec messages / kmuthiah 10/01/03 - add XQE-0420 / kmuthiah 05/12/03 - add / kmuthiah 02/13/03 - / kmuthiah 12/31/02 - add function messages / kmuthiah 11/08/02 - add namespace messages / kmuthiah 09/25/02 - add / mkrishna 09/16/02 - add Parse Exception / mkrishna 01/10/02 - Merged mkrishna_xquery_proto_1 / vnimani 06/26/01 - add messages / vnimani 06/26/01 - Creation / #------------------------------- #Keywords/Syntax #------------------------------- XQK-0001 = DOCUMENT XQK-0002 = ERROR #------------------------------- #Warnings #------------------------------- #------------------------------- #Error messages #------------------------------- # Generic errors (XQE-0000 to XQE-0099) XQE-0000 = internal error : exception caught ''{0}'' XQE-0001 = internal error : ''{0}'' XQE-0002 = internal error : invalid node type. XQE-0003 = cannot handle attributes XQE-0004 = error in dumping {0} XQE-0005 = expresison type ''{0}'' not supported XQE-0006 = primary expression internal error : type mismatch XQE-0007 = primary expression unknown switch ''{0}'' XQE-0008 = invalid XPath expression ({0}) axis XQE-0009 = XPath axis ''{0}'' not supported XQE-0010 = Feature not available. This is a restricted implementation. XQE-0011 = Feature not supported yet #--------- # Parser errors (XQE-0100 to XQE-0199) XQE-0100 = Parsing failed ''{0}'' XQE-0101 = The DirCommentContents of a comment may not contain two consecutive hyphens or end with a hyphen. #--------- # Compiler errors (XQE-0200 to XQE-0299) XQE-0200 = expecting root of parse tree. XQE-0201 = nodeKind ''{0}'' not supported XQE-0202 = cannot handle ''{0}'' XQE-0203 = stack error in iFThenElse clause XQE-0204 = stack not empty on query exit XQE-0205 = invalid stack on sortby XQE-0206 = internal error: numchildren({0}) does not match srclist({1}) XQE-0207 = unhandled FOR=LET clause XQE-0208 = invalid datatype for CONSTANT ''{0}'' XQE-0209 = variable ''{0}'' not in scope XQE-0210 = improper Xpath processing detected XQE-0211 = internal error: expected string/identifier in compiling xpath axis XQE-0212 = unhandled axis XQE-0213 = internal error in XPath processing XQE-0214 = cannot handle non-variable bound XPath expressions XQE-0215 = XPath step ''{0}'' not satisfiable XQE-0216 = invalid element constructor XQE-0217 = too few arguments to function {0} XQE-0218 = {0} function needs constant expressions XQE-0219 = invalid number of arguments to function {0} XQE-0220 = too many arguments to function {0} XQE-0221 = unknown function ''{0}'' XQE-0222 = bind variable ''{0}'' not defined XQE-0223 = invalid bind position ''{0}'' XQE-0224 = could not generate the execution tree XQE-0225 = duplicate default namespaces not allowed in query prolog XQE-0226 = namespace prefix ''{0}'' has been defined more than once XQE-0227 = duplicate default namespaces not allowed in element constructor XQE-0228 = Namespace attribute value can only be a string constant, not an expression XQE-0229 = number of parameters in function call ''{0}'' does not match the number of parameters in the function definition XQE-0230 = function ''{0}'' has been defined more than once with same number of arguments XQE-0231 = invalid argument to ''{0}'' XQE-0232 = prefix ''{0}'' is not bound to any namespace XQE-0233 = function ''{0}'' has one of the predefined namespace prefixes other than local XQE-0234 = unable to find function definition ''{0}'' taking {1} arguments XQE-0235 = collation-related function ''{0}'' may return indeterminate results; please declare default collation in the prolog XQE-0236 = external function ''{0}'' has inconsistent signatures: the one defined in function library framework is different from the one declared in function declaration prolog XQE-0237 = invalid type ''{0}'' XQE-0238 = Default JDBC connection must be available for the function ''{0}'' XQE-0239 = Encoding specification in version declaration not supported XQE-0240 = Module with target namespace URI ''{0}'' has already been registered XQE-0241 = Module with target namespace URI ''{0}'' has been detected again in one module importing branch XQE-0242 = variable ''{0}'' has been defined more than once XQE-0250 = Invaid XPath expression ''{0}'' XQE-0251 = Encounter a type error during the static type checking phase XQE-0252 = Support only one copy-namespaces mode, preserve and inherit XQE-0260 = XQuery Update is not supported #--------- # Message pieces (XQE-0300 to XQE-0399) XQE-0300 = Note XQE-0301 = exception {0} caught: {1} XQE-0302 = column XQE-0303 = name XQE-0303 = invalid XQE-0304 = xml document XQE-0305 = template XQE-0306 = variable XQE-0307 = value XQE-0308 = old XQE-0309 = new XQE-0310 = Encountered "{0}" at line {1}, column {2}. XQE-0311 = Was expecting: XQE-0312 = Was expecting one of: #--------- # XQLPlus messages and errors (XQE-0400 to XQE-0449) XQE-0400 = empty XQuery string XQE-0401 = error in executing the XQuery statement: XQE-0402 = nodes selected XQE-0403 = XQuery Command Line Tool XQE-0404 = Result XQE-0406 = Enter XQuery statements followed by /; XQE-0407 = Elapsed Time : XQE-0408 = To execute queries in a file from the XQL prompt, enter @ followed by the <fileName> XQE-0409 = To execute queries in a file from the shell prompt, enter java XQLPlus <fileName> XQE-0410 = error in executing the XQuery statement XQE-0411 = error in executing queries from a file ''{0}'' XQE-0412 = Set command helps set environment variables: XQE-0413 = set sqlconn default <jdbc-connect-string> XQE-0414 = set sqlconn <name> <jdbc-connect-string> XQE-0415 = set echo (ON | OFF) XQE-0416 = set timing (ON | OFF) XQE-0417 = set var <variable name> <value> XQE-0418 = ''{0}'' XQE-0419 = set print_plan (ON | OFF) XQE-0420 = set print_xqueryx (ON | OFF) XQE-0421 = set initialctx <filename> XQE-0422 = Error in preparing Query XQE-0423 = Error in reading file Query XQE-0424 = To show the version of the XQuery engine, enter version #--------- # Runtime errors (XQE-0500 to XQE-0600) XQE-0500 = Class ''{0}'' does not implement the getStrRep method XQE-0501 = prefix ''{0}'' is not bound to any namespace XQE-0502 = ''{0}'' function not defined XQE-0503 = Sort field returns a sequence with more than one item XQE-0504 = Like operand returns a sequence with more than one item XQE-0505 = Context Item is not set or null XQE-0506 = Value not set for external variable ''{0}'' XQE-0507 = No connection to the database XQE-0508 = File ''{0}'' does not exist XQE-0509 = ''{0}'' is not a file XQE-0510 = ''{0}'' is not a directory XQE-0511 = PageManagerPool is not set XQE-0512 = Atomization of the value of the name expression for computed xml processing instruction does not return a single atomic value of type xs:NCName, xs:string, or xdt:untypedAtomic XQE-0513 = empty sequence encountered where a sequence of length one is expected XQE-0514 = sequence of length greater than one where a sequence of length one is expected #--------- # Oracle Internal errors (XQE-0600 to XQE-0700) XQE-0600 = OXQConnection:close() - close of an expression created from this connection failed #--------- # XQJ RI Errors (XQJ-0601 to XQJ-0900) XQJ-0600 = XQSequence method cannot be called on non-scrollable sequences XQJ-0601 = method cannot be called since the sequence is closed XQJ-0602 = an instance of oracle.xml.parser.v2.XMLNode is required XQJ-0603 = method cannot be called since cached sequence is closed XQJ-0604 = an instance of OXQItem is required XQJ-0605 = an instance of OXQItemType is required XQJ-0606 = the passed-in type does not match the expected type XQJ-0611 = cursor is not on item XQJ-0612 = XQSequence: current item is not of the required type XQJ-0613 = XQSequence: item can be fetched only once from a non-scrollable sequence XQJ-0614 = XQSequence: item is not a node XQJ-0615 = XQItem: item is not of the required type XQJ-0616 = XQItem: item is not a node XQJ-0617 = method cannot be called since connection is closed XQJ-0618 = XQPreparedExpression: expression is closed XQJ-0619 = getStaticVariableType in XQPreparedExpression: no external variable of the specified name in the static context XQJ-0620 = setQueryLanguageAndVersion in XQConnection: ''{0}'' not supported XQJ-0621 = setUpdatability in XQConnection: ''{0}'' not supported XQJ-0622 = bindItem in OXQExpression can take only an instance of oracle.xquery.xqj.OXQItem XQJ-0623 = bindItem in OXQPreparedExpression can take only an instance of oracle.xquery.xqj.OXQItem XQJ-0624 = interoperability issue: OXQExpression can take only an instance of oracle.xquery.xqj.OXQItem XQJ-0625 = bindContextItem in OXQPreparedExpression can take only an instance of oracle.xquery.xqj.OXQItem XQJ-0626 = method cannot be called since prepared expression is closed XQJ-0627 = method cannot be called since item is closed XQJ-0628 = an instance of oracle.xquery.xqj.OXQSequenceType is required XQJ-0629 = type mismatch XQJ-0630 = an instance of oracle.xquery.xqj.OXQItem is required XQJ-0631 = an instance of oracle.xquery.xqj.OXQItemType is required XQJ-0632 = default common handler only supports the basic types XQJ-0633 = common handler not set XQJ-0634 = method cannot be called since expression is closed XQJ-0635 = return value does not lie in the range of a Java byte type XQJ-0636 = return value does not lie in the range of a Java short type XQJ-0637 = return value does not lie in the range of a Java int type XQJ-0638 = return value does not lie in the range of a Java long type XQJ-0639 = return value does not lie in the range of a Java BigInteger type XQJ-0640 = the type of the context item does not match the static context item type XQJ-0641 = cannot pass in null parameter to function XQJ-0642 = bindSequence can only accept an instance of oracle.xquery.xqj.OXQSequence XQJ-0643 = name of external variable cannot be null in bind method XQJ-0644 = method can only be called with an atomic type, not a node type XQJ-0645 = the conversion of value to an XDM instance failed XQJ-0646 = interoperability issue: item is not interoperable XQJ-0647 = interoperability issue: static context item type is not interoperable XQJ-0648 = user-defined type cannot be used for binding or creating a document in this implementation. This implementation only supports built-in XQuery types. XQJ-0649 = the type specified for binding or creating a document is not a document element type. XQJ-0650 = the value specified for binding or creation is null XQJ-0651 = the provided query is null XQJ-0652 = could not create or bind item, since the particular Source object is unsupported. Only SAXSource, StreamSource, and DOMSource are supported. XQJ-0653 = one of the specified parameters is null XQJ-0654 = the specified parameter is null XQJ-0655 = the specified os parameter is null XQJ-0656 = the specified ow parameter is null XQJ-0657 = the specified basetype is not supported XQJ-0658 = the specified typename refers to a predefined type, yet differs from the basetype XQJ-0659 = OXQConnection: commit not supported XQJ-0660 = OXQConnection:method not implemented XQJ-0661 = this implementation requires an Oracle static context object XQJ-0662 = OXQConnection: rollback not supported XQJ-0663 = could not determine the type of duration XQJ-0664 = could not determine the type of xml gregorian calendar XQJ-0665 = provided object is not supported XQJ-0666 = the item type argument is null XQJ-0667 = XMLReader error during parsing XQJ-0668 = could not extract node from DOMSource, conversion to XDM failed XQJ-0669 = could not extract input source or xml reader from SAXSource, conversion to XDM failed XQJ-0670 = could not extract input stream or reader from StreamSource, conversion to XDM failed XQJ-0671 = error in createAttributeType() of OXQDataFactory - baseType not supported XQJ-0672 = error in createAttributeType() of OXQDataFactory - if the schemaURI is specified, the typename must also be specified XQJ-0673 = error in createSchemaAttributeType() of OXQDataFactory - baseType not supported XQJ-0674 = Error in createSchemaAttributeType() of OXQDataFactory - nodename cannot be null XQJ-0675 = function accepts a null buffer as first argument XQJ-0676 = failed to get the first item in the sequence XQJ-0677 = attribute node is not supported in serialization XQJ-0678 = the passed in parameter is not a valid XQItemType XQJ-0679 = the prefix is unknown XQJ-0680 = error in createDocumentElementType() of OXQDataFactory - elementType cannot be null XQJ-0681 = error in createDocumentElementType() of OXQDataFactory - item kind of elementType is not valid XQJ-0682 = error in createDocumentSchemaElementType() of OXQDataFactory - elementType cannot be null XQJ-0683 = error in createDocumentSchemaElementType() of OXQDataFactory - item kind of elementType is not valid XQJ-0684 = error in createElementType() of OXQDataFactory - if the schemaURI is specified, the typename must also be specified XQJ-0685 = error in createSchemaElementType() of OXQDataFactory - nodename cannot be null XQJ-0686 = error in createSequenceType() of OXQDataFactory item is null and the occurence is not XQSequenceType.OCC_EMPTY XQJ-0687 = error in createSequenceType() of OXQDataFactory item is not null and the occurence is XQSequenceType.OCC_EMPTY XQJ-0688 = error in createSequenceType() of OXQDataFactory specified occurence is not valid XQJ-0689 = error in createNdTyp() of OXQDataFactory - baseType not supported XQJ-0690 = XQDataSource: getConnection(conn) not supported XQJ-0691 = property name is not recognized. This implementation does not support any properties XQJ-0692 = values of the given property is invalid. This implementation does not support any properties XQJ-0693 = OXQExpression: executeCommand not supported XQJ-0694 = could not identify the query object XQJ-0695 = oracle.xml.parser.v2.XMLParseException XQJ-0696 = org.xml.sax.SAXException XQJ-0697 = could not create DatatypeFactory or Duration XQJ-0698 = could not create DatatypeFactory XQJ-0699 = XQStaticContext: invalid prefix for method getNamespaceURI XQJ-0700 = unsupported type in getObject() XQJ-0701 = instanceOf relationship cannot be determined since the current item has a user-defined schema type. User-defined schema type are not supported by this implementation XQJ-0702 = instanceOf relationship cannot be determined since the input type is a user-defined schema type. User-defined schema type are not supported by this implementation XQJ-0703 = XQItem: writeItemToSAX error XQJ-0704 = XQItemType.getBaseType(): the item kind is not valid XQJ-0705 = XQItemType.getTypeName(): the item kind is not valid XQJ-0706 = XQItemType.getPIName(): the item kind is not valid XQJ-0707 = XQItemType.getNodeName(): the item kind is not valid XQJ-0708 = could not get reader or input stream XQJ-0709 = XQResultSequence: writeSequenceToSAX error XQJ-0710 = XQResultSequence: writeSequenceSAX error XQJ-0711 = invalid mode specified in setConstructionMode XQJ-0712 = invalid mode specified in setOrderingMode XQJ-0713 = invalid order specified in setDefaultOrderForEmptySequences XQJ-0714 = invalid mode specified in setBoundarySpacePolicy XQJ-0715 = invalid mode specified in setCopyNamespacesModePreserve XQJ-0716 = invalid mode specified in setCopyNamespacesModeInherit XQJ-0717 = invalid mode specified in setBindingMode XQJ-0718 = invalid mode specified in setHoldability XQJ-0719 = invalid langtype in setQueryLanguageTypeAndVersion XQJ-0720 = invalid scrollability in setScrollability XQJ-0721 = the seconds parameter to setQueryTimeout cannot be 0 XQJ-0722 = OXQUtils:printResult() XQJ-0723 = OXQUtils.makeOXQItemType - unknown type1 XQJ-0724 = OXQUtils.makeOXQItemType - unknown type2 XQJ-0725 = OXQUtils.makeOXQItemType - unknown type3 XQJ-0726 = OXQUtils:setContextItem - item is not OXQItem XQJ-0727 = unknown XML Stream Event Type XQJ-0728 = problem in OXQUtils.cnvStreamToDOM. XQJ-0729 = unknown baseItemType in OXQUtils.normalizeSequence XQJ-0730 = could not create XMLStreamReader XQJ-0731 = interoperability issue: user-defined type is not interoperable XQJ-0732 = untyped input document is not an instance of the specified type, accroding to XQuery Sequence Type Matching rules XQJ-0733 = input node is not an instance of the specified type XQJ-0734 = unknown base type XQJ-0735 = encountered XQItemType with unsupported kind XQJ-0736 = unsupported type provided for the String object XQJ-0737 = could not get the XQueryX representation for the input query # ----------------------------------------------------------------------- # Oracle Specific XQuery Error Messages # Need to change all of the XQE messages to this convention # OXQ501 = OXQ501: Error in initializing the resolvers # ----------------------------------------------------------------------- # XQuery Error Messages from the specification # XPST0001 = XPST0001: It is a static error if analysis of an expression relies on some component of the static context that has not been assigned a value. XPDY0002 = XPDY0002: It is a dynamic error if evaluation of an expression relies on some part of the dynamic context that has not been assigned a value. XPST0003 = XPST0003: It is a static error if an expression is not a valid instance of the grammar defined in A.1 EBNF. XPTY0004 = XPTY0004: It is a type error if, during the static analysis phase, an expression is found to have a static type that is not appropriate for the context in which the expression occurs, or during the dynamic evaluation phase, the dynamic type of a value does not match a required type as specified by the matching rules in 2.5.4 SequenceType Matching. XPST0005 = XPST0005: During the analysis phase, it is a static error if the static type assigned to an expression other than the expression () or data(()) is void(). XPTY0006 = XPTY0006: (Not currently used) XPTY0007 = XPTY0007: (Not currently used) XPST0008 = XPST0008: It is a static error if an expression refers to an element name, attribute name, schema type name, namespace prefix, or variable name that is not defined in the static context, except within an ElementTest or an AttributeTest. XQST0009 = XQST0009: An implementation that does not support the Schema Import Feature may raise a static error if a Prolog contains a schema import. XQST0010 = XQST0010: An implementation must raise a static error if it encounters a reference to an axis that it does not support. XQST0012 = XQST0012: It is a static error if the set of definitions contained in all schemas imported by a Prolog do not satisfy the conditions for schema validity specified in Sections 3 and 5 of [XML Schema] Part 1--i.e., each definition must be valid, complete, and unique. XQST0013 = XQST0013: It is a static error if an implementation supports a pragma but determines that its contents are invalid. XQST0014 = XQST0014: (Not currently used) XQST0015 = XQST0015: (Not currently used) XQST0016 = XQST0016: An implementation that does not support the Module Feature raises a static error if it encounters a module declaration or a module import. XPST0017 = XPST0017: It is a static error if the expanded QName and number of arguments in a function call do not match the name and arity of a function signature in the static context. XPTY0018 = XPTY0018: It is a type error if the result of the last step in a path expression contains both nodes and atomic values. XPTY0019 = XPTY0019: It is a type error if the result of an step (other than the last step) in a path expression contains an atomic value. XPTY0020 = XPTY0020: It is a type error if in an axis expression, the context item is not a node. XPDY0021 = XPDY0021: (Not currently used) XQST0022 = XQST0022: It is a static error if the value of a namespace declaration attribute is not a URILiteral. XQTY0023 = XQTY0023: (Not currently used) XQTY0024 = XQTY0024: It is a type error if the content sequence in an element constructor contains an attribute node following a node that is not an attribute node. XQDY0025 = XQDY0025: It is a dynamic error if any attribute of a constructed element does not have a name that is distinct from the names of all other attributes of the constructed element. XQDY0026 = XQDY0026: It is a dynamic error if the result of the content expression of a computed processing instruction constructor contains the string "?>". XQDY0027 = XQDY0027: In a validate expression, it is a dynamic error if the root element information item in the PSVI resulting from validation does not have the expected validity property: valid if validation mode is strict, or either valid or notKnown if validation mode is lax. XQTY0028 = XQTY0028: (Not currently used) XQDY0029 = XQDY0029: (Not currently used) XQTY0030 = XQTY0030: It is a type error if the argument of a validate expression does not evaluate to exactly one document or element node. XQST0031 = XQST0031: It is a static error if the version number specified in a version declaration is not supported by the implementation. XQST0032 = XQST0032: A static error is raised if a Prolog contains more then onebase URI declaration. XQST0033 = XQST0033: It is a static error if a Prolog contains multiple declarations for the same namespace prefix. XQST0034 = XQST0034: It is a static error if multiple functions declared or imported by a module have the same expanded QName and the same number of arguments. XQST0035 = XQST0035: It is a static error to import two schema components that both define the same name in the same symbol space and in the same scope. XQST0036 = XQST0036: It is a type error to import a module if the importing module's in-scope schema types do not include definitions for the schema type names that appear in variable declarations, function parameters, or function returns found in the imported module. XQST0037 = XQST0037: (Not currently used) XQST0038 = XQST0038: It is a static error if a Prolog contains more than one default collation declaration, or the value specified by a default collation declaration is not present in statically known collations. XQST0039 = XQST0039: It is an static error for a function declaration to have more than one parameter with the same name. XQST0040 = XQST0040: It is a static error if the attributes specified by a direct element constructor do not have distinct expanded QNames. XQDY0041 = XQDY0041: It is a dynamic error if the value of the name expression in a computed processing instruction constructor cannot be cast to the type xs:NCName. XQST0042 = XQST0042: (Not currently used) XQST0043 = XQST0043: (Not currently used) XQDY0044 = XQDY0044: It is a dynamic error if the name expression of a computed attribute constructor returns a QName that is in the namespace http://www.w3.org/2000/xmlns/ (corresponding to namespace prefix xmlns), or returns a QName that is in no namespace and has local name xmlns. XQST0045 = XQST0045: It is a static error if the function name in a function declaration is in one of the following namespaces: http://www.w3.org/XML/1998/namespace, http://www.w3.org/2001/XMLSchema, http://www.w3.org/2001/XMLSchema-instance, http://www.w3.org/2005/04/xpath-functions, http://www.w3.org/2005/04/xpath-datatypes. XQST0046 = XQST0046: An implementation MAY raise a static error if the value of a URILiteral is of nonzero length and is not in the lexical space of xs:anyURI, or if it is a string that represents a relative URI as defined in [RFC2396]. XQST0047 = XQST0047: It is a static error if multiple module imports in the same Prolog specify the same target namespace. XQST0048 = XQST0048: It is a static error if a function or variable declared in a library module is not in the target namespace of the library module. XQST0049 = XQST0049: It is a static error if more than one variable declared or imported by a module has the same expanded QName. XPDY0050 = XPDY0050: It is a dynamic error if the dynamic type of the operand of a treat expression does not match the sequence type specified by the treat expression. XPST0051 = XPST0051: It is a static error if a QName that is used as an AtomicType in a SequenceType is not defined in the in-scope schema types as an atomic type. XQDY0052 = XQDY0052: (Not currently used) XQST0053 = XQST0053: (Not currently used) XQST0054 = XQST0054: It is a static error if the initializing expression in a variable declaration cannot be executed because of a circularity (for example, the expression depends on a function that in turn depends on the value of the initialized variable). XQST0055 = XQST0055: It is a static error if a Prolog contains more than one copy-namespaces declaration. XQST0056 = XQST0056: (Not currently used) XQST0057 = XQST0057: It is a static error if a schema import binds a namespace prefix but does not specify a target namespace other than a zero-length string. XQST0058 = XQST0058: It is a static error if multiple schema imports specify the same target namespace. XQST0059 = XQST0059: It is a static error if an implementation is unable to process a schema or module import by finding a schema or module with the specified target namespace. XQST0060 = XQST0060: It is a static error if the name of a function in a function declaration is not in a namespace (expanded QName has a null namespace URI). XQDY0061 = XQDY0061: It is a dynamic error if the operand of a validate expression is a document node whose children do not consist of exactly one element node and zero or more comment and processing instruction nodes, in any order. XQDY0062 = XQDY0062: (Not currently used) XQST0063 = XQST0063: (Not currently used) XQDY0064 = XQDY0064: It is a dynamic error if the value of the name expression in a computed processing instruction constructor is equal to "XML" (in any combination of upper and lower case). XQST0065 = XQST0065: A static error is raised if a Prolog contains more than one ordering mode declaration. XQST0066 = XQST0066: A static error is raised if a Prolog contains more than one default element/type namespace declaration, or more than one default function namespace declaration. XQST0067 = XQST0067: A static error is raised if a Prolog contains more than one construction declaration. XQST0068 = XQST0068: A static error is raised if a Prolog contains more than one boundary-space declaration. XQST0069 = XQST0069: A static error is raised if a Prolog contains more than one empty order declaration. XQST0070 = XQST0070: A static error is raised if the predefined namespace prefix xml or xmlns is redeclared by a namespace declaration or namespace declaration attribute. XQST0071 = XQST0071: A static error is raised if the namespace declaration attributes of a direct element constructor do not have distinct names. XQDY0072 = XQDY0072: It is a dynamic error if the result of the content expression of a computed comment constructor contains two adjacent hyphens or ends with a hyphen. XQST0073 = XQST0073: It is a static error if the graph of module imports contains a cycle (that is, if there exists a sequence of modules M1 ... Mn such that each Mi imports Mi+1 and Mn imports M1), unless all the modules in the cycle share a common namespace. XQDY0074 = XQDY0074: It is a dynamic error if the value of the name expression in a computed element constructor cannot be converted to an expanded QName (for example, because it contains a namespace prefix not found in statically known namespaces.) XQST0075 = XQST0075: An implementation that does not support the Validation Feature must raise a static error if it encounters a validate expression. XQST0076 = XQST0076: It is a static error if a collation subclause in an order by clause of a FLWOR expression does not identify a collation that is present in statically known collations. XQST0079 = XQST0079: It is a static error if an extension expression contains neither a pragma that is recognized by the implementation nor an expression enclosed in curly braces. XPST0080 = XPST0080: The target type of a cast or castable expression must be an atomic type that is in the in-scope schema types and is not xs:NOTATION or xs:anyAtomicType, optionally followed by the occurrence indicator "?"; otherwise a static error is raised. XPST0081 = XPST0081: It is a static error if a QName used in a query contains a namespace prefix that cannot be expanded into a namespace URI by using the statically known namespaces. XPST0083 = XPST0083: It is a static error if the target type of a cast expression or constructor function is xs:QName or a type derived from xs:QName or xs:NOTATION, and the argument of the cast expression or constructor function is not a string literal. XQDY0084 = XQDY0084: It is a dynamic error if the element validated by a validate statement does not have a top-level element declaration in the in-scope element declarations, if validation mode is strict. XQST0085 = XQST0085: It is a static error if the namespace URI in a namespace declaration attribute is a zero-length string, and the implementation does not support [XML Names 1.1]. XQTY0086 = XQTY0086: It is a type error if the typed value of a copied element or attribute node is namespace-sensitive when construction mode is preserve and copy-namespaces mode is no-preserve. XQST0087 = XQST0087: It is a static error if the encoding specified in a Version Declaration does not conform to the definition of EncName specified in [XML 1.0]. XQST0088 = XQST0088: It is a static error if the literal that specifies the target namespace in a module import or a module declaration is of zero length. XQST0089 = XQST0089: It is a static error if a variable bound in a for clause of a FLWOR expression, and its associated positional variable, do not have distinct names (expanded QNames). XQST0090 = XQST0090: It is a static error if a character reference does not identify a valid character in the version of XML that is in use. XQDY0091 = XQDY0091: An implementation MAY raise a dynamic error if an xml:id error, as defined in [XML ID], is encountered during construction of an attribute named xml:id. XQDY0092 = XQDY0092: An implementation MAY raise a dynamic error if a constructed attribute named xml:space has a value other than preserve or default. XQST0093 = XQST0093: It is a static error to import a module M1 if there exists a sequence of modules M1 ... Mi ... M1 such that each module directly depends on the next module in the sequence (informally, if M1 depends on itself through some chain of module dependencies.) # ----------------------------------------------------------------------- # F&O Error Messages from the specification # FOER0000 = FOER0000: Unidentified error FOAR0001 = FOAR0001: division by zero FOAR0002 = FOAR0002: numeric operation overflow/unflow FOCA0001 = FOCA0001: input value to large for decimal FOCA0002 = FOCA0002: invalid lexical value FOCA0003 = FOCA0003: input value too large for integer FOCA0005 = FOCA0005: NaN supplied as float/double value FOCH0001 = FOCH0001: codepoint not valid FOCH0002 = FOCH0002: unsupported collation FOCH0003 = FOCH0003: unsupported normalization form FOCH0004 = FOCH0004: collation does not support collation units FODC0001 = FODC0001: no context document FODC0002 = FODC0002: error retrieving resource FODC0004 = FODC0004: invalid argument to fn:collection() FODC0005 = FODC0005: invalid argument to fn:doc FODT0001 = FODT0001: overflow in date/time arithmetic FODT0002 = FODT0002: overflow in duration arithmetic FODT0003 = FODT0003: invalid timezone value FONC0001 = FONC0001: undefined context item FONS0003 = FONS0003: no prefix defined for namespace FONS0004 = FONS0004: no namespace found for prefix FONS0005 = FONS0005: base uri not defined in the static context FORG0001 = FORG0001: invalid value for cast/constructor FORG0002 = FORG0002: invalid argument to fn:resolve-uri() FORG0003 = FORG0003: fn:zero-or-one called with sequence containing more than one item FORG0004 = FORG0004: fn:one-or-more called with sequence containg no items FORG0005 = FORG0005: fn:exactly-one called with sequence containing zero or more than one item FORG0006 = FORG0006: invalid argument type FORG0007 = FORG0007: invalid argument to aggregate function FORG0008 = FORG0008: both arguments to fn:dateTime have a specified timezone FORG0009 = FORG0009: error in resolving a relative URI against a base URI in fn:resolve-uri. FORX0001 = FORX0001: invalid regular expression flags FORX0002 = FORX0002: invalid regular expression FORX0003 = FORX0003: regular expression matches zero-length string FORX0004 = FORX0004: invalid replacement string FOTY0001 = FOTY0001: type error FOTY0011 = FOTY0011: Type error. Context item is not a node. FOTY0012 = FOTY0012: argument node does not have a typed value FOTY0014 = FOTY0014: type exception FORT0001 = FORT0001: invalid number of parameters FOTY0002 = FOTY0002: type definition not found FOTY0021 = FOTY0021: invalid node type # ----------------------------------------------------------------------- # XQuery Update Messages from the specification # XUST0001 = XUST0001: It is a static error if an updating expression is used here. XUST0002 = XUST0002: It is a static error if an non-updating expression other than an empty expression ( ) or a call to the fn:error function is used here. XUST0003 = XUST0003: It is a static error if a Prolog contains more than one revalidation declaration. XUTY0004 = XUTY0004: It is a type error if the insertion sequence of an insert expression contains an attribute node following a node that is not an attribute node. XUTY0005 = XUTY0005: In an insert expression where into, as first into, or as last into is specified, it is a type error if the target expression returns a non-empty result that does not consist of a single element or document node. XUTY0006 = XUTY0006: In an insert expression where before or after is specified, it is a type error if the target expression returns a non-empty result that does not consist of a single element, text, comment, or processing instruction node that has a parent. XUTY0007 = XUTY0007: It is a type error if the target expression of a delete expression does not return a sequence of zero or more nodes. XUTY0008 = XUTY0008: In a replace expression, it is a type error if the target expression returns a non-empty result that does not consist of a single element, attribute, text, comment, or processing instruction node. XUDY0009 = XUDY0009: In a replace expression where value of is not specified, it is a dynamic error if the node returned by the target expression does not have a parent. XUDY0010 = XUDY0010: In a replace expression where value of is not specified and the target is an element, text, comment, or processing instruction node, it is a type error if the replacement sequence does not consist of zero or more element, text, comment, or processing instruction nodes. XUDY0011 = XUDY0011: In a replace expression where value of is not specified and the target is an attribute node, it is a type error if the replacement sequence does not consist of zero or more attribute nodes. XUTY0012 = XUTY0012: In a rename expression, it is a type error if the target expression returns a non-empty result that does not consist of a single element, attribute, or processing instruction node. XUTY0013 = XUTY0013: In a transform expression, it is a type error if a source expression in the copy clause does not return a single node. XUDY0014 = XUDY0014: In a transform expression, it is a dynamic error if the modify clause modifies any node that was not created by the copy clause. XUDY0015 = XUDY0015: It is a dynamic error if any node is the target of more than one rename expression within the same query. XUDY0016 = XUDY0016: It is a dynamic error if any node is the target of more than one replace expression (without value of being specified) within the same query. XUDY0017 = XUDY0017: It is a dynamic error if any node is the target of more than one replace value of expression within the same query. XUDY0018 = XUDY0018: It is a dynamic error if a function that was declared to be external but not updating returns a non-empty pending update list. XUDY0019 = XUDY0019: It is a dynamic error if a function that was declared to be both external and updating returns a non-empty data model instance. XUDY0020 = XUDY0020: An implementation may (but is not required to) raise a dynamic error if a node is deleted that had no parent before execution of the query began. XUDY0021 = XUDY0021: It is a dynamic error if the XDM instance that would result from applying all the updates in a query violates any constraint specified in [XQuery/XPath Data Model (XDM)]. In this case, none of the updates in the query are made effective. XUDY0022 = XUDY0022: It is a dynamic error if an insert expression specifies the insertion of an attribute node into a document node, or the insertion of an attribute node before or after a child of a document node. XUDY0023 = XUDY0023: It is a dynamic error if an insert, replace, or rename expression affects an element node by introducing a new namespace binding that conflicts with one of its existing namespace bindings. XUDY0024 = XUDY0024: It is a dynamic error if the effect of a set of updating expressions is to introduce conflicting namespace bindings into an element node. XUDY0025 = XUDY0025: It is a dynamic error if the target of a rename expression is a processing instruction node, and the new name expression returns a QName with a non-empty namespace prefix. XUDY0026 = XUST0026: It is a static error if a revalidation declaration in a Prolog specifies a revalidation mode that is not supported by the current implementation. XUDY0027 = XUDY0027: It is a dynamic error if the target expression of an insert, replace, or rename expression evaluates to an empty sequence. FOUP0001 = FOUP0001: It is a dynamic error if the first operand of fn:put is not a node of a supported kind. FOUP0002 = FOUP0002: It is a dynamic error if the second operand of fn:put is not a valid lexical representation of the xs:anyURI type.
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de