xsd.exe
how to generate sample xml from xsd runtime
I am working on a web application. In that I am having a xsd file and I want to generate xml files ru开发者_如何转开发ntime which follows the given xsd file.[详细]
2023-04-03 05:30 分类:问答Help With Self Referencing XSD Producing Circular Reference
I am trying to build a C# class from a XSD file.In short I\'m getting a circular reference error when trying to execute the XSD.exe tool:[详细]
2023-03-29 13:55 分类:问答C#: Autogenerating DDL and ORM classes from XML schema (XSD) file
I have a rather large XSD file available here. I want to generate the following from the file: Generate DDL (for PostgreSQL), the DDL should contain initial values where appropriate, as specified b[详细]
2023-03-28 11:07 分类:问答Generating protected classes with XSD.exe from schema file
I\'m currently using XSD.exe to generate classes for my xsd schema file using the following command: xsd.exe MySchema.xsd /classes /namespace:MyNamespace[详细]
2023-03-28 01:33 分类:问答When using xsd.exe, which File option should I choose and why?
I have received a xsd file from a third party vendor for some XML files we currently receive. In order to process开发者_如何学编程 the files, I have used xsd.exe to generate my classes. I see that the[详细]
2023-03-25 16:11 分类:问答Classes generated by XML Data Generator Tool are not contained within the specified namespace
I have the same problem as described in this connect issue http://connect.microsoft.com/VisualStudio/feedback/details/577382/classes-generated-by-xml-data-generator-tool-are-not-contained-within-the-[详细]
2023-03-24 12:01 分类:问答Can xsd.exe's generated classes identify required attributes
Is it possible to have xsd.exe add \"IsNullable=false\" to XmlAttribute开发者_如何学JAVAs for fields/properties that are defined in the schema as being required?[详细]
2023-03-23 01:54 分类:问答Create MULTIPLE class files based on an XSD
I may be attempting something that is not possible with the XSD tool but I wanted to ask before moving on to a simpler solution.[详细]
2023-03-20 00:44 分类:问答Create a class from a XML file and use the XML content in my application (C#)?
I have a rather complex XML file which I created a class for using the xsd tool. Now I added this created class to my project and want to access the actual XML data which is in the file. What do 开发者[详细]
2023-03-19 12:06 分类:问答Generating XML based on dataset class created by XSD.exe
Could anyone give an overview of how to generate an XML from the dataset class of an X开发者_C百科ML schema created using XSD.exe?[详细]
2023-03-18 02:29 分类:问答