Search code examples
.netxsdsqlxml

Tool to create SQLXMLBulkLoad Schemas?


SQLXMLBulkLoad requires schemas to be annotated with various attributes (e.g. sql:datatype) and some additional elements. Is there any tool that can enrich a schema with this information for at least some basic scenarios?


Solution

  • I have asked a similar question and have done some researches. It seems that there is not tool to create SQLXMLBulkLoad schema in the market. I am trying to write one by myself. Since the schema is a XML file, we can use LINQ to XML to insert the annotation information.