xsd2code Questions

5

Solved

I just want to know if there is a program that can convert an XSD file to a Python class as JAXB does for Java?
Indigent asked 2/7, 2009 at 6:49

1

Solved

I have a web service built with ASP.Net, which until now only used XML for its input and output. Now it needs to also be able to work with JSON. We use xsd2code++ to generate the model from a XSD, ...
Enswathe asked 10/2, 2021 at 19:50

1

Solved

I've found this QA already and was able to prevent the generation of classes, but enums are still generated. I've tried to prevent it with custom binding: <jxb:bindings node="//xs:simpleTyp...
Duyne asked 8/8, 2016 at 8:10

1

xsd.exe tool generates classes for given xsd file. It follows a pattern for naming the type. For example, <Students> <Student Name="A" RollNo="1" Address="Some Address"> <Departm...
Fields asked 13/2, 2013 at 12:45

1

Solved

I am using XSD2CODE with Visual Studio 2010. I know I can right click on a schema (XSD) file and generate the c# class from it. What I would like to know is how can I generate the C# class when I ...
Alphard asked 21/2, 2012 at 23:6

1

Solved

I am trying to work out if it is possible, when using a Custom Tool in Visual Studio, to have a change in the contents of one file, trigger the Custom Tool of another. My scenario is this: In a V...
Blocky asked 17/2, 2012 at 8:39

2

I am new to XML coding. I have an XML file with which I generated the Schema file using XSD tool, then generated the class file using Xsd2Code tool. Now I have a file called Timesheet.Designer.cs...
Haimes asked 14/7, 2011 at 3:28

2

Solved

I am new to XSD world, I worked with XML but not much programtically. I have successfully generated C# classes using XSD2Code.Can somebody please guide me how can I use those generated classes usi...
Snowshed asked 23/6, 2011 at 8:50

4

Solved

Can anyone tell me what is the difference between XSDObjectGen.exe & XSD.exe? Is there any way to make XSDObjectGen.exe work in dot net 2.0?
Enthusiasm asked 14/11, 2008 at 5:52
1

© 2022 - 2024 — McMap. All rights reserved.