Open
Description
We have an particular xsd file that has an include to a Globals.xsd. Globals contains a lot of definitions including many that are not applicable to that xsd file. When I run jsonix compiler it results in a huge json schema with everything from Globals. Is there any way to only pull those items referenced by the specified xsd file?
Thanks!