Reason codes listed by value

This section describes reason codes, listing them by hexadecimal value and describing actions to correct the error.

Reason code value
0000 XRSN_SUCCESS

The z/OS® XML parser service was successful.

Action: None

1000 XRSN_PIMA_NOT_INITIALIZED

The PIMA passed to a z/OS XML parser service is unusable.

Action: The PIMA passed has not been initialized with a call to the z/OS XML parser initialization service GXL1INI or GXL4INI or the PIMA address is incorrect.

1001 XRSN_PIMA_SMALL

The length of the PIMA is too small.

Action: The size of the PIMA passed on GXL1INI or GXL4INI must be at least the minimum required size for the requested features. Refer to the z/OS XML User's Guide for the correct minimum value.

1002 XRSN_PIMA_RESIDUAL_DATA

Initialization has already been done on this PIMA.

Action: The GXL1INI or GXL4INI service has been called to initialize the PIMA, but the PIMA storage has already been initialized. You must call GXL1TRM or GXL4TRM before the PIMA can be reinitialized to guarantee that all resources have been cleaned up.

1004 XRSN_PIMA_INCONSISTENT_STATE

The z/OS XML parser exited without cleaning up.

Action: Attempt to collect a dump of the problem. The joblog for the address space should contain a symptom dump which identifies the abend code. If running from a user address space, allocate a SYSMDUMP DD and recreate the problem. If running in some system address space, use SLIP to get a dump of the abend. Contact your system administrator for help in getting the dump and possibly contacting IBM®.

1005 XRSN_CTL_DATA_PARM_INVALID

The CTL_DATA parm is invalid.

Action: It is null, but is a required input parmameter for this feature flag. Call the ctl function again, passing in the required parameter.

1006 XRSN_IMODV_NOT_LOADED

The validating parser has not been loaded.

Action: Invoke the GXL1LOD or GXL4LOD to load the validating parser. Call initialization again, after a successful load.

1007 XRSN_CTL_DATA_VERSION_INVALID

The input control block version is invalid.

Action: The version field in the input control block is set to an invalid value.

1008 XRSN_CTL_XEAR_RC_INVALID

The XEAR_REPLACEMENT_CHAR_LENGTH is invalid.

Action: The XEAR_REPLACEMENT_CHAR_LENGTH field is set to an invalid value. It must be set to one.

1100 XRSN_STORAGE_31_GET_ERROR

Unable to allocate memory.

Action: If your application does not already call GXL1CTL after the parse, add a call to GXL1CTL. The address returned by GXL1CTL points to an area mapped by GXLYXD. Extract the return and reason code from the XD area, pertaining to storage access failures that occurred using the STORAGE macro. Contact your system administrator for help in interpreting these values.

1101 XRSN_STORAGE_64_GET_ERROR

Unable to allocate memory.

Action: If your application does not already call GXL1CTL after the parse, add a call to GXL1CTL. The address returned by GXL1CTL points to an area mapped by GXLYXD. Extract the return and reason code from the XD area, pertaining to storage access failures using the IARV64 service. Contact your system administrator for help in interpreting these values.

1140 XRSN_STORAGE_GET_EXIT_TOO_SMALL

The storage returned from get storage exit is too small.

Action: If your application does not already call GXL1CTL after the parse, add a call to GXL1CTL. The address returned by GXL1CTL points to an area mapped by GXLYXD. Extract the return and reason code from the XD area, pertaining to storage exit failure. Contact your system administrator for help in interpreting these values.

1143 XRSN_STORAGE_31_SFREE_ERROR

Single failure when attempting to free storage.

Action: Contact your system administrator.

1144 XRSN_STORAGE_31_MFREE_ERROR

Multiple failures when attempting to free storage.

Action: Contact your system administrator.

1145 XRSN_STORAGE_64_SFREE_ERROR

Single failure when attempting to free storage.

Action: Contact your system administrator.

1146 XRSN_STORAGE_64_MFREE_ERROR

Multiple failures when attempting to free storage.

Action: Contact your system administrator.

1147 XRSN_STORAGE_CORRUPTED_ERROR

Storage header has been corrupted.

Action: Contact your system administrator.

1148 XRSN_INPUT_BUFFER_ACCESS_ERROR

The user abended when trying to access the input buffer.

Action: Check the input buffer parameter and length passed into the parser to be sure they are correct. If the input parameters are correct, Contact your system administrator. .

1149 XRSN_INPUT_BUFFER_ACCESS_ERROR_ND

The user abended when trying to access the input buffer. No dump was taken.

Action: Check the input buffer parameter and length passed into the parser to be sure they are correct. If the input parameters are correct, Contact your system administrator. .

1150 XRSN_OUTPUT_BUFFER_ACCESS_ERROR

The user abended when trying to access the output buffer.

Action: Check the output buffer parameter and length passed into the parser to be sure they are correct. If the output parameters are correct, Contact your system administrator. .

1151 XRSN_OUTPUT_BUFFER_ACCESS_ERROR_ND

The user abended when trying to access the output buffer. No dump was taken.

Action: Check the output buffer parameter and length passed into the parser to be sure they are correct. If the output parameters are correct, Contact your system administrator. .

1152 XRSN_PIMA_ACCESS_ERROR

The user abended when trying to access the PIMA.

Action: Check the PIMA parameter and length passed into the parser to be sure they are correct. If the PIMA parameters are correct, Contact your system administrator. .

1153 XRSN_PIMA_ACCESS_ERROR_ND

The user abended when trying to access the PIMA. No dump was taken.

Action: Check the PIMA parameter and length passed into the parser to be sure they are correct. If the PIMA parameters are correct, Contact your system administrator. .

1154 XRSN_UNKNOWN_ERROR

An unknown abend occurred.

Action: Contact your system administrator.

1155 XRSN_UNKNOWN_ERROR_ND

Unknown abend occurred and no dump was taken.

Action: Contact your system administrator.

1156 XRSN_STORAGE_OBTAIN_FAILED

A storage obtain request failed

Action: Contact your system administrator.

1157 XRSN_STORAGE_OBTAIN_FAILED_ND

A storage obtain request failed, no dump taken

Action: Contact your system administrator.

1201 XRSN_PARM_ENCODING_SPEC_INVALID

The ccsid passed is not supported.

Action: The CCSID parameter on the call to GXL1INI or GXL4INI is not one of the supported character encodings. Pass only permitted CCSID parameters. See the documentation of the GXL1INI service for supported ccsid constants.

1202 XRSN_PARM_FEATURE_FLAG_INVALID

Undefined feature flag is set

Action: The feature flag parameter passed to GXL1INI or GXL4INI or GXL1CTL or GXL4CTL has an undefined bit set or a bit that is invalid for this api set. You can only set features that are defined or supported on the api.

1203 XRSN_PARM_UNSUPPORT_ENCODING

XML encoding string is not supported.

Action: The encoding string in the XML declaration is not supported. Use only the supported encoding names.

1204 XRSN_OPERATION_FLAG_INVALID

Undefined operation flag is set.

Action: The operation flag is set to an invalid value.

1300 XRSN_BUFFER_INBUF_SMALL

The input buffer size is too small.

Action: The query service was not able to parse a complete XML declaration. The caller needs to pass more of the document to the service.

1301 XRSN_BUFFER_INBUF_END

The end of the input buffer has been reached.

Action: This is a normal reason code for spanning buffers.

1302 XRSN_BUFFER_OUTBUF_SMALL

The output buffer was too small to contain the next item.

Action: The caller must reset the parser, then parse the document again from the beginning, passing in a larger output buffer.

1303 XRSN_BUFFER_OUTBUF_END

The end of the output buffer has been reached

Action: This is a normal reason code for spanning buffers.

1304 XRSN_BUFFER_INOUTBUF_END

The end of both buffers have been reached

Action: This is a normal reason code for spanning buffers.

1305 XRSN_STORAGE_GET_EXIT_ERROR

Application storage exit unable to allocate memory.

Action: If your application does not already call GXL1CTL after the parse, add a call to GXL1CTL. The address returned by GXL1CTL points to an area mapped by GXLYXD. Extract the return and reason code from the XD area, pertaining to storage access failures. Contact your system administrator for help in interpreting these values.

1307 XRSN_STORAGE_SFREE_EXIT_ERROR

User free storage exit has one failure.

Action: Contact your system administrator.

1308 XRSN_STORAGE_MFREE_EXIT_ERROR

User free storage exit has multiple failures.

Action: Contact your system administrator.

1309 XRSN_DYNAMIC_CODE_CHANGE

z/OS XML parser was re-installed.

Action: Caller needs to terminate the parser and restart with parser initialization.

1310 XRSN_SYM_EXIT_ERROR

The symbol exit returned an error.

Action: Contact the owner of the symbol exit and have them debug the problem.

1400 XRSN_DEALLOC_EXIT_MISSING

Allocation exit specified without deallocation exit

Action: The service exit specification on a call to GXL1INI or GXL4INI contains an exit to allocate storage, but no exit to deallocate storage. Either both or neither is required.

1401 XRSN_ALLOC_EXIT_MISSING

Deallocation exit specified without allocation exit

Action: The service exit specification on a call to GXL1INI or GXL4INI contains an exit to deallocate storage, but no exit to allocate storage. Either both or neither is required.

1403 XRSN_OPTN_UNKNOWN

Unsupported value set on the options parameter.

Action: Refer to the API documentation for the correct values to pass to this service.

1404 XRSN_QXDWORK_AREA_SMALL

Query service work area length is too small.

Action: Pass a bigger area.

1405 XRSN_INTERNAL_ERROR

Internal error in the z/OS XML parser.

Action: Contact your system administrator.

1407 XRSN_FEATURE_FLAG_INVALID_IN_ENV

The recovery feature flag is on, but the program either has an existing FRR or is in SRB mode. This feature is not valid in these environments.

Action: Reinitialize the parse with the recovery feature flag turned off.

1408 XRSN_INVALID_OPTION

The operation being performed is not valid for this service.

Action: Refer to the API documentation to determine which parsing services this option is valid for.

1500 XRSN_SVC_UNKNOWN

The code specified for the svc_code parameter is invalid.

