Updated Wiki: Home
Project Description Xsd2Code community edition is a CSharp or Visual Basic Business Entity class Generator from XSD schema. What Xsd2Code community edition can do ?Plugin integration for vs 2010, 2012,...
View ArticleReviewed: xsd2code community edition 3.4 (mar. 04, 2016)
Rated 4 Stars (out of 5) - ok very very good my friends
View ArticleCreated Unassigned: Setters are generated for fixed elements [17636]
The following schema:```<xs:element name="user" type="xs:string" fixed="A" minOccurs="1" maxOccurs="1"/>```Results in the following generated code:```private string userField;...this.userField =...
View ArticleCreated Unassigned: Serialialization methods are unnecessary generated in...
Hi all, I really like the tool and have used it successfully for a C# project. I have a point of feedback regarding the tool xsd2Code, that could possibly be interesting to improve the tool even...
View ArticleNew Post: Best way to use my XSD to create a SQL Server schema (or Code First...
What is the best way to use xml2code to create a high-fidelity set of related, multi-table SQL Server database schema (single database)? ...or a set of Code FIrst compatible C# classes as an indirect...
View ArticleNew Post: Generation of C# classes through XSD is giving an error
Hi, We have the XSD file which contains 77000 lines and it has too many recursive classes. so we tried to use xsd2code to generate C# classes for it but while executing it we are getting the error as...
View ArticleNew Post: XSD to C# class generation Error
Hi, We have the XSD file which contains 77000 lines and it has too many recursive classes. so we tried to use xsd2code to generate C# classes for it but while executing it we are getting the error as...
View ArticleCreated Unassigned: Lazy properties + Reference to itself in a class =...
I have xsd complex type "A" representing herachy. So the complex type has the Parent property of type "A". If i use EnableLazyLoading option I get StackOverflowException while serialization. I think...
View ArticleNew Post: feature suggestion: convert class names to PascalCase
+1. Would be nice to have this feature.
View ArticleNew Post: Custome Attributes..
Hi community, Is it possible to generate custom attributes for classes properties ? I try to generate EF entities from Xsd, but it could be usefull to have some custom attributes on top of some...
View ArticleNew Post: Basic hesitation
First of all, excuse my bad english, please. I've got a problem with a electronic bills validating program, that use some special ".xsd" schema files called "FacturaE". I receive bill xml files and I...
View ArticleNew Post: Portable usage
Can Xsd2Code be used in a portable manner ? I dont want to force everybody to install the tool to use it. I would like to put the exe and dependencies in a directory accessible by everybody and call...
View ArticleNew Post: Where can I find a sample XML and .NET code using the generated...
I know .NET but I am new to xsd2code. Where can I find a project using an XML file that using the xsd2code generated class code ? Thank you
View ArticleNew Post: How to output string elements as cdata?
Hi, how I can use CDATA support for string elements? I see this option in spec, but I can't find in xsd2code++ GUI. Could you help me please?
View ArticleNew Post: XSD2Code - Output elements of type string as cdata
cjard wrote: Isn't this a hack to work around the fact that XmlSerializer doesnt do CDATA? Should Xsd2Code implement hacks? What is the problem with using escaped data? Does your reader at the other...
View ArticlePatch Uploaded: #18768
devi_ous has uploaded a patch.Description:Version VS2017 (just edit manifest)
View ArticleCommented Issue: The /eit flag does not work with xsd:include [15099]
The problem is the following:* All schemas that are included have to have the same target namespace as the including schema (this is a requirement in XSD)* Your ContainsTypeName method (in...
View ArticleCommented Issue: The /eit flag does not work with xsd:include [15099]
The problem is the following:* All schemas that are included have to have the same target namespace as the including schema (this is a requirement in XSD)* Your ContainsTypeName method (in...
View ArticleNew Post: Xsd2Code 2015+
Hi, I found XSD2Code 2015+ addin via visual studio 2015. However, once i installed it, if i right click the xsd from solution explorer it is not giving the interface shown in the webpage i.e. Run...
View Article