Is there a way to apply a schema to an xml column to type values such as Date, int, decimal, etc? Also, when querying the contents with XPath is there a way to do check against the actual type and not its string value?
Should we even try this, is there a performance hit with doing raw string checks for these values, or should we even be concerned with this approach?