Action: Refer to the API documentation for the correct values for the svc_code parameter.

1501 XRSN_NO_OSR_SPECIFIED

No OSR has been loaded via a CTL call.

Action: Perform a CTL_LOAD_OSR operation via CTL with a nonzero XOSR_OSR_PTR.

1502 XRSN_NO_SCHEMAS_SPECIFIED

Either the schema vector parameter passed was NULL, or the number of schemas specified in the vector was zero.

Action: Pass in a valid schema vector that contains one or more text. schemas to process.

1503 XRSN_NO_OSR_BUFFER_SPECIFIED

No OSR buffer was for generation.

Action: Pass in the address of a buffer to receive a generated OSR.

1504 XRSN_OSR_INVALID

The data within the OSR is invalid.

Action: Ensure that the correct address of the OSR is being passed.

1505 XRSN_NEED_OSR

All schema location information has been returned from the instance document. A LOAD_OSR operation may be necessary to validate this document.

Action: If an OSR has been loaded and can be used to validate the instance document, no special action is necessary. Otherwise, load an OSR to validate this document.

1506 XRSN_NO_FRAGPATH_SPECIFIED

No fragment path has been loaded via a CTL call.

Action: Perform a load fragment context operation via CTL with a fragment path.

1508 XRSN_CTL_FRAGPATH_INCORRECT

The provided fragment path is incorrect.

Action: Change the Fragment Path to correct the error and retry.

1509 XRSN_OSR_INCOMPATIBLE

The OSR is incompatible with the specified feature

Action: Change the document or schema to correct and retry.

1510 XRSN_XRR_INVALID

The data within the XRR is invalid.

Action: Ensure that the correct address of the XRR is being passed.

1511 XRSN_CTL_FRAG_PREV_ENABLED

Document fragment parsing is already enabled. Issuing this control call is not allowed.

Action: Please disable fragment parsing and retry.

1512 XRSN_CTL_FRAG_PREV_DISABLED

Document fragment parsing is already disabled. Issuing this control call is not allowed.

Action: Please enable fragment parsing and retry.

1513 XRSN_CTL_SEQUENCE_INCORRECT

This control call cannot be issued under the present parse conditions.

Action: Correct the sequence of calls and retry.

1514 XRSN_CTL_FRAG_NSCONTEXT_INCORRECT

The provided fragment NS context is incorrect.

Action: Change the Fragment namespace context to correct the error and retry.

1515 XRSN_CTL_FRAGPATH_ROOT_RESTRICTED

The fragment path root element is invalid.

Action: The provided fragment path's root element does not match with the Restricted Root Elements. Correct the error and retry.

1516 XRSN_CTL_XDBX_NO_ENTITIES

No entities are present in XDBX streams.

Action: XDBX input streams will not contain any entity references. The entities-and-references operation has no effect in this case.

2000 XRSN_COMMENT_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within comment markup.

Action: Change the document to correct the error and retry.

2001 XRSN_CDATA_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within CDATA markup.

Action: Change the document to correct the error and retry.

2002 XRSN_PI_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within processing instruction markup.

Action: Change the document to correct the error and retry.

2003 XRSN_ATTR_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within attribute markup.

Action: Change the document to correct the error and retry.

2004 XRSN_ENDTAG_NOT_REACHED

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended without reaching the document element end tag.

Action: Change the document to correct the error and retry.

2006 XRSN_TAG_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within an element start tag.

Action: Change the document to correct the error and retry.

2007 XRSN_NS_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within namespace declaration markup.

Action: Change the document to correct the error and retry.

2008 XRSN_XML_DECL_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within the XML declaration.

Action: Change the document to correct the error and retry.

2009 XRSN_DTD_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within doctype declaration markup.

Action: Change the document to correct the error and retry.

2010 XRSN_SUBSET_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within internal subset markup.

Action: Change the document to correct the error and retry.

2011 XRSN_SUBSET_ELEM_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within an element declaration.

Action: Change the document to correct the error and retry.

2012 XRSN_SUBSET_NOTATION_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within a notation declaration.

Action: Change the document to correct the error and retry.

2013 XRSN_SUBSET_COMMENT_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within comment markup.

Action: Change the document to correct the error and retry.

2015 XRSN_SUBSET_PEREF_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within a parameter entity reference.

Action: Change the document to correct the error and retry.

2016 XRSN_SUBSET_ENTITY_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within an entity declaration.

Action: Change the document to correct the error and retry.

2017 XRSN_SUBSET_ATTL_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within an attribute list declaration.

Action: Change the document to correct the error and retry.

2018 XRSN_MARKUP_INCOMPLETE

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended within markup.

Action: Change the document to correct the error and retry.

2019 XRSN_DOC_ELEM_NOT_FOUND

The GXL1CTL (GXL4CTL) API was called with the finish option and the input document was not complete. The document ended without finding the document element.

Action: Change the document to correct the error and retry.

2020 XRSN_LENGTH_VALUE_INVALID

The length value is incorrect because the upper most bit of a length variable's value is not zero, and the variable type is defined as 31 bit.

Action: Correct the length value and retry.

2021 XRSN_FRAGMENT_INVALID

The parsed document fragment is incorrect.

Action: Change the document fragment to correct the error and retry.

2022 XRSN_DOCUMENT_INVALID

The parsed document is incorrect.

Action: Change the document to correct the error and retry.

2024 XRSN_PREV_OUTBUF_PENDING

The parsed data is pending for output.

Action: Parse the document again with the neccessary output buffer.

3000 XRSN_ATTR_DUPLICATE

Duplicate attributes were found.

Action: Change the document to correct the error and retry.

3001 XRSN_NS_DUPLICATE

Duplicate namespace declaration found.

Action: Change the document to correct the error and retry.

3002 XRSN_NS_ATTR_PREFIX_NOT_DECL

Namespace prefix on attribute not declared.

Action: Change the document to correct the error and retry.

3003 XRSN_NS_ELEM_PREFIX_NOT_DECL

Namespace prefix on element tag not declared.

Action: Change the document to correct the error and retry.

3004 XRSN_ENC_DETECTED_INVALID

Encoding detected during query is unsupported.

Action: During the query service, an unsupported byte sequence is found at the beginning of the document.

3006 XRSN_CHAR_ERROR

Incorrectly encoded character found in the input stream.

Action: Contact your system administrator.

3007 XRSN_COMMENT_DASH_MISSING

Comment without starting dash found.

Action: Check the document for a comment markup missing a dash in the beginning and correct the document.

3008 XRSN_COMMENT_CHAR_INVALID

Comment markup contains incorrect character.

Action: Change the document to correct the error and retry.

3009 XRSN_COMMENT_RIGHT_ANGLE_MISSING

Comment is missing the ending angle bracket at the end of the markup.

Action: Change the document to correct the error and retry.

3010 XRSN_CDATA_KEYWORD_INVALID

CDATA keyword expected but not found.

Action: Change the document to correct the error and retry.

3011 XRSN_CDATA_LEFT_BRACKET_MISSING

Left square bracket expected in CDATA markup.

Action: Change the document to correct the error and retry.

3013 XRSN_CDATA_CHAR_INVALID

A character was found that is not allowed within a CDATA section.

Action: Change the document to correct the error and retry.

3017 XRSN_PI_CHAR_INVALID

A character was found that is not allowed within a Processing Instruction.

Action: Change the document to correct the error and retry.

3018 XRSN_ATTR_NAME_CHAR_INVALID

A character was found that is not allowed within an attribute name.

Action: Change the document to correct the error and retry.

3019 XRSN_ATTR_LNAME_CHAR_INVALID

A character was found that is not allowed within an attribute local name.

Action: Change the document to correct the error and retry.

3020 XRSN_ATTR_EQUAL_MISSING

An incorrect character was found after the attribute name, and the only character allowed is "=".

Action: Change the document to correct the error and retry.

3021 XRSN_ATTR_QUOTE_MISSING

An incorrect character was found after the attribute "=" character, and the only characters allowed here is either white space, or a single or double quote.

Action: Change the document to correct the error and retry.

3022 XRSN_ATTR_VALUE_CHAR_INVALID

An incorrect character was found in an attribute value.

Action: Change the document to correct the error and retry.

3023 XRSN_ATTR_REF_CHAR_INVALID

An incorrect character was found in entity reference in an attribute value.

Action: Change the document to correct the error and retry.

3024 XRSN_ATTR_REF_NAME_CHAR_INVALID

An incorrect character was found in entity reference in an attribute value.

Action: Change the document to correct the error and retry.

3025 XRSN_ATTR_REF_VALUE_INVALID

Incorrect character found in character entity reference in an attribute value.

Action: Change the document to correct the error and retry.

3026 XRSN_CONTNT_REF_CHAR_INVALID

An incorrect character was found in entity reference in element content.

Action: Change the document to correct the error and retry.

3027 XRSN_CONTNT_REF_NAME_INVALID

An incorrect character was found in entity reference in element content.

Action: Change the document to correct the error and retry.

3028 XRSN_CONTNT_REF_VALUE_INVALID

An incorrect character was found in character entity reference in element content.

Action: Change the document to correct the error and retry.

3029 XRSN_MARKUP_INVALID

An incorrect character is found within markup.

Action: Change the document to correct the error and retry.

3030 XRSN_CONTNT_CHAR_INVALID

An incorrect character is found in element content

Action: Change the document to correct the error and retry.

3031 XRSN_TAG_ELEMNAME_INVALID

An incorrect character is found in an element tag name

Action: Change the document to correct the error and retry.

3032 XRSN_TAG_LNAME_INVALID

An incorrect character is found in an element tag name.

Action: Change the document to correct the error and retry.

3033 XRSN_TAG_CHAR_INVALID

An incorrect character is found in an element start tag.

Action: Change the document to correct the error and retry.

3034 XRSN_TAG_EMPTY_INVALID

An incorrect character is found after the "/" character to end the element tag. The only character allowed is a greater than symbol to end the empty element tag.

Action: Change the document to correct the error and retry.

3035 XRSN_ENDTAG_NAME_MISMATCH

At the element end tag, a mis-match element name is found compared to the name of the start element

