One of the limitations of the XSD support introduced in SQL Server 2005 is that it does not support `lax` validation. SQL Server 2008 has corrected this shortcoming by adding support for `lax` validation.
**What is lax validation?**
When you add a wi...