[xsd-users] can xsd compile schema its structure includes reference to external schema?

Jeffrey Yu jeffrey.yu at panpacificinvestment.com
Wed Apr 29 13:17:47 EDT 2009


It works.

Thanks!

-----Original Message-----
From: Boris Kolpackov [mailto:boris at codesynthesis.com] 
Sent: Wednesday, April 29, 2009 12:33 PM
To: Jeffrey Yu
Cc: 'XSD-users'
Subject: Re: [xsd-users] can xsd compile schema its structure includes
reference to external schema?

Hi Jeffrey,

Jeffrey Yu <jeffrey.yu at panpacificinvestment.com> writes:

> I got this when compiling "company.xsd", which makes reference to both
> product.xsd and person.xsd.

Ok, then you need to use all three --namespace-map options when compiling
this schema. Or, you can place all three in a file (one option per line)
and then "include" it into the three command lines with the --options-file
option.

Boris




More information about the xsd-users mailing list