i try to generate class from xsd but i got problem with the second line
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:saqcc="urn:saq:cct:cct-3.5.xsd" xmlns:flx="urn:saq:mtl:grey:flux:04489:rep-1.0.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:saq:mtl:grey:flux:04489:rep-1.0.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1">
...
i got this error:
[ERROR] Content is not allowed in prolog. so xjc seem to have problem with schema
this xsd have an import and in this import there is another import... so i don't know when the error will be removed if xjc will be able to manage that...