Action: Change the document to correct the error and retry.

3036 XRSN_ENDTAG_EMPTY_TAG_INVALID

An incorrect character is found in the element end tag after the element name. The only characters allowed after the name is white space or the greater than symbol.

Action: Change the document to correct the error and retry.

3038 XRSN_NS_CHAR_INVALID

Incorrect character found in namespace URI.

Action: Change the document to correct the error and retry.

3039 XRSN_NS_WHITESPACE_CHAR_INVALID

Incorrect character in namespace declaration. Expecting either white space or "=".

Action: Change the document to correct the error and retry.

3040 XRSN_NS_PFX_NAME_INVALID

An incorrect character is found in the prefix name portion of a namespace declaration.

Action: Change the document to correct the error and retry.

3041 XRSN_NS_QUOTE_MISSING

Incorrect character in namespace declaration after the "=" character. Expected a single or double quote or a white space character.

Action: Change the document to correct the error and retry.

3042 XRSN_NS_REF_CHAR_INVALID

An incorrect character was found in entity reference in a namespace declaration.

Action: Change the document to correct the error and retry.

3043 XRSN_NS_REF_NAME_CHAR_INVALID

An incorrect character was found in entity reference in a namespace declaration.

Action: Change the document to correct the error and retry.

3044 XRSN_NS_REF_VALUE_INVALID

Incorrect character found in character entity reference in a namespace declaration.

Action: Change the document to correct the error and retry.

3045 XRSN_DTD_DOCTYPE_INVALID

Incorrect character found while parsing DOCTYPE keyword.

Action: Change the document to correct the error and retry.

3046 XRSN_XML_VER_VALUE_INVALID

An incorrect XML version number was specified. The only allowed values are "1.0" or "1.1".

Action: Change the document to correct the error and retry.

3047 XRSN_XML_VER_KEYWORD_INVALID

The characters do not match the word "version"

Action: Change the document to correct the error and retry.

3048 XRSN_XML_VER_EQUAL_MISSING

Expected white space or "=" character after "version".

Action: Change the document to correct the error and retry.

3049 XRSN_XML_VER_QUOTE_MISSING

An incorrect character is detected after the "=" where it is expected to be a single quote, double quote or a white space character.

Action: Change the document to correct the error and retry.

3050 XRSN_XML_CHAR_INVALID

In the XML Declaration after the close of the version value, an incorrect character is detected.

Action: Change the document to correct the error and retry.

3051 XRSN_XML_NAME_CHAR_INVALID

Incorrect character in XML Declaration. Expected either "s" for standalone, "e" for encoding, white space or "?".

Action: Change the document to correct the error and retry.

3052 XRSN_XML_ENC_KEYWORD_INVALID

The characters do not match the word "encoding".

Action: Change the document to correct the error and retry.

3053 XRSN_XML_ENC_EQUAL_MISSING

Expected white space or "=" character after "encoding".

Action: Change the document to correct the error and retry.

3054 XRSN_XML_ENC_QUOTE_MISSING

An incorrect character is detected after the "=" where it is expected to be a single quote, double quote or a white space character.

Action: Change the document to correct the error and retry.

3055 XRSN_XML_ENC_CHAR_INVALID

An incorrect character is detected in the XML Declaration encoding value.

Action: Change the document to correct the error and retry.

3056 XRSN_XML_STD_KEYWORD_INVALID

The characters do not match the word "standalone"

Action: Change the document to correct the error and retry.

3057 XRSN_XML_STD_VALUE_INVALID

An incorrect value for standalone was specified. The only allowed values are "yes" or "no".

Action: Change the document to correct the error and retry.

3058 XRSN_XML_STD_EQUAL_MISSING

Expected white space or "=" character after "standalone".

Action: Change the document to correct the error and retry.

3059 XRSN_XML_STD_QUOTE_MISSING

An incorrect character is detected after the "=" where it is expected to be a single quote, double quote or a white space character.

Action: Change the document to correct the error and retry.

3060 XRSN_XML_END_CHAR_INVALID

An incorrect character is detected at the end of the XML declaration, where "?>" is expected.

Action: Change the document to correct the error and retry.

3061 XRSN_ENTITY_NOT_DEFINED

Entity not defined or not defined correctly.

Action: Change the document to correct the error and retry.

3062 XRSN_CHAR_INVALID

An incorrect character was detected in the document. Either white space or "<" was expected.

Action: Change the document to correct the error and retry.

3063 XRSN_PROLOGUE_CHAR_INVALID

The initial character in the document was incorrect. Either white space or "<" was expected. Possibly the document encoding does not match the parser encoding specified during initialization.

Action: Change the document to correct the error and retry.

3064 XRSN_XML_DECL_NOT_ALLOWED

Any Characters other than the Byte Order Mark (BOM) are not allowed before the XML declaration in the XML document.

Action: Change the document to correct the error and retry.

3065 XRSN_MULTIPLE_DOC_ELEMENTS

Multiple elements were found at the document level. Only one is allowed.

Action: Change the document to correct the error and retry.

3066 XRSN_ENTITY_LOOP_REF

An entity refers directly, or indirectly to itself. Recursion is not allowed.

Action: Change the document to correct the error and retry.

3067 XRSN_NS_URI_EMPTY

A non-default namespace declaration contains a URI value of zero length and the XML version is 1.0.

Action: Change the document to correct the error and retry.

3068 XRSN_INVALID_CHAR_SEQ

An invalid character sequence found in the content portion of the document.

Action: Change the document to correct the error and retry.

3069 XRSN_ENTITY_MARKUP_INCOMPLETE

Incomplete markup in entity.

Action: Change the document to correct the error and retry.

3070 XRSN_TEXT_DECL_INCOMPLETE

The text declaration markup is not well-formed. The document ended within the text declaration.

Action: Change the document to correct the error and retry.

3071 XRSN_TEXT_VER_VALUE_INVALID

An incorrect version number was specified in the text declaration. The only allowed values are "1.0" or "1.1".

Action: Change the document to correct the error and retry.

3072 XRSN_TEXT_VER_KEYWORD_INVALID

The characters do not match the word "version"

Action: Change the document to correct the error and retry.

3073 XRSN_TEXT_VER_EQUAL_MISSING

Expected white space or "=" character after "version"

Action: Change the document to correct the error and retry.

3074 XRSN_TEXT_VER_QUOTE_MISSING

An incorrect character is detected after the "=" where it is expected to be a single quote, double quote or a white space character.

Action: Change the document to correct the error and retry.

3075 XRSN_TEXT_CHAR_INVALID

Incorrect character detected after the close of the version value in the text declaration.

Action: Change the document to correct the error and retry.

3076 XRSN_TEXT_NAME_CHAR_INVALID

Incorrect character in text declaration. Expected either "e" for encoding, white space or "?".

Action: Change the document to correct the error and retry.

3077 XRSN_TEXT_ENC_KEYWORD_INVALID

The characters do not match the word "encoding".

Action: Change the document to correct the error and retry.

3078 XRSN_TEXT_ENC_EQUAL_MISSING

Expected white space or "=" character after "encoding".

Action: Change the document to correct the error and retry.

3079 XRSN_TEXT_ENC_QUOTE_MISSING

An incorrect character is detected after the "=" where it is expected to be a single quote, double quote or a white space character.

Action: Change the document to correct the error and retry.

3080 XRSN_TEXT_ENC_CHAR_INVALID

An incorrect character is detected in the text declaration encoding value.

Action: Change the document to correct the error and retry.

3081 XRSN_TEXT_END_CHAR_INVALID

An incorrect character is detected at the end of the text declaration, where "?>" is expected.

Action: Change the document to correct the error and retry.

3082 XRSN_TEXT_DECL_NOT_ALLOWED

text declaration is only allowed in the beginning of each fragment scope defined by start and end fragment control operation.

Action: Change the document to correct the error and retry.

3085 XRSN_ENTITY_UNRESOLVABLE

Entity references in document fragment cannot be resolved.

Action: Provide the necessary entities and retry.

5000 XRSN_DTD_NAME_CHAR_INVALID

An incorrect character is detected after the root element name of the document type declaration where only "SYSTEM", "PUBLIC", square bracket, or greater than characters are allowed.

Action: Change the document to correct the error and retry.

5001 XRSN_DTD_CHAR_INVALID

Incorrect character found in document type declaration.

Action: Change the document to correct the error and retry.

5002 XRSN_DTD_EXTERNALID_INVALID

The external ID keyword does not match the word "SYSTEM" or "PUBLIC".

Action: Change the document to correct the error and retry.

5003 XRSN_DTD_QUOTE_MISSING

Incorrect quotation delimiter after external identifier. It is expected to be a single quote, double quote or a white space character.

Action: Change the document to correct the error and retry.

5004 XRSN_DTD_FILENAME_INVALID

Incorrect character in external identifier filename.

Action: Change the document to correct the error and retry.

5005 XRSN_SUBSET_CHAR_INVALID

Incorrect character in internal subset of the DTD.

Action: Change the document to correct the error and retry.

5006 XRSN_SUBSET_MARKUP_INVALID

An incorrect character is detected within the markup keyword in the internal subset of the doctype declaration.

Action: Change the document to correct the error and retry.

5007 XRSN_ELEM_CONTNT_CHAR_INVALID

An incorrect character is found in the element content portion of the element type declaration located in the internal subset of the doctype declaration.

Action: Change the document to correct the error and retry.

5008 XRSN_ELEM_CHAR_INVALID

Incorrect character in element declaration in DTD.

Action: Change the document to correct the error and retry.

5009 XRSN_ELEM_LNAME_INVALID

An incorrect character is found in the element name portion of an element declaration.

Action: Change the document to correct the error and retry.

5010 XRSN_ELEM_ELEMNAME_INVALID

An incorrect character is found in the element name portion of an element declaration.

Action: Change the document to correct the error and retry.

5011 XRSN_NTTN_CHAR_INVALID

Incorrect character in notation declaration in DTD.

Action: Change the document to correct the error and retry.

5012 XRSN_NTTN_NAME_INVALID

An incorrect character is found in the notation declaration name.

Action: Change the document to correct the error and retry.

5013 XRSN_NTTN_ID_INVALID

