Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how can i create xml schema for the for a typed xml datatype using management studio(sql server 2005)
If you load the data into a datatable, you can invoke a method to create your scehema.
Dim dt As DataTable dt.WriteXmlSchema()
Maybe that will help.