I'm new to SQL Server and I have this task to complete (for learning purposes), yet I'm unable to figure out this error due to inexperience with XML Schemas (I think)
Here's what I'm trying to do -
- Create a table with 2 columns - ID, XML info for some product (non-typed).
- Add a row entry, that is, XML data for a product.
- Create an XML Schema for the XML-product-data.
- Bind this schema to the one (column) in the table. …