473,794 Members | 2,774 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

xsd.exe and code generation

I have three xml schemas, one schema contains types that the other two
referance. When generate code for each of the schemas, all three cs files
contain the types that are part of the common schema.

Currently I am going through the auto generated code and removing the common
types, with the help of the compiler since they are all in the same
namespace.
Aside from listing all the types I want generated in each of the other two
schemas, as I may add more in the future and don't want to forget to add to
the list, is there a way to get XSD to not generate the common types for the
other two Schemas?

Thanks
Wayne
Nov 12 '05 #1
3 2341
You may want to try
http://msdn.microsoft.com/xml/defaul...xsdcodegen.asp

--
Daniel Cazzulino [MVP XML]
Clarius Consulting SA
http://weblogs.asp.net/cazzu
http://aspnet2.com

"Wayne" <ws*****@NoLand Spamstar.com> wrote in message
news:eQ******** ******@tk2msftn gp13.phx.gbl...
I have three xml schemas, one schema contains types that the other two
referance. When generate code for each of the schemas, all three cs files
contain the types that are part of the common schema.

Currently I am going through the auto generated code and removing the common types, with the help of the compiler since they are all in the same
namespace.
Aside from listing all the types I want generated in each of the other two
schemas, as I may add more in the future and don't want to forget to add to the list, is there a way to get XSD to not generate the common types for the other two Schemas?

Thanks
Wayne

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.679 / Virus Database: 441 - Release Date: 07/05/2004
Nov 12 '05 #2
Thank you this looks like something I can wind up using. His example doesn't
have what I asked for below, but does have two other items in it that I can
defently use.

Thanks
Wayne

"Daniel Cazzulino [MVP XML]" <kz***@NOaspnet 2SPAMPLZ.com> wrote in message
news:OR******** *****@TK2MSFTNG P11.phx.gbl...
You may want to try
http://msdn.microsoft.com/xml/defaul...xsdcodegen.asp
--
Daniel Cazzulino [MVP XML]
Clarius Consulting SA
http://weblogs.asp.net/cazzu
http://aspnet2.com

"Wayne" <ws*****@NoLand Spamstar.com> wrote in message
news:eQ******** ******@tk2msftn gp13.phx.gbl...
I have three xml schemas, one schema contains types that the other two
referance. When generate code for each of the schemas, all three cs files contain the types that are part of the common schema.

Currently I am going through the auto generated code and removing the

common
types, with the help of the compiler since they are all in the same
namespace.
Aside from listing all the types I want generated in each of the other two schemas, as I may add more in the future and don't want to forget to add

to
the list, is there a way to get XSD to not generate the common types for

the
other two Schemas?

Thanks
Wayne

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.679 / Virus Database: 441 - Release Date: 07/05/2004

Nov 12 '05 #3
This guy improved that code with the feature you need.
http://www.stablevalue.com/archives/...16.html#000189

