[xsd-users] can xsd compile schema its structure includes
reference to external schema?
Boris Kolpackov
boris at codesynthesis.com
Wed Apr 29 12:32:30 EDT 2009
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