From gines.jimenez at entelgy.com Tue Jun 11 08:46:35 2019 From: gines.jimenez at entelgy.com (=?UTF-8?B?R2luw6lzIEppbcOpbmV6IFPDoW5jaGV6?=) Date: Tue Jun 11 08:07:51 2019 Subject: [xsd-users] XSD with circular imports Message-ID: Hi! We have a collection of XSD with many files including some circular imports: For example: A.xsd -> B.xsd -> A.xsd With XSD code synthesis 4.0.0 installed in Windows to work with Cygwin two years ago, cxx-tree y cxx-parser worked without problems: circular imports was ignored. Now we have just re-installed XSD code synthesis 4.0.0 im another machine but not working: we have multiple messages like this: error: global type 'complexType:xxx' declared more than once or also declared as simpleType In the first machine is working. In the second machine isn`t. In theory is the same versi?n. Someone can help me? Thanks. From boris at codesynthesis.com Wed Jun 12 09:49:08 2019 From: boris at codesynthesis.com (Boris Kolpackov) Date: Wed Jun 12 10:10:48 2019 Subject: [xsd-users] XSD with circular imports In-Reply-To: References: Message-ID: Gin?s Jim?nez S?nchez writes: > In the first machine is working. In the second machine isn`t. Can you try the latest pre-release: https://codesynthesis.com/~boris/tmp/xsd/4.1.0.a11/ I suspect this has already been fixed.