You can expect to see this in the Mvp.Xml project pretty soon
(http://sf.net/projects/mvp-xml)

--
Daniel Cazzulino [MVP XML]
Clarius Consulting SA
http://weblogs.asp.net/cazzu
http://aspnet2.com

"Wayne" <ws*****@NoLand Spamstar.com> wrote in message
news:O2******** ******@tk2msftn gp13.phx.gbl...
Thank you this looks like something I can wind up using. His example doesn't have what I asked for below, but does have two other items in it that I can defently use.

Thanks
Wayne

"Daniel Cazzulino [MVP XML]" <kz***@NOaspnet 2SPAMPLZ.com> wrote in message
news:OR******** *****@TK2MSFTNG P11.phx.gbl...
You may want to try

http://msdn.microsoft.com/xml/defaul...xsdcodegen.asp

--
Daniel Cazzulino [MVP XML]
Clarius Consulting SA
http://weblogs.asp.net/cazzu
http://aspnet2.com

"Wayne" <ws*****@NoLand Spamstar.com> wrote in message
news:eQ******** ******@tk2msftn gp13.phx.gbl...
I have three xml schemas, one schema contains types that the other two
referance. When generate code for each of the schemas, all three cs files contain the types that are part of the common schema.

Currently I am going through the auto generated code and removing the

common
types, with the help of the compiler since they are all in the same
namespace.
Aside from listing all the types I want generated in each of the other two schemas, as I may add more in the future and don't want to forget to
add to
the list, is there a way to get XSD to not generate the common types
for the
other two Schemas?

Thanks
Wayne

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.679 / Virus Database: 441 - Release Date: 07/05/2004


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.690 / Virus Database: 451 - Release Date: 23/05/2004
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

51
5295
by: Mudge | last post by:
Please, someone, tell me why OO in PHP is better than procedural.
8
3722
by: Max M | last post by:
Yesterday there was an article on Slashdot: http://books.slashdot.org/article.pl?sid=03/09/04/1415210&mode=flat&tid=108&tid=126&tid=156 It is about automatic code generation. I got interrested in the subject, did a web search, and it seems kind of powerfull. My main interrest is web development in Zope/CMF/Plone, where there is a lot of repeated code in the products. So automated code generation seems
0
2445
by: Rasmus Fogh | last post by:
Someone raised the question of automatic code generation a few weeks back. And yes, we (CCPN) are using automatic Python code generation in a major way. Basically we are making data models in UML, and using automatic code generation to make Python APIs, XML I/O etc. (more below). We can be found at http://www.ccpn.ac.uk/index.html As a general point, automtic code generation would seem like a good idea in special cases where:
8
2052
by: Wilk Teverbaugh | last post by:
I'm using get rows to build a table for a calendar. The specific view for this calendar is for an entire month. Each appointment slot is one half hour long. If I were to generate a page for the month of november I would have to check and see if an appointment is scheduled for each appointment slot throughout the entire month... this is 240 slots! At this point I've written it so it only checks for an appointment if a particular day has an...
1
9515
by: Gina | last post by:
I need to add the cell generation to a templated program. I am using graphics magician, but my problem is with the math. I cannot figure out my cell generations. I do know that I need two different arrays. One array is the original grid, and one is the copy of that grid. But, I am stuck..here is my code, if anyone could please help me I would greatly appreciate it. >// John Horton Conway's "Game of Life" #include "GraphicsMagician.h"
8
5463
by: | last post by:
Wel, I am rebuilding the VC# 2002 project that I have deployment problems with the 2003 version, hoping this solves the problems, but now I encounter this wierd bug??? If I have the project, and do not compile with "Allow Unsafe Code Blocks=false" set to true, then the project compiles and no problems. BUT if I compile with "Allow Unsafe Code Blocks=true" then I het the error below. With unsafe {} of unsave{} removed it dos not solve the...
9
2506
by: Hayato Iriumi | last post by:
Hello, I hear some hypes about creating code to generate C# or VB .NET code, that is, code generation (sounds straight forward enough). I haven't really seen how it's done in real world. I'm wondering in what kind of situation code generation makes most sense. I'm think that sort of tricks can be done in relation to unit testing. Has anyone done code generation and can you share your story with the rest of the world? TIA
4
4476
by: Julia | last post by:
Hi, Is there any why I could use attribute or something else to instruct the compiler to inject a specific code for a property? for example i have the following property and i would like that 3 lines of code will be running for the set function,note that i am not taking about code generation! public virtual System.String TelephoneNumber
1
1362
by: George Meng | last post by:
I want to evaluate some code generation tool for my company. Want to get some idea from you. The bottom line is I want to get a tool to generate both store procedure as well as business object and data access object. Which code generation for VB.net is good? Mygeneration CodeSmith
31
2467
by: eliben | last post by:
Hello, In a Python program I'm writing I need to dynamically generate functions and store them in a dict. eval() can't work for me because a function definition is a statement and not an expression, so I'm using exec. At the moment I came up with the following to make it work: def build_func(args): code """def foo(...)..."""
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10435
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10213
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10000
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9037
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6779
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5436
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.