Validating XML data

From the Table editor, you can validate XML data against a registered XML schema that is used for decomposition.

To validate XML data:

  1. In the Database Explorer, open the Table editor for a table that contains XML data.
  2. For a given XML data column, click the ellipsis button.
  3. Select the Validate XML Document check box.
  4. Click Finish.

The correct stored procedure is called, and triggers the decomposition process. You can open the target table in the Table editor to verify that the instance document that you specified was decomposed.


Feedback