The external or public identifier string in the notation declaration does not match with the word "SYSTEM" or "PUBLIC".

Action: Change the document to correct the error and retry.

5014 XRSN_NTTN_QUOTE_MISSING

Incorrect quotation delimiter after external identifier. It is expected to be a single quote, double quote or a white space character.

Action: Change the document to correct the error and retry.

5015 XRSN_NTTN_FILENAME_INVALID

Incorrect character in notation identifier literal.

Action: Change the document to correct the error and retry.

5020 XRSN_PEREF_NAME_CHAR_INVALID

Incorrect character in parameter entity reference in DTD.

Action: Change the document to correct the error and retry.

5021 XRSN_ENTY_NAME_CHAR_INVALID

Incorrect character in entity declaration name in DTD.

Action: Change the document to correct the error and retry.

5022 XRSN_ENTY_CHAR_INVALID

Incorrect character in entity declaration in DTD.

Action: Change the document to correct the error and retry.

5023 XRSN_ENTY_VALUE_INVALID

Incorrect character in entity declaration value in DTD.

Action: Change the document to correct the error and retry.

5024 XRSN_ENTY_REF_CHAR_INVALID

An incorrect character was found in entity reference in an entity declaration.

Action: Change the document to correct the error and retry.

5025 XRSN_ENTY_REF_NAME_INVALID

Incorrect character was found in entity reference in an entity declaration.

Action: Change the document to correct the error and retry.

5026 XRSN_ENTY_REF_VALUE_INVALID

Incorrect character found in character entity reference in an entity declaration.

Action: Change the document to correct the error and retry.

5027 XRSN_ENTY_QUOTE_MISSING

Incorrect quotation delimiter in entity declaration in DTD. It is expected to be a single quote, double quote or a white space character.

Action: Change the document to correct the error and retry.

5028 XRSN_ENTY_EXTERNALID_INVALID

The external or public identifier string in the entity declaration does not match with the word "SYSTEM" or "PUBLIC".

Action: Change the document to correct the error and retry.

5029 XRSN_ENTY_FILENAME_INVALID

Incorrect character in entity identifier value.

Action: Change the document to correct the error and retry.

5030 XRSN_ENTY_NDATA_INVALID

Incorrect character in entity NDATA declaration in DTD.

Action: Change the document to correct the error and retry.

5031 XRSN_ENTY_NDATA_NAME_INVALID

An incorrect character is found in the entity NDATA declaration name.

Action: Change the document to correct the error and retry.

5040 XRSN_ATTL_ELEMNAME_INVALID

An incorrect character is found in the attribute list declaration element name in the DTD.

Action: Change the document to correct the error and retry.

5041 XRSN_ATTL_CHAR_INVALID

An incorrect character is found in the attribute list declaration in the DTD.

Action: Change the document to correct the error and retry.

5042 XRSN_ATTL_NAME_CHAR_INVALID

An incorrect character is found in the attribute list declaration attribute name in the DTD.

Action: Change the document to correct the error and retry.

5043 XRSN_ATTL_LNAME_CHAR_INVALID

An incorrect character is found in the attribute list declaration attribute name in the DTD.

Action: Change the document to correct the error and retry.

5044 XRSN_ATTL_TYPE_INVALID

Incorrect character in attribute list declaration type. The type must match one of these strings: "ID","IDREF","IDREFS","ENTITY","ENTITIES", "CDATA","NMTOKEN","NMTOKENS" or "NOTATION".

Action: Change the document to correct the error and retry.

5045 XRSN_ATTL_ENUMLIST_CHAR_INVALID

Incorrect character is found in the attribute list declaration enumerated list.

Action: Change the document to correct the error and retry.

5046 XRSN_ATTL_DEFVALUE_CHAR_INVALID

Incorrect character is found in attribute list declaration default. Expected white space, "#", or a single or double quote

Action: Change the document to correct the error and retry.

5047 XRSN_ATTL_DEF_VALUE_INVALID

Incorrect character is found in attribute list declaration default value. Expected "REQUIRED", "IMPLIED", or "FIXED".

Action: Change the document to correct the error and retry.

5048 XRSN_ATTL_QUOTE_MISSING

Incorrect character is found in attribute list declaration default value. Expected single quote, double quote or white space.

Action: Change the document to correct the error and retry.

5049 XRSN_ATTL_REF_CHAR_INVALID

An incorrect character was found in entity reference in an attribute list declaration.

Action: Change the document to correct the error and retry.

5050 XRSN_ATTL_REF_NAME_INVALID

An incorrect character was found in entity reference in an attribute list declaration.

Action: Change the document to correct the error and retry.

5051 XRSN_ATTL_REF_VALUE_INVALID

Incorrect character found in character entity reference in an attribute list declaration.

Action: Change the document to correct the error and retry.

7001 XRSN_OIMA_NOT_INITIALIZED

The OIMA provided is unusable.

Action: Change the schema and retry.

7002 XRSN_OIMA_NOT_USABLE

The OIMA provided is unusable because a previous reset failed.

Action: Change the schema and retry.

7003 XRSN_OIMA_SMALL

The OIMA provided is too small.

Action: Change the schema and retry.

7005 XRSN_OIMA_RESIDUAL_DATA

The OIMA is already initialized.

Action: Change the schema and retry.

7007 XRSN_JVM_START_FAILED

The Java™ Virtual Machine failed to start.

Action: Change the schema and retry.

7008 XRSN_JVM_STOP_FAILED

The Java Virtual Machine failed to stop.

Action: Change the schema and retry.

7009 XRSN_CTLOPTN_UNSUPPORTED

The operation specified for the control parameter is unsupported.

Action: Ensure that the control options specified are valid when specified together.

7010 XRSN_ALTOSR_NOTLOADED

The Alternate OSR code is not loaded.

Action: Change the schema and retry.

7011 XRSN_JAVACLASS_NOT_FOUND

Java class not found by the ClassLoader.

Action: Change the schema and retry.

7019 XRSN_FUNC_NAME_NULL

The specified function name is null.

Action: Change the schema and retry.

7021 XRSN_DLL_OPEN_FAILED

Open for the specified DLL failed.

Action: Change the schema and retry.

7023 XRSN_FUNC_RETRIEVE_FAILED

Retrieve for the specified DLL function failed.

Action: Change the schema and retry.

7027 XRSN_JAVA_METHOD_NOT_FOUND

The Java method cannot be found in the class. See the diagnostic area for the method name.

Action: Change the schema and retry.

7029 XRSN_JAVA_METHOD_CALL_FAILED

A Java method call failed.

Action: Change the schema and retry.

7031 XRSN_DLL_CLOSE_FAILED

Close for the specified DLL failed.

Action: Change the schema and retry.

7033 XRSN_JNI_METHOD_FAILED

A JNI method returned with an exception.

Action: Change the schema and retry.

7035 XRSN_OBJECT_NOT_CREATED

Failed to create a new Java object.

Action: Change the schema and retry.

7037 XRSN_SCHEMA_NOT_LOADED

No schemas have been loaded into the OSR generator.

Action: Change the schema and retry.

7039 XRSN_OIMAPTR_NOT_PROVIDED

No OIMA pointer has been specified.

Action: Change the schema and retry.

7043 XRSN_GEN_OSR_ASM_FAILED

OSR generation failed in the assemble phase.

Action: Change the schema and retry.

7045 XRSN_GEN_OSR_COMP_FAILED

OSR generation failed in the compile phase.

Action: Change the schema and retry.

7046 XRSN_GEN_OSR_FAILED

OSR generation failed.

Action: Change the schema and retry.

7049 XRSN_OSR_NOT_VALID

The OSR to load is not valid.

Action: Change the schema and retry.

7050 XRSN_OSR_MALLOC_FAILED

The OSR generator could not allocate memory.

Action: Change the schema and retry.

7051 XRSN_OSR_MFREE_FAILED

The OSR generator could not free memory.

Action: Change the schema and retry.

7055 XRSN_JAVAEXCEPTION_DIAG_FAILED

Could not save the Java exception in the diagnostic area.

Action: Change the schema and retry.

7057 XRSN_JAVAEXCEPTION_INCOMPLETE

The Java exception saved in the diagnostic area is incomplete.

Action: Change the schema and retry.

7059 XRSN_JAVARSNCODE_NOT_FOUND

Unable to obtain the reason code set by the Java exception.

Action: Change the schema and retry.

7061 XRSN_INCORRECT_SCHEMA_URI

The URI specified is incorrect.

Action: Change the schema and retry.

7063 XRSN_JAVARSNCODE_UNKNOWN

No specific reason code was set by Java.

Action: Change the schema and retry.

7065 XRSN_SCHEMA_URI_NOT_FOUND

The schema identified by the specified URI is not found.

Action: Change the schema and retry.

7067 XRSN_SCHEMA_LOAD_FAILED

Unable to load the specified schema.

Action: Change the schema and retry.

7069 XRSN_OSR_URI_NOT_FOUND

The OSR identified by the specified URI is not found.

Action: Change the schema and retry.

7071 XRSN_STRINGID_SYSSVC_NULL

The system service parameter specified is null.

Action: Change the schema and retry.

7079 XRSN_JAVAERRORMESSAGE_INCOMPLETE

The Java error information saved in the diagnostic area is incomplete.

Action: Change the schema and retry.

7081 XRSN_SCHEMA_INCORRECT

The specified schema contains an error that caused an exception.

Action: Change the schema and retry.

7082 XRSN_SCHEMA_WARNING

The specified schema contains an error that caused a warning.

Action: Change the schema and retry.

7083 XRSN_JAVAERRORMESSAGE_DIAG_FAILED

The Java error information saved in the diagnostic area is not valid.

Action: Change the schema and retry.

7087 XRSN_OSR_UNSUPPORTED_FEATURE

An unsupported feature flag was specified.

Action: Change the schema and retry.

7089 XRSN_OSR_PARM_NOT_SPECIFIED

No OSR parameter was specified.

Action: Change the schema and retry.

7091 XRSN_SCHEMA_PARM_NOT_SPECIFIED

No schema parameter was specified.

Action: Change the schema and retry.

