views:

28

answers:

0

Hi,

Thanks for any help,

We have two XSD files, both of them shares some same entities and some others different. Note that the one with differences are called differently.

We want to generate C# code that can Serialize / Deserialize those entities, without ending up with two entities that share the same name and same content in two different namespaces. An exemple of those are enums.

We did try with XSD.exe and SVCUTIL.exe, but could not found a proper way to do so.

Thanks again, gladly appreciated,

Patrick