-16246   INCOMPLETE ANNOTATION MAPPING AT OR NEAR LINE lineno IN XML SCHEMA DOCUMENT uri. REASON CODE = reason-code.

Explanation

The annotation mapping the XML schema item near line in uri, to a database object is missing some information. Possible values for reason code include:

  1. A rowset name is not specified or is not fully qualified.
  2. Any mapping must specify either a target column or a condition. Neither a target column nor a condition is specified.
  3. The annotation has an unexpected format.

The XML schema document can be determined by matching uri to the SCHEMALOCATION column of table SYSIBM.XSROBJECTCOMPONENTS.

The XML schema is not enabled for decomposition.

User response

Modify the annotations in the XML schema. Possible actions based on the reason-code include:

  1. Specify a rowset name or fully qualify the rowset name.
  2. Specify either a target column or a condition.
  3. Correct the format of the annotation.

Consult annotated XML schema documentation on the specified annotation to make sure that all required components have supplied values.

SQLSTATE

225DE