7093 XRSN_STRIDTBL_PARM_NOT_SPECIFIED

No stringID table parameter was specified.

Action: Change the document to correct the error and retry.

7095 XRSN_JAVAPROPERTY_MALFORMED_URL

A well-formed URL could not be constructed for the specified class.

Action: Contact your system administrator.

7096 XRSN_ENTITY_RESOLVER_NOTFOUND

The entity resolver could not be found.

Action: Change the schema and retry.

7097 XRSN_JAVAPROPERTY_CLASS_NOTFOUND

The OSR generator classes could not be found.

Action: Contact your system administrator.

7099 XRSN_CLSLOADER_ACCESS_FAILED

The OSR generator classes could not be loaded.

Action: Contact your system administrator.

7101 XRSN_CLSLOADER_INSTANTIATION_FAILED

The OSR generator classes could not be instantiated.

Action: Contact your system administrator.

7103 XRSN_OSR_NOT_LOADED

No OSRs have been loaded into the OSR generator.

Action: Change the schema and retry.

7107 XRSN_JVM_OUT_OF_MEMORY

The Java Virtual Machine is out of memory.

Action: Contact your system administrator.

7109 XRSN_JVM_STACK_OVERFLOW

The Java Virtual Machine stack overflow occurs.

Action: Contact your system administrator.

7111 XRSN_JVM_INTERNAL_ERROR

Internal error has occurred in the Java Virtual Machine.

Action: Contact your system administrator.

7113 XRSN_JVM_UNKNOWN_ERROR

An unknown and serious exception has occurred in the JVM.

Action: Contact your system administrator.

8000 XRSN_XML_QUOTEREQUIREDINENTITYVALUE

An entity value must begin with a single or double quote.

Action: Change the document or schema to correct and retry.

8001 XRSN_XML_INVCHARINENTITYVALUE

An invalid XML character was found in the literal entity value.

Action: Change the document or schema to correct and retry.

8002 XRSN_XML_INVCHARINSYSTEMID

An invalid XML character was found in a system identifier.

Action: Change the document or schema to correct and retry.

8003 XRSN_XML_INVCHARINPUBLICID

An invalid XML character was found in a public identifier.

Action: Change the document or schema to correct and retry.

8004 XRSN_XML_INVCHARINDOCTYPEDECL

An invalid XML character was found in a document declaration.

Action: Change the document or schema to correct and retry.

8005 XRSN_XML_INVCHARININTERNALSUBSET

An invalid XML character found in the internal subset of the DTD.

Action: Change the document or schema to correct and retry.

8006 XRSN_XML_INVCHARINEXTERNALSUBSET

An invalid XML character found in the external subset of the DTD.

Action: Change the document or schema to correct and retry.

8007 XRSN_XML_INVCHARINIGNORESECT

An invalid XML character was found in the excluded conditional section.

Action: Change the document or schema to correct and retry.

8008 XRSN_XML_QUOTEREQUIREDINSYSTEMID

A system identifier must begin with either a single or double quote.

Action: Change the document or schema to correct and retry.

8009 XRSN_XML_SYSTEMIDUNTERMINATED

A system identifier must end with a matching quote.

Action: Change the document or schema to correct and retry.

8010 XRSN_XML_QUOTEREQUIREDINPUBLICID

A public identifier must begin with a single or double quote.

Action: Change the document or schema to correct and retry.

8011 XRSN_XML_PUBLICIDUNTERMINATED

A public identifier must end with a matching quote.

Action: Change the document or schema to correct and retry.

8012 XRSN_XML_PUBIDCHARILLEGAL

A public identifier character is not permitted.

Action: Change the document or schema to correct and retry.

8013 XRSN_XML_ENTITYVALUEUNTERMINATED

The literal value for the entity must end with a matching quote.

Action: Change the document or schema to correct and retry.

8014 XRSN_XML_SPACEREQDINDECL

White space is required after DOCTYPE in the document type declaration.

Action: Change the document or schema to correct and retry.

8015 XRSN_XML_ROOTELEMENTTYPEREQUIRED

A root element type must appear after DOCTYPE in the document type declaration.

Action: Change the document or schema to correct and retry.

8016 XRSN_XML_DOCTYPEDECLUNTERMINATED

A document type declaration for the root element type must end with a ">".

Action: Change the document or schema to correct and retry.

8017 XRSN_XML_PEREFERENCEWITHINMARKUP

A parameter entity reference cannot occur within markup in the internal subset of the DTD.

Action: Change the document or schema to correct and retry.

8018 XRSN_XML_PEREFINCOMPLETEMARKUP

A parameter entity reference cannot occur within the internal subset of the DTD.

Action: Change the document or schema to correct and retry.

8019 XRSN_XML_MARKUPNORECOGNIZEDINDTD

The markup declarations contained or pointed to by the document type declaration must be well-formed.

Action: Change the document or schema to correct and retry.

8020 XRSN_XML_XMLSPACEDECLARATIONILLEGAL

The attribute declaration for xml:space must be given an enumerated type whose only possible values are default and preserve.

Action: Change the document or schema to correct and retry.

8021 XRSN_XML_SPACEREQDETYPEINEDECL

A space is required before an element type.

Action: Change the document or schema to correct and retry.

8022 XRSN_XML_ETYPEREQDINELEMENTDECL

An element type is required in an element declaration.

Action: Change the document or schema to correct and retry.

8023 XRSN_XML_SPACEREQDINELEMENTDEC

White space is required after the element type in the element type declaration.

Action: Change the document or schema to correct and retry.

8024 XRSN_XML_CONTENTSPECREQDINEDECL

A constraint is required after the element type in the element type declaration.

Action: Change the document or schema to correct and retry.

8025 XRSN_XML_ELEMENTDECLUNTERMINATED

The declaration for an element must end with ">".

Action: Change the document or schema to correct and retry.

8026 XRSN_XML_OPENPARENORELEREQDINCHIL

A "(" or an element type is required in the declaration of an element.

Action: Change the document or schema to correct and retry.

8027 XRSN_XML_CLOSEDPARENREQDINCHIL

A ")" is required in the declaration.

Action: Change the document or schema to correct and retry.

8028 XRSN_XML_ELEMTYPEREQDINMIXEDCON

An element type is required in mixed content.

Action: Change the document or schema to correct and retry.

8029 XRSN_XML_CLOSEPARENTREQDINMIXEDCON

A ")" is required in the declaration of an element.

Action: Change the document or schema to correct and retry.

8030 XRSN_XML_MIXEDCONTENTUNTERMINATED

The mixed content model must end with ")*" when the types of child elements are constrained.

Action: Change the document or schema to correct and retry.

8031 XRSN_XML_SPACEREQDINATTLISTDECL

White space is required after !ATTLIST in an attribute list declaration.

Action: Change the document or schema to correct and retry.

8032 XRSN_XML_ELEMTYPEREQDINATTLISTDECL

An element type is required in an attribute list declaration.

Action: Change the document or schema to correct and retry.

8033 XRSN_XML_SPACEREQDINATTDEF

White space is required after !ATTLIST in an attribute list declaration.

Action: Change the document or schema to correct and retry.

8034 XRSN_XML_ATTRNAMEREQDINATTDEF

The attribute name must be specified in the attribute list declaration for the element.

Action: Change the document or schema to correct and retry.

8035 XRSN_XML_SPACEREQDBATINATTDEF

White space is required before an attribute type in an attribute list declaration.

Action: Change the document or schema to correct and retry.

8036 XRSN_XML_ATTTYPEREQDINATTDEF

The attribute type is required in the declaration of the attribute for the element.

Action: Change the document or schema to correct and retry.

8037 XRSN_XML_SPACEREQDBDDINATTDEF

White space is required before the default declaration in an attribute list declaration.

Action: Change the document or schema to correct and retry.

8038 XRSN_XML_DEFDECLREQDINATTDEF

The attribute default is required in the declaration in an attribute list declaration.

Action: Change the document or schema to correct and retry.

8039 XRSN_XML_SPACEREQDANOTINNOTTYPE

White space must follow NOTATION in the attribute declaration.

Action: Change the document or schema to correct and retry.

8040 XRSN_XML_OPENPARENREQDINNOTTYPE

The "(" character must follow NOTATION in the attribute declaration.

Action: Change the document or schema to correct and retry.

8041 XRSN_XML_NAMEREQDINNOTTYPE

The notation name is required in the notation type list for the attribute declaration.

Action: Change the document or schema to correct and retry.

8042 XRSN_XML_NOTTYPEUNTERMINATED

The notation type list must end with a ")" in the attribute declaration.

Action: Change the document or schema to correct and retry.

8043 XRSN_XML_NMTOKREQDINENUM

The name token is required in the enumerated type list for the attribute declaration.

Action: Change the document or schema to correct and retry.

8044 XRSN_XML_ENUMUNTERMINATED

The enumerated type list must end with ")" in the attribute declaration.

Action: Change the document or schema to correct and retry.

8045 XRSN_XML_SPACEREQDINDEFDECL

White space must appear after FIXED in the attribute declaration.

Action: Change the document or schema to correct and retry.

8046 XRSN_XML_INCLUDESECTUNTERMINATED

The included conditional section must end with "".

Action: Change the document or schema to correct and retry.

8047 XRSN_XML_IGNORESECTUNTERMINATED

The excluded conditional section must end with "".

Action: Change the document or schema to correct and retry.

8048 XRSN_XML_NAMEREQDINPEREF

The entity name must immediately follow the "%" in the parameter entity reference.

Action: Change the document or schema to correct and retry.

8049 XRSN_XML_SEMICOLONREQDINPEREF

The parameter entity reference must end with the semicolon delimiter.

Action: Change the document or schema to correct and retry.

8050 XRSN_XML_SPACEREQDBENINENTITYDECL

White space is required before the entity name in the entity declaration.

Action: Change the document or schema to correct and retry.

8051 XRSN_XML_SPACEREQDBPINPEDECL

White space is required before the percent sign in the parameter entity declaration.

Action: Change the document or schema to correct and retry.

8052 XRSN_XML_SPACEREQDBEINPEDECL

White space is required between the "%" and the entity name in the parameter entity declaration.

