Commented Issue: xs:integer will become a string in some cases. [15554]
When a type is referenced it will not use the correct type. In my example i expect the year month and day properties to be of type int.Comments: ** Comment from web user: pego ** xs:integer is...
View ArticleNew Post: Empty list of Artikels when i do a deserialize --- please help
Hello! Im using the "xsd2Code" for my project on work. we have a XML with a BillOfMaterial and inside we have '0' or 'many' Artikels. When i load the XML into my object, the list with "Artikels" is...
View ArticleNew Post: How to specify the file name?
Did you ever find ever a solution to this problem?
View ArticleNew Post: Seems to add root names to sub elements
Did you ever find ever a solution to this problem?
View ArticleReleased: xsd2code community edition 3.4 (Nov 10, 2013)
Visual studio 2010, 2012, 2013.NOTE : xsd2code community edition 3.4 do not support Vs 2015
View ArticleUpdated Release: xsd2code community edition 3.4 (nov. 10, 2013)
Visual studio 2010, 2012, 2013.NOTE : xsd2code community edition 3.4 do not support Vs 2015
View ArticleCommented Issue: Access Modifiders for Generated Classes [15709]
It would be nice to have an option to choose either internal or public access modifier for generated classes.Comments: ** Comment from web user: Wibbler ** The ability to set the access modifier of...
View ArticleNew Post: Bug: annotations are only emitted to C# when they are for XSD...
See this gist: https://gist.github.com/jpluimers/4247df4e0aa01c1c190a and this blog post:...
View ArticleCreated Unassigned: annotations are only emitted to C# when they are for XSD...
See this gist: https://gist.github.com/jpluimers/4247df4e0aa01c1c190aand this blog post:...
View ArticleCommented Unassigned: ReqIF xsd not processable [16331]
When trying to process the reqif.xsd (from http://www.omg.org/spec/ReqIF/20110401/reqif.xsd), the processing aborts (after quite a time) with an error message:"Error: Reference to undeclared attribute...
View ArticleNew Post: How to specify the file name?
It's a bigger problem than just that. Our project standards demand a file per type (not uncommon). We use R# to do this at the solution level to reduce workload. This renders subsequent use of Xsd2Code...
View ArticleNew Post: How to specify the file name?
Update: its the /O option on the command line. for the original question.
View ArticleCommented Unassigned: How to create Seperate C# files for Different XSD's...
Hi, I have around 6 XSD's in my project. One Main Xsd will refer other Xsd's in it. when i generate C# classes using Xsd2Code on the main Xsd, a single C# file is generated with a single Namespace. I...
View ArticleNew Post: How to force creating empty elements for nullable types
I would like to see an empty node like<description/> or <description></description> after serialization, but if my description-Property is NULL, the element will not serialized into...
View ArticleNew Post: Writing out CDATA for string elements?
How can I write out CDATA for string elements?
View ArticleCreated Unassigned: Generating classes in separate files [17554]
I am perfectly with xsd2code++ but I am facing one issue .How Can I generate multiple classes in separate c# files .Right now all the classes are generated in a single file and it sometimes looks messy
View ArticleNew Post: Could not load file or assembly 'System.Core, Version=3.5.0.0,
Hi I'm running xsd2code through command prompt in VS 2013 and getting the following error. Could not load file or assembly 'System.Core, Version=3.5.0.0, Is this supported for .net 3.5 only?
View ArticleCreated Unassigned: Element Order and Mandatory elements - not generating...
Using latest xsd2Code with Visual Stiudio 2012, I cannot get the code generation to give methe corresponding DataMemberAttribute values. For example, I would like the first (Mandatory) element in a...
View ArticleNew Post: Is xsd2code++ Abandoned?
I tried downloading xsd2code++ trial. It needs a trial key. The website said it was generated and emailed but never arrived. I wrote support but that email bounced. The site's main announcement page...
View ArticleCreated Unassigned: cannot serialize a derived type [17571]
I have an xsd type A referencing an xsd type B that is extended by several other types (B1, B2, B3, etc.).After generating the corresponding cs-files (each being in dedicated namspace) I initiate an...
View Article