I have an XML who embed the XSD, so it\'s something like :
You can leverage a StAX StreamFilter on an XMLStreamReader so that the elements corresponding to the XML schema are not reported as events. Then you can unmarshal from the XMLStreamReader with JAXB.
StreamFilter
XMLStreamReader