Action: Change the document or schema to correct and retry.

8053 XRSN_XML_ENTITYNAMEREQINEDECL

The name of the entity is required in the entity declaration.

Action: Change the document or schema to correct and retry.

8054 XRSN_XML_SPACEREQDAENAMEINEDECL

White space is required between the entity name and the definition in the entity declaration.

Action: Change the document or schema to correct and retry.

8055 XRSN_XML_SPACEREQDBNDATAINUEDECL

White space is required before NDATA in the declaration for the entity.

Action: Change the document or schema to correct and retry.

8056 XRSN_XML_SPACEREQDBNNAMEINUEDECL

White space is required between "NDATA" and the notation name in the declaration for the entity.

Action: Change the document or schema to correct and retry.

8057 XRSN_XML_NOTATIONNAMEREQDINUEDECL

The notation name is required after NDATA in the declaration for the entity.

Action: Change the document or schema to correct and retry.

8058 XRSN_XML_ENTITYDECLUNTERMINATED

The declaration for the entity must end with ">".

Action: Change the document or schema to correct and retry.

8059 XRSN_XML_EXTERNALIDREQD

The external entity declaration must begin with either SYSTEM or PUBLIC.

Action: Change the document or schema to correct and retry.

8060 XRSN_XML_SPACEREQDBPLINEXTERNALID

White space is required between PUBLIC and the public identifier.

Action: Change the document or schema to correct and retry.

8061 XRSN_XML_SPACEREQDAPLINEXTERNALID

White space is required between the public identifier and the system identifier.

Action: Change the document or schema to correct and retry.

8062 XRSN_XML_SPACEREQDBSLINEXTERNALID

White space is required between SYSTEM and the system identifier.

Action: Change the document or schema to correct and retry.

8063 XRSN_XML_URIFRAGINSYSTEMID

The fragment identifier should not be specified as part of the system identifier.

Action: Change the document or schema to correct and retry.

8064 XRSN_XML_SPACEREQDBNNINNOTATIONDECL

White space is required before the notation name in the notation declaration.

Action: Change the document or schema to correct and retry.

8065 XRSN_XML_NOTATIONNAMEREQDINNOTDECL

The name of the notation is required in the notation declaration.

Action: Change the document or schema to correct and retry.

8066 XRSN_XML_SPACEREQDANNINNOTATIONDECL

White space is required after the notation name in the notation declaration.

Action: Change the document or schema to correct and retry.

8067 XRSN_XML_NOTATIONDECLUNTERMINATED

The declaration for the notation must end with a ">".

Action: Change the document or schema to correct and retry.

8068 XRSN_XML_UNDECLAREDELEMINCONTSPEC

The content model of the element refers to the undeclared element.

Action: Change the document or schema to correct and retry.

8069 XRSN_XML_DUPLICATEATTDEF

There is a duplicate attribute definition found.

Action: Change the document or schema to correct and retry.

8070 XRSN_XML_ROOTELEMTMUSTMATCHDOCTDECL

The root element type must match the document type declaration.

Action: Change the document or schema to correct and retry.

8071 XRSN_XML_IMPROPERDECLNESTING

The replacement text of a parameter entity must include properly nested declarations.

Action: Change the document or schema to correct and retry.

8072 XRSN_XML_WSINELEMCONTENTWHENSA

White space must not occur between elements declared in an external parsed entity with element content in a standalone document.

Action: Change the document or schema to correct and retry.

8073 XRSN_XML_REFTOEXTDECLAREDENTWHENSA

The reference to an entity declared in an external parsed entity is not permitted in a standalone document.

Action: Change the document or schema to correct and retry.

8074 XRSN_XML_EXTENTITYNOTPERMITED

The reference to an external entity is not permitted in a standalone document.

Action: Change the document or schema to correct and retry.

8075 XRSN_XML_ATTVALCHANGEDDURNORMWHENSA

The value of an attribute must not be changed by normalization in a standalone document.

Action: Change the document or schema to correct and retry.

8076 XRSN_XML_DEFATTNOTSPECIFIED

An attribute has a default value and must be specified in a standalone document.

Action: Change the document or schema to correct and retry.

8077 XRSN_XML_CONTENTINCOMPLETE

The content of an element type is incomplete.

Action: Change the document or schema to correct and retry.

8078 XRSN_XML_CONTENTINVALID

The content is invalid.

Action: Change the document or schema to correct and retry.

8079 XRSN_XML_ELEMENTNOTDECLARED

An element must be declared.

Action: Change the document or schema to correct and retry.

8080 XRSN_XML_ATTRIBUTENOTDECLARED

An attribute must be declared.

Action: Change the document or schema to correct and retry.

8081 XRSN_XML_ELEMENTALREADYDECLARED

An element type must not be declared more than once.

Action: Change the document or schema to correct and retry.

8082 XRSN_XML_IMPROPERGROUPNESTING

The replacement text of a parameter entity must include properly nested pairs of parentheses.

Action: Change the document or schema to correct and retry.

8083 XRSN_XML_DUPTYPEINMIXEDCONTENT

A duplicate type found in a mixed content declaration.

Action: Change the document or schema to correct and retry.

8084 XRSN_XML_NOTATIONONEMPTYELEMENT

For compatibility, an attribute of type NOTATION must not be declared on an element declared EMPTY.

Action: Change the document or schema to correct and retry.

8085 XRSN_XML_ENTITIESINVALID

Attribute value of type ENTITIES must be the name of one or more unparsed entities.

Action: Change the document or schema to correct and retry.

8086 XRSN_XML_ENTITYINVALID

An attribute value of type ENTITY must be the name of an unparsed entity.

Action: Change the document or schema to correct and retry.

8087 XRSN_XML_IDDEFTYPEINVALID

An ID attribute must have a declared default of #IMPLIED or #REQUIRED.

Action: Change the document or schema to correct and retry.

8088 XRSN_XML_IDINVALID

An attribute value of type ID must be a name.

Action: Change the document or schema to correct and retry.

8089 XRSN_XML_IDNOTUNIQUE

An attribute value of type ID must be unique within the document.

Action: Change the document or schema to correct and retry.

8090 XRSN_XML_IDREFINVALID

An attribute value of type IDREF must be a name.

Action: Change the document or schema to correct and retry.

8091 XRSN_XML_IDREFSINVALID

An attribute value of type IDREFS must be one or more names.

Action: Change the document or schema to correct and retry.

8092 XRSN_XML_ATTVALUENOTINLIST

An attribute value is not in the list.

Action: Change the document or schema to correct and retry.

8093 XRSN_XML_NMTOKENINVALID

An attribute value of type NMTOKENS must be a name token.

Action: Change the document or schema to correct and retry.

8094 XRSN_XML_NMTOKENSINVALID

An attribute value for type NMTOKENS must be one or more name tokens.

Action: Change the document or schema to correct and retry.

8095 XRSN_XML_ELEMWITHIDREQD

An element with an ID is required.

Action: Change the document or schema to correct and retry.

8096 XRSN_XML_MORETHANONEIDATTR

A second attribute of type ID is not permitted.

Action: Change the document or schema to correct and retry.

8097 XRSN_XML_MORETHANONENOTATTR

A second attribute of type NOTATION is not permitted.

Action: Change the document or schema to correct and retry.

8098 XRSN_XML_DUPTOKENINLIST

The enumerated type list must not contain duplicate tokens.

Action: Change the document or schema to correct and retry.

8099 XRSN_XML_FIXATTVALUEINVALID

A FIXED attribute value is invalid.

Action: Change the document or schema to correct and retry.

8100 XRSN_XML_REQDATTNOTSPECIFIED

An attribute is required and must be specific for the element type.

Action: Change the document or schema to correct and retry.

8101 XRSN_XML_ATTDEFINVALID

The default value must meet the lexical type constraints declared for the attribute.

Action: Change the document or schema to correct and retry.

8102 XRSN_XML_IMPROPERCONDSECTNESTING

The replacement text of the parameter entity must include properly nested conditional sections.

Action: Change the document or schema to correct and retry.

8103 XRSN_XML_NOTATIONNOTDECLFORNOTTATT

The notation must be declared when referenced in the notation type list for the attribute.

Action: Change the document or schema to correct and retry.

8104 XRSN_XML_NOTATIONNOTDECLFORUPEDECL

The notation must be declared when referenced in the unparsed entity declaration.

Action: Change the document or schema to correct and retry.

8105 XRSN_XML_UNIQUENOTNAME

Only one notation declaration can declare a given name.

Action: Change the document or schema to correct and retry.

8106 XRSN_XML_REFTOEXTENTITY

The external entity reference is not permitted in an attribute value.

Action: Change the document or schema to correct and retry.

8107 XRSN_XML_PENOTDECLARED

The parameter entity was referenced but not declared.

Action: Change the document or schema to correct and retry.

8108 XRSN_XML_REFTOUNPENTITY

The unparsed reference is not permitted.

Action: Change the document or schema to correct and retry.

8109 XRSN_XML_RECURSIVEREFERENCE

A recursive reference was found.

Action: Change the document or schema to correct and retry.

8110 XRSN_XML_RECURSIVEPEREFERENCE

A recursive PE reference was found.

Action: Change the document or schema to correct and retry.

8111 XRSN_XML_ENCODINGNOTSUPPORTED

The encoding is not supported in the entity.

Action: Change the document or schema to correct and retry.

8112 XRSN_XML_ENCODINGREQD

A parsed entity not encoded in either UTF-8 or UTF-16 must contain an encoding declaration.

Action: Change the document or schema to correct and retry.

8200 XRSN_IMP_UNABLETOCONVERTCHAR

Unable to convert an out of range unicode character.

Action: Change the document or schema to correct and retry.

8201 XRSN_IMP_INSUFFINPUTTODECCHAR

There is insufficient input to decode the character.

Action: Change the document or schema to correct and retry.

8202 XRSN_IMP_MISSING2NDHALFOFPAIR

A surrogate pair is missing its second half for a unicode character.

Action: Change the document or schema to correct and retry.

8203 XRSN_IMP_INVAL2NDHALFOFPAIR

An invalid second half of a surrogate pair for a unicode character was found.

