标签: xsd

How to resolve this 'XML Validation: Declaration not found for element' error?

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 -

  1. Create a table with 2 columns - ID, XML info for some product (non-typed).
  2. Add a row entry, that is, XML data for a product.
  3. Create an XML Schema for the XML-product-data.
  4. Bind this schema to the one (column) in the table. …

xml sql-server sql-server-2012 xsd

5
推荐指数
1
解决办法
3200
查看次数

标签 统计

sql-server ×1

sql-server-2012 ×1

xml ×1

xsd ×1