JAXB/XJC - XML Schema Parsin Fail
问题 I am currently working with JAXB (and its tool XJC) to "translate" an XML Schema (.xsd) to auto-generated java classes. I execute the following command : java -jar "../lib/com.sun.jaxb_1.0.0/jaxb-xjc.jar" schema.xsd But, obviously, I don't get to compile my schema and get the following errors : parsing a schema... [ERROR] s4s-elt-invalid-content.1 : Le contenu de 'heureType' n'est pas valide. L'élément 'element' n'est pas valide, est mal placé ou compte trop d'occurrences. line 9 of file:***