Action: Change the document or schema to correct and retry.

8204 XRSN_IMP_INVAL1STHALFOFPAIR

An invalid first half of a surrogate pair for a unicode character was found.

Action: Change the document or schema to correct and retry.

8205 XRSN_IMP_BOMREQD

A byte order mark is required.

Action: Change the document or schema to correct and retry.

8206 XRSN_IMP_INVUTF8SURENCODING

An invalid UTF-8 surrogate encoding found.

Action: Change the document or schema to correct and retry.

8207 XRSN_IMP_PARTIALMPCHARSEQ

A partial multipart character sequence found.

Action: Change the document or schema to correct and retry.

8208 XRSN_IMP_INCONSISTENTENC

An encoding name and byte stream contents are inconsistent.

Action: Change the document or schema to correct and retry.

8209 XRSN_IMP_INVUTF8CHARENC

An invalid UTF-8 character encoding was found.

Action: Change the document or schema to correct and retry.

8210 XRSN_IMP_RUNTIMEIOERROR

A runtime IO error has occurred.

Action: Change the document or schema to correct and retry.

8212 XRSN_MULTIFRAGMENT_NOT_ALLOWED

Multiple elements values are not allowed in the document fragment for validation in fragment parsing.

Action: Change the document fragment with a single element and retry.

8400 XRSN_DEM_ROOTELEMENTREQD

The root element is required in a well-formed document.

Action: Change the document or schema to correct and retry.

8401 XRSN_DEM_INVCHARINCDSECT

An invalid XML character was found in the CDATA section of the document.

Action: Change the document or schema to correct and retry.

8402 XRSN_DEM_INVCHARINCONTENT

An invalid XML character was found in the element content of the document.

Action: Change the document or schema to correct and retry.

8403 XRSN_DEM_INVCHARINMISC

An invalid XML character was found in the markup after the end of the element content.

Action: Change the document or schema to correct and retry.

8404 XRSN_DEM_INVCHARINPROLOG

An invalid XML character was found in the prolog of a document.

Action: Change the document or schema to correct and retry.

8405 XRSN_DEM_CDENDINCONTENT

The character sequence must not appear in content unless used to mark the end of a CDATA section.

Action: Change the document or schema to correct and retry.

8406 XRSN_DEM_CDSECTUNTERMINATED

The CDATA section must end with ]]>.

Action: Change the document or schema to correct and retry.

8407 XRSN_DEM_EQREQDINXMLDECL

The equal character must follow the keyword in the XML declaration.

Action: Change the document or schema to correct and retry.

8408 XRSN_DEM_QUOTEREQDINXMLDECL

This value in the XML declaration must be a quoted string.

Action: Change the document or schema to correct and retry.

8409 XRSN_DEM_XMLDECLUNTERMINATED

The XML declaration must end with ?>.

Action: Change the document or schema to correct and retry.

8410 XRSN_DEM_VERSIONINFOREQD

The version is required in the XML declaration.

Action: Change the document or schema to correct and retry.

8411 XRSN_DEM_MARKUPNOTRECINPROLOG

The markup in the document preceding the root element must be well-formed.

Action: Change the document or schema to correct and retry.

8412 XRSN_DEM_MARKUPNORECINMISC

The markup in the document following the root element must be well-formed.

Action: Change the document or schema to correct and retry.

8413 XRSN_DEM_SDDECLINVALID

The standalone document declaration must be yes or no.

Action: Change the document or schema to correct and retry.

8414 XRSN_DEM_ETAGREQD

End-tag is required.

Action: Change the document or schema to correct and retry.

8415 XRSN_DEM_ELEMUNTERMINATED

The element must be followed by either attribute specifications, > or />.

Action: Change the document or schema to correct and retry.

8416 XRSN_DEM_EQREQDINATTR

The attribute name must be followed by the = character.

Action: Change the document or schema to correct and retry.

8417 XRSN_DEM_ATTRNOTUNQ

The attribute was already specified for the element.

Action: Change the document or schema to correct and retry.

8418 XRSN_DEM_ETAGUNTERM

The end-tag for the element must end with a > delimiter.

Action: Change the document or schema to correct and retry.

8419 XRSN_DEM_MARKUPNORECINCONT

The content of elements must consist of well-formed character data or markup.

Action: Change the document or schema to correct and retry.

8420 XRSN_DEM_ELEMENTMISMATCH

The element must start and end within the same entity.

Action: Change the document or schema to correct and retry.

8421 XRSN_DEM_INVALCHARINATTRVAL

An invalid XML character was found in the attribute value.

Action: Change the document or schema to correct and retry.

8422 XRSN_DEM_INVALCHARINCOMM

An invalid XML character was found in the comment.

Action: Change the document or schema to correct and retry.

8423 XRSN_DEM_INVALCHARINPI

An invalid XML character was found in the processing instruction.

Action: Change the document or schema to correct and retry.

8424 XRSN_DEM_QUOTEREQDINATTRVAL

The value of an attribute must begin with either a single or double quote character.

Action: Change the document or schema to correct and retry.

8425 XRSN_DEM_LESSTHANINATTRVAL

The value of the attribute must not contain the < character.

Action: Change the document or schema to correct and retry.

8426 XRSN_DEM_ATTRVALUNTERM

The attribute value must end with the matching quote character.

Action: Change the document or schema to correct and retry.

8427 XRSN_DEM_INVALCOMMSTART

The comment must begin with a comment start sequence.

Action: Change the document or schema to correct and retry.

8428 XRSN_DEM_DASHDASHINCOMM

A double hyphen is not allowed in a comment.

Action: Change the document or schema to correct and retry.

8429 XRSN_DEM_COMMENTUNTERM

The comment must end with a comment ending sequence.

Action: Change the document or schema to correct and retry.

8430 XRSN_DEM_PITARGETREQD

The processing instruction must begin with the name of the target.

Action: Change the document or schema to correct and retry.

8431 XRSN_DEM_SPACEREQDINPI

A white space character is required between the processing instruction target and the data.

Action: Change the document or schema to correct and retry.

8432 XRSN_DEM_PIUNTERMINATED

The processing instruction must end with ?>.

Action: Change the document or schema to correct and retry.

8433 XRSN_DEM_RESERVEDPITARGET

The processing instruction target matching [xX][mM][lL] is not allowed.

Action: Change the document or schema to correct and retry.

8434 XRSN_DEM_VERNOTSUPPORTED

The XML version specified is not supported.

Action: Change the document or schema to correct and retry.

8435 XRSN_DEM_DIGREQDINCHARREF

A decimal representation must immediately follow the &# in the character reference.

Action: Change the document or schema to correct and retry.

8436 XRSN_DEM_HEXREQDINCHARREF

A hexadecimal representation must immediately follow the &#x in the character reference.

Action: Change the document or schema to correct and retry.

8437 XRSN_DEM_SEMICOLONREQDINCHARREF

The character reference must end with a semicolon delimiter.

Action: Change the document or schema to correct and retry.

8438 XRSN_DEM_INVCHARREF

The character reference contains an invalid character.

Action: Change the document or schema to correct and retry.

8439 XRSN_DEM_NAMEREQDINREF

The entity name must immediately follow the & in the entity reference.

Action: Change the document or schema to correct and retry.

8440 XRSN_DEM_SEMICOLONREQDINREF

The reference to the entity must end with a semicolon delimiter.

Action: Change the document or schema to correct and retry.

8441 XRSN_DEM_EQREQDINTDECL

The = character is required in the text declaration.

Action: Change the document or schema to correct and retry.

8442 XRSN_DEM_QUOTEREQDINTDECL

The value in the text declaration must be a quoted string.

Action: Change the document or schema to correct and retry.

8443 XRSN_DEM_SPACEREQDINTDECL

White space is required between the version and the encoding declaration.

Action: Change the document or schema to correct and retry.

8444 XRSN_DEM_TEXTDECLUNTERM

The text declaration must end with ?>.

Action: Change the document or schema to correct and retry.

8445 XRSN_DEM_ENCDECLREQD

The encoding is required in the text declaration.

Action: Change the document or schema to correct and retry.

8446 XRSN_DEM_ENCDECLINV

The encoding name is invalid.

Action: Change the document or schema to correct and retry.

8447 XRSN_DEM_ENTNOTDECL

A general entity was referenced but not declared.

Action: Change the document or schema to correct and retry.

8448 XRSN_DEM_COLONINNAME

Namespaces disallow a colon character except in element types or attribute names.

Action: Change the document or schema to correct and retry.

8449 XRSN_DEM_TWOCOLONSQN

Namespaces allows only one colon character in element types or attribute names.

Action: Change the document or schema to correct and retry.

8450 XRSN_DEM_PREFDECL

The namespace prefix was not declared.

Action: Change the document or schema to correct and retry.

8451 XRSN_DEM_PREFLEGAL

The namespace name for prefix xml is not bound to a legal namespace name.

Action: Change the document or schema to correct and retry.

8452 XRSN_DEM_NSNAMEEMPTY

The namespace name declared for the prefix may not be empty.

Action: Change the document or schema to correct and retry.

8453 XRSN_DEM_NSRSRD

The namespace prefix is bound to the reserved namespace name.

Action: Change the document or schema to correct and retry.

8454 XRSN_DEM_NSPREFRSRD

The namespace prefix "xmlns" must not be declared.

Action: Change the document or schema to correct and retry.

8500 XRSN_XDBX_DOCID_INCORRECT

The document identifier for the XDBX stream must be "#xCA #x3B".

Action: Change the document to correct the error and retry.

8501 XRSN_XDBX_HDRLEN_INCORRECT

The length of the XDBX document header is a one byte value. This value does not including the magic number or the length byte itself. The value must be at least "#x5" for the XDBX major version 1.

Action: Change the document to correct the error and retry.

8502 XRSN_XDBX_VERSION_NOT_SUPPORTED

This version of the XDBX document encoder is not supported.

Action: Change the document to correct the error and retry.

8503 XRSN_XDBX_STRIDS_NOT_USED

The stringID encoding flag is missing from the header of the XDBX stream.

Action: Change the document to correct the error and retry.

8504 XRSN_XDBX_STRID_NOT_FOUND

