multiple versions handling in scalaxb



I have different versions of a XSD using the same namespace. They differ by the version attribute:



<xs:schema xmlns="http://mynamespace/2014" version="1.3.0">
<xs:schema xmlns="http://mynamespace/2014" version="2.0.0">


How to handle different XSD versions with scalaxb? How to have one package per version? What are the alternatives?


No comments:

Post a Comment