Code generation using XSD
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All I am trying to generate code from one of my xml schema using Xsd.exe. it throws the following error: C:\>xsd C:\statement.xsd /c /l:cs Microsoft (R) Xml Schemas/DataTypes support utility [Microsoft (R) .NET Framework, Version 2.0.50727.42] Copyright (C) Microsoft Corporation. All rights reserved. Error: Error generating classes for schema 'C:\statement'. - Group 'value' from targetNamespace='http://www.xyz.com/statement' has invalid definition: Circular group reference. If you would like more help, please type "xsd /?". Is there any solution for the problem with Circular group reference?
Gokulan