Following code is generated for VB.NET 2012
If value==false Then
Me.isSessionTimeoutField = null
End If
== is not valid
null is not valid
Id #16191 | Release:
None
| Updated: May 9 at 12:18 PM by MINAS | Created: May 9 at 12:18 PM by MINAS
The file "bug.xsd" is the schema file generated by a java/jettt/maven project. When Xsd2Code is used, i get 3 errors when a enum is used as type (type="ncaRightsEnum") and the field "nillable=true...
Id #16180 | Release:
None
| Updated: Apr 26 at 2:47 PM by jimanicolet | Created: Apr 26 at 2:36 PM by jimanicolet
Hi, i want to generate a c# file from each xsd file that i have in my solution (because the result with one file is something like ~44000 lines). i Found the solution enabling GenerateAllTypes and ...
Id #16174 | Release:
None
| Updated: Apr 24 at 8:23 AM by derTPK | Created: Apr 23 at 1:26 PM by RedBass
I add a new xsd file to my project say XMLSchema1.XSD now i want to create an cs file like XMLSchema1.cs
when i right create on XSD and Click on Run XSD2Code generation an XMLSchema1.designer.cs fi...
Id #16165 | Release:
None
| Updated: Apr 18 at 12:30 PM by lasoor | Created: Apr 18 at 12:29 PM by lasoor
The following XSD:
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://xmlschema"
xmlns:tns="http://xmls...
Id #16163 | Release:
None
| Updated: Apr 17 at 7:07 AM by JeroenH82 | Created: Apr 17 at 7:07 AM by JeroenH82
In the alfa 3.6 nullable items are incorrecty defined (C#).
Instead of having a System.Nullable<xxxxx> declaration, where xxxxx specifies the type, they all seem to be declared as a System.Nullable...
Id #16067 | Release:
None
| Updated: Apr 26 at 2:16 PM by jimanicolet | Created: Feb 24 at 7:40 PM by JanHussaarts
Hi,
Just been playing around with Enums in XSDs and I notice that while enums are created in the destination class, the private fields were not.
[System.Xml.Serialization.XmlElementAttribute(For...
Id #16059 | Release:
None
| Updated: Apr 17 at 6:45 AM by dhimant_trivedi | Created: Feb 21 at 11:40 PM by ESSB
Xsd2Code (3.6 Alpha) generates the following code:
_
Public Property myAttributeSpecified() As Boolean
Get
Return Me.myAttributeField.HasValue
End Get
Set
If value==fa...
Id #16030 | Release:
None
| Updated: Feb 25 at 6:34 PM by LoboFX | Created: Feb 7 at 2:24 PM by pberger
I'd like to request the ability to optionally exclude the Namespace parameter in XmlRoot attributes.
For example, "xsd2code.exe test.xsd test test.cs /xa+" would generate:
namespace test {
......
Id #16014 | Release:
None
| Updated: Feb 22 at 1:18 AM by icnocop | Created: Jan 30 at 12:40 AM by icnocop
Hi.
Thank you for Xsd2Code.
I would like to request a binaries only zip available for download with new releases.
In this way I can simply run xsd2code.exe with less effort.
I can also test new...
Id #16013 | Release:
None
| Updated: Feb 22 at 1:18 AM by icnocop | Created: Jan 29 at 11:57 PM by icnocop