An attempt was made to resolve a stringID that has not been specified.

Action: Change the document to correct the error and retry.

8505 XRSN_XDBX_STREAM_INCORRECT

One or more bytes from the XDBX input stream are incorrect.

Action: Change the document to correct the error and retry.

8506 XRSN_XDBX_TAG_UNEXPECTED

The current tag in the XDBX stream is not expected.

Action: Change the document to correct the error and retry.

8507 XRSN_XDBX_SEQ_UNSUPPORTED

Sequences of XDBX items are not supported.

Action: Change the document to correct the error and retry.

8508 XRSN_XDBX_STRID_INCORRECT

The value of the StringID is not a legitimate positive number.

Action: Change the document to correct the error and retry.

8509 XRSN_XDBX_STANDALONE_INCORRECT

The standalone value is incorrect. The only recognized values are 0 (FALSE) or 1 (TRUE).

Action: Change the document to correct the error and retry.

8510 XRSN_XDBX_MISSING_ROOT_ELEMENT

The XDBX stream requires at least one element and none were found.

Action: Change the document to correct the error and retry.

8511 XRSN_XDBX_DUPLICATE_STRID

The StringID value is duplicate of one of the previous ones.

Action: Change the document to correct the error and retry.

8600 XRSN_VME_INVATTVALUE

The attribute value is not valid with respect to its type.

Action: Change the document or schema to correct and retry.

8601 XRSN_VME_INVATTVALUEFORFIXED

The attribute value is not valid with respect to its fixed value constraint.

Action: Change the document or schema to correct and retry.

8602 XRSN_VME_CONTENTFOREMPTYELEM

The element may not contain any character data or child elements because the element type is EMPTY.

Action: Change the document or schema to correct and retry.

8603 XRSN_VME_NONWSCHARINELEMONLYCONT

The element cannot have non-white space character data because the type's content type is element-only.

Action: Change the document or schema to correct and retry.

8604 XRSN_VME_EXPELEMNOMATCH

An expected element match was not found.

Action: Change the document or schema to correct and retry.

8605 XRSN_VME_REQDELEMMISSING

The required element or one of its substitutions is required.

Action: Change the document or schema to correct and retry.

8606 XRSN_VME_STRICTWCREQTDECL

The matching wildcard is strict, but no declaration can be found for the element.

Action: Change the document or schema to correct and retry.

8607 XRSN_VME_EXPECTENDTAG

An end tag is expected. Invalid content is found. No child element is expected at this point.

Action: Change the document or schema to correct and retry.

8608 XRSN_VME_ELEMNOTINCHOICE

An unexpected element was found. The element was not one of the choices.

Action: Change the document or schema to correct and retry.

8609 XRSN_VME_ELEMDUP

A duplicate element or one of its substitutions was found.

Action: Change the document or schema to correct and retry.

8610 XRSN_VME_EMPTYTABINCOMPCONT

An empty element tag is not expected. The content of the element is not complete.

Action: Change the document or schema to correct and retry.

8611 XRSN_VME_UNEXPECTEDENDELEM

An unexpected end element event is found. The content of the element is incomplete.

Action: Change the document or schema to correct and retry.

8612 XRSN_VME_UNDECLATT

The attribute found is not allowed to appear in the element.

Action: Change the document or schema to correct and retry.

8613 XRSN_VME_REQDATTMISSING

The attribute must appear on the element.

Action: Change the document or schema to correct and retry.

8614 XRSN_VME_MULTIWILDIDS

ID values must be unique.

Action: Change the document or schema to correct and retry.

8615 XRSN_VME_WILDIDFORBID

The attribute is a wildcard ID. But there is already an attribute derived from the ID among the attribute uses.

Action: Change the document or schema to correct and retry.

8616 XRSN_VME_NONNILLELEM

Attribute "xsi:nil" must not appear on the element, because the nillable property is false.

Action: Change the document or schema to correct and retry.

8617 XRSN_VME_NILFORBIDWFIXEDVC

There must be no fixed value constraint for the element because "xsi:nil" is specified.

Action: Change the document or schema to correct and retry.

8618 XRSN_VME_XSITVALINV

The attribute value "xsi:type" of the element is not a valid QName.

Action: Change the document or schema to correct and retry.

8619 XRSN_VME_XSITVALDOESNOTEXIST

The value cannot be resolved to a type definition for the element.

Action: Change the document or schema to correct and retry.

8620 XRSN_VME_XSITYPEVALNOTALLOWED

The type is not validly derived from the type definition of the element.

Action: Change the document or schema to correct and retry.

8621 XRSN_VME_VCINVFORCURTYPE

The value constraint of the element is not a valid default value for the type.

Action: Change the document or schema to correct and retry.

8622 XRSN_VME_FIXEDVCFAILURE

The value does not match the fixed value constraint value for the element.

Action: Change the document or schema to correct and retry.

8623 XRSN_VME_IDREFMISSINGID

There is no ID/IDREF binding for IDREF.

Action: Change the document or schema to correct and retry.

8624 XRSN_VME_ELEMHASABSTYPE

The type definition cannot be abstract for the element.

Action: Change the document or schema to correct and retry.

8625 XRSN_VME_INVSIMPLECONT

Invalid value of element.

Action: Change the document or schema to correct and retry.

8626 XRSN_VME_DUPKEY

A duplicate key value was declared for an identity constraint.

Action: Change the document or schema to correct and retry.

8627 XRSN_VME_DUPUNIQUE

A duplicate unique value was declared for an identity constraint.

Action: Change the document or schema to correct and retry.

8628 XRSN_VME_FIELDMULTMATCH

A field matches more than one value within the scope of its selector. The fields must match unique values.

Action: Change the document or schema to correct and retry.

8629 XRSN_VME_KEYNOTENOUGHVALS

Not enough values were specified for a key identity constraint.

Action: Change the document or schema to correct and retry.

8630 XRSN_VME_IDCKEYREFMISSINGKEY

A keyref is missing a corresponding key.

Action: Change the document or schema to correct and retry.

8631 XRSN_VME_ABSELEMERROR

The abstract element cannot be used to validate the element content.

Action: Change the document or schema to correct and retry.

8632 XRSN_VME_UNEXPECTEDROOT

The root element is not defined in the schema.

Action: Change the document or schema to correct and retry.

8800 XRSN_DVE_SIMPLETYPEINVVAL

Simple type is invalid.

Action: Change the document or schema to correct and retry.

8801 XRSN_DVE_IDMULTVAL

There are multiple occurrences of the ID value.

Action: Change the document or schema to correct and retry.

8802 XRSN_DVE_FACETLENVAL

The value is not facet-valid with respect to the length for this type.

Action: Change the document or schema to correct and retry.

8803 XRSN_DVE_FACETMAXEXCVAL

The value is not facet-valid with respect to maxExclusive for this type.

Action: Change the document or schema to correct and retry.

8804 XRSN_DVE_FACETMAXINCVAL

The value is not facet-valid with respect to maxInclusive for this type.

Action: Change the document or schema to correct and retry.

8805 XRSN_DVE_FACETMAXLENVAL

The value is not facet-valid with respect to maxLength for this type.

Action: Change the document or schema to correct and retry.

8806 XRSN_DVE_FACETMINEXCVAL

The value is not facet-valid with respect to minExclusive for this type.

Action: Change the document or schema to correct and retry.

8807 XRSN_DVE_FACETMININCVAL

The value is not facet-valid with respect to minInclusive for this type.

Action: Change the document or schema to correct and retry.

8808 XRSN_DVE_FACETMINLENVAL

The value is not facet-valid with respect to minLength for this type.

Action: Change the document or schema to correct and retry.

8809 XRSN_DVE_FACETPATTERNVAL

The value is not facet-valid with respect to the pattern for this type.

Action: Change the document or schema to correct and retry.

8810 XRSN_DVE_FACETTOTDIGVAL

The value has a mismatch in total number of digits for the type.

Action: Change the document or schema to correct and retry.

8811 XRSN_DVE_FACETFRACTDIGVAL

The value has a mismatch in fraction digits for this type.

Action: Change the document or schema to correct and retry.

8812 XRSN_DVE_FACETENUMVAL

The value is not facet-valid with respect to the enumeration for this type. It must be a value from the enumeration.

Action: Change the document or schema to correct and retry.

8900 XRSN_FRAG_FRAGPATH_ERROR

For each element in the fragment path, a forward slash must be included following by a valid Qname.

Action: Change the document or schema to correct and retry.

8901 XRSN_FRAG_INFO_NOTFOUND

The generated OSR must have fragment parsing information inorder to perform a fragment parse.

Action: Change the document or schema to correct and retry.

8902 XRSN_FRAG_SLASH_AFTER_ATTR

The attribute name must be the last thing in the fragment path.

Action: Change the document or schema to correct and retry.

8903 XRSN_FRAG_ELEMATTR_NOTFOUND

The element or the attribute name in the fragment path cannot be found in the OSR.

Action: Change the document or schema to correct and retry.

8904 XRSN_FRAG_INVALID_TYPE

The declared type in the OSR is invalid.

Action: Change the document or schema to correct and retry.

8905 XRSN_FRAG_ATTR_INVALID

During the validation of the attribute value with the = OSR shows the attribute value is invalid.

Action: Change the document or schema to correct and retry.

8906 XRSN_FRAG_ATTR_ERROR

Error parsing an attribute fragment.

Action: Change the document or schema to correct and retry.

8907 XRSN_FRAG_ATTR_QUOTE_MISSING

A matching single/double quotes are required for the attribute value passed in as the fragment.

Action: Change the document or schema to correct and retry.

8908 XRSN_FRAG_ATTR_UNTERMINATED

A matching single/double quotes are required for the attribute value passed in as the fragment.

Action: Change the document or schema to correct and retry.

8909 XRSN_FRAG_ATTR_QUOTE_INCORRECT

The attribute value must be contained within a matching single/double quote, and no characters are allowed after the ending quote except whitespaces.

Action: Change the document or schema to correct and retry.

8910 XRSN_CTL_RESET_REQUIRED

A Control Reset call is required.

Action: Prior parse has detected, issue control reset the parser and retry.