Questions tagged [xsd.exe]

The XML Schema Definition (Xsd.exe) tool generates XML schema or common language runtime classes from XDR, XML, and XSD files, or from classes in a runtime assembly. It is a part of the Microsoft .NET SDK.

References

346 questions
0
votes
1 answer

Import XML into Sql

How would I import the following XML into a SQL table, the child elements stating with IP tpl will vary for the amount per xml record. I think the main issue is handling the variable amount child elements if that is the correct term? Thanks
user3129787
  • 99
  • 1
  • 10
0
votes
1 answer

C# how to populate cass created from xsd.exe from database

i'm currently working a case where i have to import a lot of data from the database and output it as an xml that matches to an xsd schema. i used xsd.exe to generate the c# class for a particular schema. my question is, how do i use this class to be…
orlando15767
  • 145
  • 1
  • 2
  • 15
0
votes
1 answer

Possible xml deserialization bug

I'm using the following xml schema entry to deserliaze some xml into an xsd generated block.
scope_creep
  • 4,213
  • 11
  • 35
  • 64
0
votes
1 answer

Cannot generate classes because no top-level elements with complex type were found

I am trying to create classes from a xsd file using xsd.exe, but get this: Warning: cannot generate classes because no top-level elements with complex type were found.